Color Hex Logo

#487422 Color Hex

#487422
(72,116,34)
0 Favorites   0 Comments

Color spaces of #487422

RGB 7211634
HSL0.260.550.29
HSV92°71°45°
CMYK 0.380.000.71   0.55
XYZ9.206613.98403.7273
Yxy13.98400.34200.5195
Hunter Lab37.3952-21.495320.2670
CIE-Lab44.2100-29.898438.8709

#487422 color RGB value is (72,116,34).

#487422 hex color red value is 72, green value is 116 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #487422 hue: 0.26 , saturation: 0.55 and the lightness value of 487422 is 0.29.

The process color (four color CMYK) of #487422 color hex is 0.38, 0.00, 0.71, 0.55. Web safe color of #487422 is #336633. Color #487422 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110100 00100010
Octal 110 164 42
Decimal 72 116 34
Hex 48 74 22

RGB Percentages of Color #487422

%32.43
%52.25
%15.32

CMYK Percentages of Color #487422

%38
%0
%71
%55

Triadic Colors of #487422

#487422 #224874 #742248

Analogous Colors of #487422

#487422 #227425 #717422

Monochromatic Colors of #487422

#487422

Complementary Color

#487422 #4e2274

#487422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487422 Color CSS Codes

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

#487422 Text Font Color

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

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


#487422 Background Color

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

This div background color is #487422


#487422 Border Color

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

This div border color is #487422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487422


Comments

No comments written yet.

Please login to write comment.