Color Hex Logo

#71890f Color Hex

#71890F
(113,137,15)
0 Favorites   0 Comments

Color spaces of #71890f

RGB 11313715
HSL0.200.800.30
HSV72°89°54°
CMYK 0.180.000.89   0.46
XYZ15.841921.43653.7546
Yxy21.43650.38610.5224
Hunter Lab46.2996-19.948527.6017
CIE-Lab53.4239-24.076354.5989

#71890f color RGB value is (113,137,15).

#71890f hex color red value is 113, green value is 137 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #71890f hue: 0.20 , saturation: 0.80 and the lightness value of 71890f is 0.30.

The process color (four color CMYK) of #71890f color hex is 0.18, 0.00, 0.89, 0.46. Web safe color of #71890f is #669900. Color #71890f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001001 00001111
Octal 161 211 17
Decimal 113 137 15
Hex 71 89 F

RGB Percentages of Color #71890f

%42.64
%51.70
%5.66

CMYK Percentages of Color #71890f

%18
%0
%89
%46

Triadic Colors of #71890f

#71890f #0f7189 #890f71

Analogous Colors of #71890f

#71890f #34890f #89640f

Monochromatic Colors of #71890f

#71890f

Complementary Color

#71890f #270f89

#71890f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71890f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71890f Color CSS Codes

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

#71890f Text Font Color

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

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


#71890f Background Color

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

This div background color is #71890f


#71890f Border Color

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

This div border color is #71890f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,137,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71890f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71890f;
  -webkit-box-shadow: 1px 1px 3px 2px #71890f;
  box-shadow:         1px 1px 3px 2px #71890f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,137,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71890f


Comments

No comments written yet.

Please login to write comment.