Color Hex Logo

#487045 Color Hex

#487045
(72,112,69)
0 Favorites   0 Comments

Color spaces of #487045

RGB 7211269
HSL0.320.240.35
HSV116°38°44°
CMYK 0.360.000.38   0.56
XYZ9.540813.39577.7130
Yxy13.39570.31130.4371
Hunter Lab36.6001-17.519513.1255
CIE-Lab43.3535-23.461219.5805

#487045 color RGB value is (72,112,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110000 01000101
Octal 110 160 105
Decimal 72 112 69
Hex 48 70 45

RGB Percentages of Color #487045

%28.46
%44.27
%27.27

CMYK Percentages of Color #487045

%36
%0
%38
%56

Triadic Colors of #487045

#487045 #454870 #704548

Analogous Colors of #487045

#487045 #457058 #5e7045

Monochromatic Colors of #487045

#487045

Complementary Color

#487045 #6d4570

#487045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487045 Color CSS Codes

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

#487045 Text Font Color

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

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


#487045 Background Color

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

This div background color is #487045


#487045 Border Color

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

This div border color is #487045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487045


Comments

No comments written yet.

Please login to write comment.