COLOR #71845D

HEX: #71845D
RGB: (113,132,93)

Color info

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

RGB color model

#71845D color RGB value is (113,132,93).

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

RGB channels and saturation

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

113
132
93

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

Portions of RGB colors in percentages

R + G + B =
113 + 132 + 93 = 338 (100%)
R 113 of 338 ~ 33.43%
G 132 of 338 ~ 39.05%
B 93 of 338 ~ 27.51%

%33.43
%39.05
%27.51

CMYK color model

#71845D color CMYK value is (14,0,30,48).

  • cyan value is 14.39%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 48.24%
CMYK:
(14,0,30,48)
C14M0Y30K48 
(14%,0%,30%,48%)
(0.14/0.00/0.30/0.48)	

CMYK percentages

%14.39
%0
%29.55
%48.24

Codes

Color #71845D in popluar color models

71845D
RGB11313293
HSL89°17.33%44.12%
HSB/HSV89°29.55%51.76%
CMYK14.39%0.00%29.55%
48.24%

Color #71845D in popluar number systems.

HEX71845D
Decimal11313293
Binary1110001100001001011101
Octal161204135

Shades and tints

Shades of #71845D

#71845D
(113,132,93)
#677855
(103,120,85)
#5D6C4D
(93,108,77)
#536045
(83,96,69)
#49543D
(73,84,61)
#3F4835
(63,72,53)
#353C2D
(53,60,45)
#2B3025
(43,48,37)
#21241D
(33,36,29)
#171815
(23,24,21)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #71845D

#71845D
(113,132,93)
#7D8F6B
(125,143,107)
#899A79
(137,154,121)
#95A587
(149,165,135)
#A1B095
(161,176,149)
#ADBBA3
(173,187,163)
#B9C6B1
(185,198,177)
#C5D1BF
(197,209,191)
#D1DCCD
(209,220,205)
#DDE7DB
(221,231,219)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71845D; }

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

This text font color is #71845D.


Background Color

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

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

This div background color is #71845D.


Border color

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

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

This div border color is #71845D.


Opacity

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

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

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

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

This text has shadow with #71845D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71845D on black background.


Color preview on white background

This text has color #71845D on white background.



Black color preview on #71845D background

This text has black color on #71845D background.


White color preview on #71845D background

This text has white color on #71845D background.