Color Hex Logo

#487856 Color Hex

#487856
(72,120,86)
0 Favorites   0 Comments

Color spaces of #487856

RGB 7212086
HSL0.380.250.38
HSV138°40°47°
CMYK 0.400.000.28   0.53
XYZ11.068715.482511.2091
Yxy15.48250.29310.4100
Hunter Lab39.3478-18.645910.6534
CIE-Lab46.2881-24.314813.6586

#487856 color RGB value is (72,120,86).

#487856 hex color red value is 72, green value is 120 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #487856 hue: 0.38 , saturation: 0.25 and the lightness value of 487856 is 0.38.

The process color (four color CMYK) of #487856 color hex is 0.40, 0.00, 0.28, 0.53. Web safe color of #487856 is #336666. Color #487856 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111000 01010110
Octal 110 170 126
Decimal 72 120 86
Hex 48 78 56

RGB Percentages of Color #487856

%25.90
%43.17
%30.94

CMYK Percentages of Color #487856

%40
%0
%28
%53

Triadic Colors of #487856

#487856 #564878 #785648

Analogous Colors of #487856

#487856 #48786e #527848

Monochromatic Colors of #487856

#487856

Complementary Color

#487856 #78486a

#487856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487856 Color CSS Codes

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

#487856 Text Font Color

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

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


#487856 Background Color

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

This div background color is #487856


#487856 Border Color

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

This div border color is #487856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487856


Comments

No comments written yet.

Please login to write comment.