Color Hex Logo

#71856b Color Hex

#71856B
(113,133,107)
0 Favorites   0 Comments

Color spaces of #71856b

RGB 113133107
HSL0.290.110.47
HSV106°20°52°
CMYK 0.150.000.20   0.48
XYZ17.851421.347317.0895
Yxy21.34730.31710.3793
Hunter Lab46.2031-11.888910.4122
CIE-Lab53.3275-12.486011.6472

#71856b color RGB value is (113,133,107).

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

The process color (four color CMYK) of #71856b color hex is 0.15, 0.00, 0.20, 0.48. Web safe color of #71856b is #669966. Color #71856b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000101 01101011
Octal 161 205 153
Decimal 113 133 107
Hex 71 85 6B

RGB Percentages of Color #71856b

%32.01
%37.68
%30.31

CMYK Percentages of Color #71856b

%15
%0
%20
%48

Triadic Colors of #71856b

#71856b #6b7185 #856b71

Analogous Colors of #71856b

#71856b #6b8572 #7e856b

Monochromatic Colors of #71856b

#71856b

Complementary Color

#71856b #7f6b85

#71856b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71856b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71856b Color CSS Codes

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

#71856b Text Font Color

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

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


#71856b Background Color

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

This div background color is #71856b


#71856b Border Color

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

This div border color is #71856b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,133,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 #71856b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71856b


Comments

No comments written yet.

Please login to write comment.