Color Hex Logo

#487042 Color Hex

#487042
(72,112,66)
0 Favorites   0 Comments

Color spaces of #487042

RGB 7211266
HSL0.310.260.35
HSV112°41°44°
CMYK 0.360.000.41   0.56
XYZ9.450013.35947.2348
Yxy13.35940.31450.4447
Hunter Lab36.5505-17.812913.8495
CIE-Lab43.2999-23.969521.2348

#487042 color RGB value is (72,112,66).

#487042 hex color red value is 72, green value is 112 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #487042 hue: 0.31 , saturation: 0.26 and the lightness value of 487042 is 0.35.

The process color (four color CMYK) of #487042 color hex is 0.36, 0.00, 0.41, 0.56. Web safe color of #487042 is #336633. Color #487042 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110000 01000010
Octal 110 160 102
Decimal 72 112 66
Hex 48 70 42

RGB Percentages of Color #487042

%28.80
%44.80
%26.40

CMYK Percentages of Color #487042

%36
%0
%41
%56

Triadic Colors of #487042

#487042 #424870 #704248

Analogous Colors of #487042

#487042 #427053 #5f7042

Monochromatic Colors of #487042

#487042

Complementary Color

#487042 #6a4270

#487042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487042 Color CSS Codes

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

#487042 Text Font Color

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

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


#487042 Background Color

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

This div background color is #487042


#487042 Border Color

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

This div border color is #487042


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,112,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #487042; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #487042;
  -webkit-box-shadow: 1px 1px 3px 2px #487042;
  box-shadow:         1px 1px 3px 2px #487042; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487042


Comments

No comments written yet.

Please login to write comment.