Color Hex Logo

#48873e Color Hex

#48873E
(72,135,62)
0 Favorites   0 Comments

Color spaces of #48873e

RGB 7213562
HSL0.310.370.39
HSV112°54°53°
CMYK 0.470.000.54   0.47
XYZ12.206019.05357.5918
Yxy19.05350.31420.4904
Hunter Lab43.6503-26.473820.2433
CIE-Lab50.7497-35.454432.7684

#48873e color RGB value is (72,135,62).

#48873e hex color red value is 72, green value is 135 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #48873e hue: 0.31 , saturation: 0.37 and the lightness value of 48873e is 0.39.

The process color (four color CMYK) of #48873e color hex is 0.47, 0.00, 0.54, 0.47. Web safe color of #48873e is #339933. Color #48873e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000111 00111110
Octal 110 207 76
Decimal 72 135 62
Hex 48 87 3E

RGB Percentages of Color #48873e

%26.77
%50.19
%23.05

CMYK Percentages of Color #48873e

%47
%0
%54
%47

Triadic Colors of #48873e

#48873e #3e4887 #873e48

Analogous Colors of #48873e

#48873e #3e8759 #6d873e

Monochromatic Colors of #48873e

#48873e

Complementary Color

#48873e #7d3e87

#48873e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48873e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48873e Color CSS Codes

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

#48873e Text Font Color

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

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


#48873e Background Color

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

This div background color is #48873e


#48873e Border Color

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

This div border color is #48873e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48873e


Comments

No comments written yet.

Please login to write comment.