COLOR #71896B

HEX: #71896B
RGB: (113,137,107)

Color info

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

RGB color model

#71896B color RGB value is (113,137,107).

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

RGB channels and saturation

R 113 of 255 = 44%
G 137 of 255 = 54%
B 107 of 255 = 42%

113
137
107

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

Portions of RGB colors in percentages

R + G + B =
113 + 137 + 107 = 357 (100%)
R 113 of 357 ~ 31.65%
G 137 of 357 ~ 38.38%
B 107 of 357 ~ 29.97%

%31.65
%38.38
%29.97

CMYK color model

#71896B color CMYK value is (18,0,22,46).

  • cyan value is 17.52%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 46.27%
CMYK:
(18,0,22,46)
C18M0Y22K46 
(18%,0%,22%,46%)
(0.18/0.00/0.22/0.46)	

CMYK percentages

%17.52
%0
%21.9
%46.27

Codes

Color #71896B in popluar color models

71896B
RGB113137107
HSL108°12.30%47.84%
HSB/HSV108°21.90%53.73%
CMYK17.52%0.00%21.90%
46.27%

Color #71896B in popluar number systems.

HEX71896B
Decimal113137107
Binary1110001100010011101011
Octal161211153

Shades and tints

Shades of #71896B

#71896B
(113,137,107)
#677D62
(103,125,98)
#5D7159
(93,113,89)
#536550
(83,101,80)
#495947
(73,89,71)
#3F4D3E
(63,77,62)
#354135
(53,65,53)
#2B352C
(43,53,44)
#212923
(33,41,35)
#171D1A
(23,29,26)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #71896B

#71896B
(113,137,107)
#7D9378
(125,147,120)
#899D85
(137,157,133)
#95A792
(149,167,146)
#A1B19F
(161,177,159)
#ADBBAC
(173,187,172)
#B9C5B9
(185,197,185)
#C5CFC6
(197,207,198)
#D1D9D3
(209,217,211)
#DDE3E0
(221,227,224)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71896B; }

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

This text font color is #71896B.


Background Color

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

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

This div background color is #71896B.


Border color

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

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

This div border color is #71896B.


Opacity

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

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

Text with #71896B 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 #71896B;}

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

This text has shadow with #71896B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71896B on black background.


Color preview on white background

This text has color #71896B on white background.



Black color preview on #71896B background

This text has black color on #71896B background.


White color preview on #71896B background

This text has white color on #71896B background.