Color Hex Logo

#71835e Color Hex

#71835E
(113,131,94)
0 Favorites   0 Comments

Color spaces of #71835e

RGB 11313194
HSL0.250.160.44
HSV89°28°51°
CMYK 0.140.000.28   0.49
XYZ16.946720.551513.6633
Yxy20.55150.33120.4017
Hunter Lab45.3338-12.607113.8640
CIE-Lab52.4551-13.646917.8966

#71835e color RGB value is (113,131,94).

#71835e hex color red value is 113, green value is 131 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #71835e hue: 0.25 , saturation: 0.16 and the lightness value of 71835e is 0.44.

The process color (four color CMYK) of #71835e color hex is 0.14, 0.00, 0.28, 0.49. Web safe color of #71835e is #669966. Color #71835e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000011 01011110
Octal 161 203 136
Decimal 113 131 94
Hex 71 83 5E

RGB Percentages of Color #71835e

%33.43
%38.76
%27.81

CMYK Percentages of Color #71835e

%14
%0
%28
%49

Triadic Colors of #71835e

#71835e #5e7183 #835e71

Analogous Colors of #71835e

#71835e #5f835e #83835e

Monochromatic Colors of #71835e

#71835e

Complementary Color

#71835e #705e83

#71835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71835e Color CSS Codes

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

#71835e Text Font Color

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

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


#71835e Background Color

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

This div background color is #71835e


#71835e Border Color

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

This div border color is #71835e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,131,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71835e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71835e;
  -webkit-box-shadow: 1px 1px 3px 2px #71835e;
  box-shadow:         1px 1px 3px 2px #71835e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71835e


Comments

No comments written yet.

Please login to write comment.