Color Hex Logo

#48871f Color Hex

#48871F
(72,135,31)
0 Favorites   0 Comments

Color spaces of #48871f

RGB 7213531
HSL0.270.630.33
HSV96°77°53°
CMYK 0.470.000.77   0.47
XYZ11.583818.80464.3154
Yxy18.80460.33380.5419
Hunter Lab43.3643-28.205224.4547
CIE-Lab50.4578-38.557446.3930

#48871f color RGB value is (72,135,31).

#48871f hex color red value is 72, green value is 135 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #48871f hue: 0.27 , saturation: 0.63 and the lightness value of 48871f is 0.33.

The process color (four color CMYK) of #48871f color hex is 0.47, 0.00, 0.77, 0.47. Web safe color of #48871f is #339933. Color #48871f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000111 00011111
Octal 110 207 37
Decimal 72 135 31
Hex 48 87 1F

RGB Percentages of Color #48871f

%30.25
%56.72
%13.03

CMYK Percentages of Color #48871f

%47
%0
%77
%47

Triadic Colors of #48871f

#48871f #1f4887 #871f48

Analogous Colors of #48871f

#48871f #1f872a #7c871f

Monochromatic Colors of #48871f

#48871f

Complementary Color

#48871f #5e1f87

#48871f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48871f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48871f Color CSS Codes

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

#48871f Text Font Color

<p style="color:#48871f">Text here</p>

This sample text font color is #48871f
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.


#48871f Background Color

<div style="background-color:#48871f">
Div content here</div>

This div background color is #48871f


#48871f Border Color

<div style="border:3px solid #48871f">
Div here</div>

This div border color is #48871f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,135,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48871f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48871f;
  -webkit-box-shadow: 1px 1px 3px 2px #48871f;
  box-shadow:         1px 1px 3px 2px #48871f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48871f


Comments

No comments written yet.

Please login to write comment.