Color Hex Logo

#71976b Color Hex

#71976B
(113,151,107)
0 Favorites   0 Comments

Color spaces of #71976b

RGB 113151107
HSL0.310.170.51
HSV112°29°59°
CMYK 0.250.000.29   0.41
XYZ20.530526.705517.9825
Yxy26.70550.31480.4095
Hunter Lab51.6774-19.520515.5426
CIE-Lab58.7007-21.984219.0641

#71976b color RGB value is (113,151,107).

#71976b hex color red value is 113, green value is 151 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #71976b hue: 0.31 , saturation: 0.17 and the lightness value of 71976b is 0.51.

The process color (four color CMYK) of #71976b color hex is 0.25, 0.00, 0.29, 0.41. Web safe color of #71976b is #669966. Color #71976b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010111 01101011
Octal 161 227 153
Decimal 113 151 107
Hex 71 97 6B

RGB Percentages of Color #71976b

%30.46
%40.70
%28.84

CMYK Percentages of Color #71976b

%25
%0
%29
%41

Triadic Colors of #71976b

#71976b #6b7197 #976b71

Analogous Colors of #71976b

#71976b #6b977b #87976b

Monochromatic Colors of #71976b

#71976b

Complementary Color

#71976b #916b97

#71976b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71976b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71976b Color CSS Codes

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

#71976b Text Font Color

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

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


#71976b Background Color

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

This div background color is #71976b


#71976b Border Color

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

This div border color is #71976b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71976b


Comments

No comments written yet.

Please login to write comment.