Color Hex Logo

#487058 Color Hex

#487058
(72,112,88)
0 Favorites   0 Comments

Color spaces of #487058

RGB 7211288
HSL0.400.220.36
HSV144°36°44°
CMYK 0.360.000.21   0.56
XYZ10.228113.670611.3321
Yxy13.67060.29030.3880
Hunter Lab36.9738-15.32547.7098
CIE-Lab43.7568-19.74848.9527

#487058 color RGB value is (72,112,88).

#487058 hex color red value is 72, green value is 112 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #487058 hue: 0.40 , saturation: 0.22 and the lightness value of 487058 is 0.36.

The process color (four color CMYK) of #487058 color hex is 0.36, 0.00, 0.21, 0.56. Web safe color of #487058 is #336666. Color #487058 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110000 01011000
Octal 110 160 130
Decimal 72 112 88
Hex 48 70 58

RGB Percentages of Color #487058

%26.47
%41.18
%32.35

CMYK Percentages of Color #487058

%36
%0
%21
%56

Triadic Colors of #487058

#487058 #584870 #705848

Analogous Colors of #487058

#487058 #48706c #4c7048

Monochromatic Colors of #487058

#487058

Complementary Color

#487058 #704860

#487058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487058 Color CSS Codes

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

#487058 Text Font Color

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

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


#487058 Background Color

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

This div background color is #487058


#487058 Border Color

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

This div border color is #487058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487058

#487058 Color Palettes


Comments

No comments written yet.

Please login to write comment.