Color Hex Logo

#487158 Color Hex

#487158
(72,113,88)
0 Favorites   0 Comments

Color spaces of #487158

RGB 7211388
HSL0.400.220.36
HSV143°36°44°
CMYK 0.360.000.22   0.56
XYZ10.339113.892611.3691
Yxy13.89260.29040.3902
Hunter Lab37.2728-15.71328.0061
CIE-Lab44.0785-20.27809.4051

#487158 color RGB value is (72,113,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110001 01011000
Octal 110 161 130
Decimal 72 113 88
Hex 48 71 58

RGB Percentages of Color #487158

%26.37
%41.39
%32.23

CMYK Percentages of Color #487158

%36
%0
%22
%56

Triadic Colors of #487158

#487158 #584871 #715848

Analogous Colors of #487158

#487158 #48716d #4d7148

Monochromatic Colors of #487158

#487158

Complementary Color

#487158 #714861

#487158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487158 Color CSS Codes

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

#487158 Text Font Color

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

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


#487158 Background Color

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

This div background color is #487158


#487158 Border Color

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

This div border color is #487158


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,113,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 #487158">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487158


Comments

No comments written yet.

Please login to write comment.