Color Hex Logo

#48570e Color Hex

#48570E
(72,87,14)
0 Favorites   0 Comments

Color spaces of #48570e

RGB 728714
HSL0.200.720.20
HSV72°84°34°
CMYK 0.170.000.84   0.66
XYZ6.15998.22581.6785
Yxy8.22580.38350.5121
Hunter Lab28.6807-11.853716.6066
CIE-Lab34.4488-16.612537.2050

#48570e color RGB value is (72,87,14).

#48570e hex color red value is 72, green value is 87 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #48570e hue: 0.20 , saturation: 0.72 and the lightness value of 48570e is 0.20.

The process color (four color CMYK) of #48570e color hex is 0.17, 0.00, 0.84, 0.66. Web safe color of #48570e is #336600. Color #48570e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010111 00001110
Octal 110 127 16
Decimal 72 87 14
Hex 48 57 E

RGB Percentages of Color #48570e

%41.62
%50.29
%8.09

CMYK Percentages of Color #48570e

%17
%0
%84
%66

Triadic Colors of #48570e

#48570e #0e4857 #570e48

Analogous Colors of #48570e

#48570e #24570e #57420e

Monochromatic Colors of #48570e

#48570e

Complementary Color

#48570e #1d0e57

#48570e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48570e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48570e Color CSS Codes

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

#48570e Text Font Color

<p style="color:#48570e">Text here</p>

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


#48570e Background Color

<div style="background-color:#48570e">
Div content here</div>

This div background color is #48570e


#48570e Border Color

<div style="border:3px solid #48570e">
Div here</div>

This div border color is #48570e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,87,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48570e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48570e;
  -webkit-box-shadow: 1px 1px 3px 2px #48570e;
  box-shadow:         1px 1px 3px 2px #48570e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48570e


Comments

No comments written yet.

Please login to write comment.