COLOR #71855F

HEX: #71855F
RGB: (113,133,95)

Color info

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

RGB color model

#71855F color RGB value is (113,133,95).

  • red value is 113;
  • green value is 133;
  • blue value is 95.
RGB:
(113,133,95)
(44%,52%,37%)

RGB channels and saturation

R 113 of 255 = 44%
G 133 of 255 = 52%
B 95 of 255 = 37%

113
133
95

R + G + B ~ 44%. #71855F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 133 + 95 = 341 (100%)
R 113 of 341 ~ 33.14%
G 133 of 341 ~ 39%
B 95 of 341 ~ 27.86%

%33.14
%39
%27.86

CMYK color model

#71855F color CMYK value is (15,0,29,48).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 47.84%
CMYK:
(15,0,29,48)
C15M0Y29K48 
(15%,0%,29%,48%)
(0.15/0.00/0.29/0.48)	

CMYK percentages

%15.04
%0
%28.57
%47.84

Codes

Color #71855F in popluar color models

71855F
RGB11313395
HSL92°16.67%44.71%
HSB/HSV92°28.57%52.16%
CMYK15.04%0.00%28.57%
47.84%

Color #71855F in popluar number systems.

HEX71855F
Decimal11313395
Binary1110001100001011011111
Octal161205137

Shades and tints

Shades of #71855F

#71855F
(113,133,95)
#677957
(103,121,87)
#5D6D4F
(93,109,79)
#536147
(83,97,71)
#49553F
(73,85,63)
#3F4937
(63,73,55)
#353D2F
(53,61,47)
#2B3127
(43,49,39)
#21251F
(33,37,31)
#171917
(23,25,23)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #71855F

#71855F
(113,133,95)
#7D906D
(125,144,109)
#899B7B
(137,155,123)
#95A689
(149,166,137)
#A1B197
(161,177,151)
#ADBCA5
(173,188,165)
#B9C7B3
(185,199,179)
#C5D2C1
(197,210,193)
#D1DDCF
(209,221,207)
#DDE8DD
(221,232,221)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71855F color. Also use rgb(113,133,95) instead hex code.

Text Font Color

.myTextColor { color: #71855F; }

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

This text font color is #71855F.


Background Color

.myBgColor { background-color: #71855F; }

<div style="background-color:#71855F">Inner text</div>

This div background color is #71855F.


Border color

.myBorderColor { border: 1px solid #71855F; }

<div style="border:3px solid #71855F">Div</div>

This div border color is #71855F.


Opacity

.myOpacity80 { color: #71855F; opacity: 0.8; }

<p style="color:#71855F;opacity:0.8;">80%</p>

Text with #71855F 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 #71855F;}

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

This text has shadow with #71855F color.

.textShadow {text-shadow: 3px 3px 1px #71855F, 3px 3px 1px red;}

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

This text has shadow with #71855F primary color and red secondary color.


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

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

This text has shadow with #71855F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71855F on black background.


Color preview on white background

This text has color #71855F on white background.



Black color preview on #71855F background

This text has black color on #71855F background.


White color preview on #71855F background

This text has white color on #71855F background.