Color Hex Logo

#487a5a Color Hex

#487A5A
(72,122,90)
0 Favorites   0 Comments

Color spaces of #487a5a

RGB 7212290
HSL0.390.260.38
HSV142°41°48°
CMYK 0.410.000.26   0.52
XYZ11.477516.035012.1630
Yxy16.03500.28930.4042
Hunter Lab40.0437-18.914110.0217
CIE-Lab47.0204-24.501512.3343

#487a5a color RGB value is (72,122,90).

#487a5a hex color red value is 72, green value is 122 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #487a5a hue: 0.39 , saturation: 0.26 and the lightness value of 487a5a is 0.38.

The process color (four color CMYK) of #487a5a color hex is 0.41, 0.00, 0.26, 0.52. Web safe color of #487a5a is #336666. Color #487a5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111010 01011010
Octal 110 172 132
Decimal 72 122 90
Hex 48 7A 5A

RGB Percentages of Color #487a5a

%25.35
%42.96
%31.69

CMYK Percentages of Color #487a5a

%41
%0
%26
%52

Triadic Colors of #487a5a

#487a5a #5a487a #7a5a48

Analogous Colors of #487a5a

#487a5a #487a73 #4f7a48

Monochromatic Colors of #487a5a

#487a5a

Complementary Color

#487a5a #7a4868

#487a5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487a5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#487a5a Color CSS Codes

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

#487a5a Text Font Color

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

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


#487a5a Background Color

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

This div background color is #487a5a


#487a5a Border Color

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

This div border color is #487a5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,122,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #487a5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #487a5a;
  -webkit-box-shadow: 1px 1px 3px 2px #487a5a;
  box-shadow:         1px 1px 3px 2px #487a5a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487a5a


Comments

No comments written yet.

Please login to write comment.