Color Hex Logo

#48503d Color Hex

#48503D
(72,80,61)
0 Favorites   0 Comments

Color spaces of #48503d

RGB 728061
HSL0.240.130.28
HSV85°24°31°
CMYK 0.100.000.24   0.69
XYZ6.38357.45205.5168
Yxy7.45200.32990.3851
Hunter Lab27.2984-6.03137.1268
CIE-Lab32.8145-7.166910.1560

#48503d color RGB value is (72,80,61).

#48503d hex color red value is 72, green value is 80 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #48503d hue: 0.24 , saturation: 0.13 and the lightness value of 48503d is 0.28.

The process color (four color CMYK) of #48503d color hex is 0.10, 0.00, 0.24, 0.69. Web safe color of #48503d is #336633. Color #48503d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010000 00111101
Octal 110 120 75
Decimal 72 80 61
Hex 48 50 3D

RGB Percentages of Color #48503d

%33.80
%37.56
%28.64

CMYK Percentages of Color #48503d

%10
%0
%24
%69

Triadic Colors of #48503d

#48503d #3d4850 #503d48

Analogous Colors of #48503d

#48503d #3f503d #504f3d

Monochromatic Colors of #48503d

#48503d

Complementary Color

#48503d #453d50

#48503d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48503d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48503d Color CSS Codes

.mybgcolor {background-color:#48503d; } 
.myforecolor {color:#48503d; }
.mybordercolor {border:3px solid #48503d; }

#48503d Text Font Color

<p style="color:#48503d">Text here</p>

This sample text font color is #48503d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#48503d Background Color

<div style="background-color:#48503d">
Div content here</div>

This div background color is #48503d


#48503d Border Color

<div style="border:3px solid #48503d">
Div here</div>

This div border color is #48503d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,80,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48503d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48503d;
  -webkit-box-shadow: 1px 1px 3px 2px #48503d;
  box-shadow:         1px 1px 3px 2px #48503d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,80,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #48503d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #48503d;
  -webkit-box-shadow: 1px 1px 3px 2px #48503d;
  box-shadow:         1px 1px 3px 2px #48503d;">
Div content here</div>

This div box has shadow with color #48503d


Comments

No comments written yet.

Please login to write comment.