Color Hex Logo

#487013 Color Hex

#487013
(72,112,19)
0 Favorites   0 Comments

Color spaces of #487013

RGB 7211219
HSL0.240.710.26
HSV86°83°44°
CMYK 0.360.000.83   0.56
XYZ8.584213.01312.6754
Yxy13.01310.35370.5361
Hunter Lab36.0737-20.652520.8543
CIE-Lab42.7830-29.043343.2058

#487013 color RGB value is (72,112,19).

#487013 hex color red value is 72, green value is 112 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #487013 hue: 0.24 , saturation: 0.71 and the lightness value of 487013 is 0.26.

The process color (four color CMYK) of #487013 color hex is 0.36, 0.00, 0.83, 0.56. Web safe color of #487013 is #336600. Color #487013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110000 00010011
Octal 110 160 23
Decimal 72 112 19
Hex 48 70 13

RGB Percentages of Color #487013

%35.47
%55.17
%9.36

CMYK Percentages of Color #487013

%36
%0
%83
%56

Triadic Colors of #487013

#487013 #134870 #701348

Analogous Colors of #487013

#487013 #1a7013 #706a13

Monochromatic Colors of #487013

#487013

Complementary Color

#487013 #3b1370

#487013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487013 Color CSS Codes

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

#487013 Text Font Color

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

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


#487013 Background Color

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

This div background color is #487013


#487013 Border Color

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

This div border color is #487013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487013


Comments

No comments written yet.

Please login to write comment.