Color Hex Logo

#487864 Color Hex

#487864
(72,120,100)
0 Favorites   0 Comments

Color spaces of #487864

RGB 72120100
HSL0.430.250.38
HSV155°40°47°
CMYK 0.400.000.17   0.53
XYZ11.689215.730814.4768
Yxy15.73080.27900.3755
Hunter Lab39.6621-16.80116.1224
CIE-Lab46.6193-21.26255.8859

#487864 color RGB value is (72,120,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111000 01100100
Octal 110 170 144
Decimal 72 120 100
Hex 48 78 64

RGB Percentages of Color #487864

%24.66
%41.10
%34.25

CMYK Percentages of Color #487864

%40
%0
%17
%53

Triadic Colors of #487864

#487864 #644878 #786448

Analogous Colors of #487864

#487864 #487478 #48784c

Monochromatic Colors of #487864

#487864

Complementary Color

#487864 #78485c

#487864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487864 Color CSS Codes

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

#487864 Text Font Color

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

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


#487864 Background Color

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

This div background color is #487864


#487864 Border Color

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

This div border color is #487864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487864


Comments

No comments written yet.

Please login to write comment.