COLOR #71834E

HEX: #71834E
RGB: (113,131,78)

Color info

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

RGB color model

#71834E color RGB value is (113,131,78).

  • red value is 113;
  • green value is 131;
  • blue value is 78.
RGB:
(113,131,78)
(44%,51%,31%)

RGB channels and saturation

R 113 of 255 = 44%
G 131 of 255 = 51%
B 78 of 255 = 31%

113
131
78

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

Portions of RGB colors in percentages

R + G + B =
113 + 131 + 78 = 322 (100%)
R 113 of 322 ~ 35.09%
G 131 of 322 ~ 40.68%
B 78 of 322 ~ 24.22%

%35.09
%40.68
%24.22

CMYK color model

#71834E color CMYK value is (14,0,40,49).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 40.46%
  • key color value is 48.63%
CMYK:
(14,0,40,49)
C14M0Y40K49 
(14%,0%,40%,49%)
(0.14/0.00/0.40/0.49)	

CMYK percentages

%13.74
%0
%40.46
%48.63

Codes

Color #71834E in popluar color models

71834E
RGB11313178
HSL80°25.36%40.98%
HSB/HSV80°40.46%51.37%
CMYK13.74%0.00%40.46%
48.63%

Color #71834E in popluar number systems.

HEX71834E
Decimal11313178
Binary1110001100000111001110
Octal161203116

Shades and tints

Shades of #71834E

#71834E
(113,131,78)
#677847
(103,120,71)
#5D6D40
(93,109,64)
#536239
(83,98,57)
#495732
(73,87,50)
#3F4C2B
(63,76,43)
#354124
(53,65,36)
#2B361D
(43,54,29)
#212B16
(33,43,22)
#17200F
(23,32,15)
#0D1508
(13,21,8)
#000000
(0,0,0)

Tints of #71834E

#71834E
(113,131,78)
#7D8E5E
(125,142,94)
#89996E
(137,153,110)
#95A47E
(149,164,126)
#A1AF8E
(161,175,142)
#ADBA9E
(173,186,158)
#B9C5AE
(185,197,174)
#C5D0BE
(197,208,190)
#D1DBCE
(209,219,206)
#DDE6DE
(221,230,222)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71834E color. Also use rgb(113,131,78) instead hex code.

Text Font Color

.myTextColor { color: #71834E; }

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

This text font color is #71834E.


Background Color

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

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

This div background color is #71834E.


Border color

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

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

This div border color is #71834E.


Opacity

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

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

Text with #71834E 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 #71834E;}

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

This text has shadow with #71834E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71834E on black background.


Color preview on white background

This text has color #71834E on white background.



Black color preview on #71834E background

This text has black color on #71834E background.


White color preview on #71834E background

This text has white color on #71834E background.