Color Hex Logo

#71986b Color Hex

#71986B
(113,152,107)
0 Favorites   0 Comments

Color spaces of #71986b

RGB 113152107
HSL0.310.180.51
HSV112°30°60°
CMYK 0.260.000.30   0.40
XYZ20.692127.028718.0364
Yxy27.02870.31470.4110
Hunter Lab51.9891-19.936515.8231
CIE-Lab59.0009-22.492919.4720

#71986b color RGB value is (113,152,107).

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

The process color (four color CMYK) of #71986b color hex is 0.26, 0.00, 0.30, 0.40. Web safe color of #71986b is #669966. Color #71986b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011000 01101011
Octal 161 230 153
Decimal 113 152 107
Hex 71 98 6B

RGB Percentages of Color #71986b

%30.38
%40.86
%28.76

CMYK Percentages of Color #71986b

%26
%0
%30
%40

Triadic Colors of #71986b

#71986b #6b7198 #986b71

Analogous Colors of #71986b

#71986b #6b987c #88986b

Monochromatic Colors of #71986b

#71986b

Complementary Color

#71986b #926b98

#71986b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71986b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71986b Color CSS Codes

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

#71986b Text Font Color

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

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


#71986b Background Color

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

This div background color is #71986b


#71986b Border Color

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

This div border color is #71986b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71986b


Comments

No comments written yet.

Please login to write comment.