COLOR #71896E

HEX: #71896E
RGB: (113,137,110)

Color info

#71896E contains red, green and blue colors in about the same proportion. Web safe color of #71896E is #669966 (or #696).

RGB color model

#71896E color RGB value is (113,137,110).

  • red value is 113;
  • green value is 137;
  • blue value is 110.
RGB:
(113,137,110)
(44%,54%,43%)

RGB channels and saturation

R 113 of 255 = 44%
G 137 of 255 = 54%
B 110 of 255 = 43%

113
137
110

R + G + B ~ 47%. #71896E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 137 + 110 = 360 (100%)
R 113 of 360 ~ 31.39%
G 137 of 360 ~ 38.06%
B 110 of 360 ~ 30.56%

%31.39
%38.06
%30.56

CMYK color model

#71896E color CMYK value is (18,0,20,46).

  • cyan value is 17.52%
  • magenta value is 0.00%
  • yellow value is 19.71%
  • key color value is 46.27%
CMYK:
(18,0,20,46)
C18M0Y20K46 
(18%,0%,20%,46%)
(0.18/0.00/0.20/0.46)	

CMYK percentages

%17.52
%0
%19.71
%46.27

Codes

Color #71896E in popluar color models

71896E
RGB113137110
HSL113°10.93%48.43%
HSB/HSV113°19.71%53.73%
CMYK17.52%0.00%19.71%
46.27%

Color #71896E in popluar number systems.

HEX71896E
Decimal113137110
Binary1110001100010011101110
Octal161211156

Shades and tints

Shades of #71896E

#71896E
(113,137,110)
#677D64
(103,125,100)
#5D715A
(93,113,90)
#536550
(83,101,80)
#495946
(73,89,70)
#3F4D3C
(63,77,60)
#354132
(53,65,50)
#2B3528
(43,53,40)
#21291E
(33,41,30)
#171D14
(23,29,20)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #71896E

#71896E
(113,137,110)
#7D937B
(125,147,123)
#899D88
(137,157,136)
#95A795
(149,167,149)
#A1B1A2
(161,177,162)
#ADBBAF
(173,187,175)
#B9C5BC
(185,197,188)
#C5CFC9
(197,207,201)
#D1D9D6
(209,217,214)
#DDE3E3
(221,227,227)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71896E color. Also use rgb(113,137,110) instead hex code.

Text Font Color

.myTextColor { color: #71896E; }

<p style="color:#71896E">This sample text font color is #71896E.</p>

This text font color is #71896E.


Background Color

.myBgColor { background-color: #71896E; }

<div style="background-color:#71896E">Inner text</div>

This div background color is #71896E.


Border color

.myBorderColor { border: 1px solid #71896E; }

<div style="border:3px solid #71896E">Div</div>

This div border color is #71896E.


Opacity

.myOpacity80 { color: #71896E; opacity: 0.8; }

<p style="color:#71896E;opacity:0.8;">80%</p>

Text with #71896E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #71896E;}

<p style="text-shadow: 3px 3px 1px #71896E">Text here.</p>

This text has shadow with #71896E color.

.textShadow {text-shadow: 3px 3px 1px #71896E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #71896E, 5px 5px 20px red">Text here.</p>

This text has shadow with #71896E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71896E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#71896E, Direction=45, Strength=4)">Text</p>

This text has shadow with #71896E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #71896E;
  -webkit-box-shadow:	1px 1px 3px 2px #71896E;
  box-shadow:		1px 1px 3px 2px #71896E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71896E;
-webkit-box-shadow: 1px 1px 3px 2px #71896E;
box-shadow:1px 1px 3px 2px #71896E;">
Div content here</div>
This div box has shadow with color #71896E.

Preview

Color preview on black background

This text has color #71896E on black background.


Color preview on white background

This text has color #71896E on white background.



Black color preview on #71896E background

This text has black color on #71896E background.


White color preview on #71896E background

This text has white color on #71896E background.