Color Hex Logo

#71891f Color Hex

#71891F
(113,137,31)
0 Favorites   0 Comments

Color spaces of #71891f

RGB 11313731
HSL0.200.630.33
HSV74°77°54°
CMYK 0.180.000.77   0.46
XYZ16.003021.50104.6030
Yxy21.50100.38010.5106
Hunter Lab46.3692-19.541926.5728
CIE-Lab53.4935-23.446550.1446

#71891f color RGB value is (113,137,31).

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

The process color (four color CMYK) of #71891f color hex is 0.18, 0.00, 0.77, 0.46. Web safe color of #71891f is #669933. Color #71891f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001001 00011111
Octal 161 211 37
Decimal 113 137 31
Hex 71 89 1F

RGB Percentages of Color #71891f

%40.21
%48.75
%11.03

CMYK Percentages of Color #71891f

%18
%0
%77
%46

Triadic Colors of #71891f

#71891f #1f7189 #891f71

Analogous Colors of #71891f

#71891f #3c891f #896c1f

Monochromatic Colors of #71891f

#71891f

Complementary Color

#71891f #371f89

#71891f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71891f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71891f Color CSS Codes

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

#71891f Text Font Color

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

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


#71891f Background Color

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

This div background color is #71891f


#71891f Border Color

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

This div border color is #71891f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71891f


Comments

No comments written yet.

Please login to write comment.