Color Hex Logo

#71866b Color Hex

#71866B
(113,134,107)
0 Favorites   0 Comments

Color spaces of #71866b

RGB 113134107
HSL0.300.110.47
HSV107°20°53°
CMYK 0.160.000.20   0.47
XYZ17.989021.622417.1353
Yxy21.62240.31700.3810
Hunter Lab46.4999-12.320110.7014
CIE-Lab53.6241-13.030312.0622

#71866b color RGB value is (113,134,107).

#71866b hex color red value is 113, green value is 134 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #71866b hue: 0.30 , saturation: 0.11 and the lightness value of 71866b is 0.47.

The process color (four color CMYK) of #71866b color hex is 0.16, 0.00, 0.20, 0.47. Web safe color of #71866b is #669966. Color #71866b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000110 01101011
Octal 161 206 153
Decimal 113 134 107
Hex 71 86 6B

RGB Percentages of Color #71866b

%31.92
%37.85
%30.23

CMYK Percentages of Color #71866b

%16
%0
%20
%47

Triadic Colors of #71866b

#71866b #6b7186 #866b71

Analogous Colors of #71866b

#71866b #6b8673 #7f866b

Monochromatic Colors of #71866b

#71866b

Complementary Color

#71866b #806b86

#71866b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71866b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71866b Color CSS Codes

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

#71866b Text Font Color

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

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


#71866b Background Color

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

This div background color is #71866b


#71866b Border Color

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

This div border color is #71866b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,134,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71866b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71866b;
  -webkit-box-shadow: 1px 1px 3px 2px #71866b;
  box-shadow:         1px 1px 3px 2px #71866b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71866b


Comments

No comments written yet.

Please login to write comment.