COLOR #71855D

HEX: #71855D
RGB: (113,133,93)

Color info

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

RGB color model

#71855D color RGB value is (113,133,93).

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

RGB channels and saturation

R 113 of 255 = 44%
G 133 of 255 = 52%
B 93 of 255 = 36%

113
133
93

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

Portions of RGB colors in percentages

R + G + B =
113 + 133 + 93 = 339 (100%)
R 113 of 339 ~ 33.33%
G 133 of 339 ~ 39.23%
B 93 of 339 ~ 27.43%

%33.33
%39.23
%27.43

CMYK color model

#71855D color CMYK value is (15,0,30,48).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 47.84%
CMYK:
(15,0,30,48)
C15M0Y30K48 
(15%,0%,30%,48%)
(0.15/0.00/0.30/0.48)	

CMYK percentages

%15.04
%0
%30.08
%47.84

Codes

Color #71855D in popluar color models

71855D
RGB11313393
HSL90°17.70%44.31%
HSB/HSV90°30.08%52.16%
CMYK15.04%0.00%30.08%
47.84%

Color #71855D in popluar number systems.

HEX71855D
Decimal11313393
Binary1110001100001011011101
Octal161205135

Shades and tints

Shades of #71855D

#71855D
(113,133,93)
#677955
(103,121,85)
#5D6D4D
(93,109,77)
#536145
(83,97,69)
#49553D
(73,85,61)
#3F4935
(63,73,53)
#353D2D
(53,61,45)
#2B3125
(43,49,37)
#21251D
(33,37,29)
#171915
(23,25,21)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #71855D

#71855D
(113,133,93)
#7D906B
(125,144,107)
#899B79
(137,155,121)
#95A687
(149,166,135)
#A1B195
(161,177,149)
#ADBCA3
(173,188,163)
#B9C7B1
(185,199,177)
#C5D2BF
(197,210,191)
#D1DDCD
(209,221,205)
#DDE8DB
(221,232,219)
#E9F3E9
(233,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71855D; }

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

This text font color is #71855D.


Background Color

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

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

This div background color is #71855D.


Border color

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

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

This div border color is #71855D.


Opacity

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

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

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

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

This text has shadow with #71855D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71855D on black background.


Color preview on white background

This text has color #71855D on white background.



Black color preview on #71855D background

This text has black color on #71855D background.


White color preview on #71855D background

This text has white color on #71855D background.