COLOR #71824B

HEX: #71824B
RGB: (113,130,75)

Color info

#71824B contains red, green and blue colors in about the same proportion. Web safe color of #71824B is #669933 (or #693).

RGB color model

#71824B color RGB value is (113,130,75).

  • red value is 113;
  • green value is 130;
  • blue value is 75.
RGB:
(113,130,75)
(44%,51%,29%)

RGB channels and saturation

R 113 of 255 = 44%
G 130 of 255 = 51%
B 75 of 255 = 29%

113
130
75

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

Portions of RGB colors in percentages

R + G + B =
113 + 130 + 75 = 318 (100%)
R 113 of 318 ~ 35.53%
G 130 of 318 ~ 40.88%
B 75 of 318 ~ 23.58%

%35.53
%40.88
%23.58

CMYK color model

#71824B color CMYK value is (13,0,42,49).

  • cyan value is 13.08%
  • magenta value is 0.00%
  • yellow value is 42.31%
  • key color value is 49.02%
CMYK:
(13,0,42,49)
C13M0Y42K49 
(13%,0%,42%,49%)
(0.13/0.00/0.42/0.49)	

CMYK percentages

%13.08
%0
%42.31
%49.02

Codes

Color #71824B in popluar color models

71824B
RGB11313075
HSL79°26.83%40.20%
HSB/HSV79°42.31%50.98%
CMYK13.08%0.00%42.31%
49.02%

Color #71824B in popluar number systems.

HEX71824B
Decimal11313075
Binary1110001100000101001011
Octal161202113

Shades and tints

Shades of #71824B

#71824B
(113,130,75)
#677745
(103,119,69)
#5D6C3F
(93,108,63)
#536139
(83,97,57)
#495633
(73,86,51)
#3F4B2D
(63,75,45)
#354027
(53,64,39)
#2B3521
(43,53,33)
#212A1B
(33,42,27)
#171F15
(23,31,21)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #71824B

#71824B
(113,130,75)
#7D8D5B
(125,141,91)
#89986B
(137,152,107)
#95A37B
(149,163,123)
#A1AE8B
(161,174,139)
#ADB99B
(173,185,155)
#B9C4AB
(185,196,171)
#C5CFBB
(197,207,187)
#D1DACB
(209,218,203)
#DDE5DB
(221,229,219)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71824B color. Also use rgb(113,130,75) instead hex code.

Text Font Color

.myTextColor { color: #71824B; }

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

This text font color is #71824B.


Background Color

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

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

This div background color is #71824B.


Border color

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

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

This div border color is #71824B.


Opacity

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

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

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

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

This text has shadow with #71824B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71824B on black background.


Color preview on white background

This text has color #71824B on white background.



Black color preview on #71824B background

This text has black color on #71824B background.


White color preview on #71824B background

This text has white color on #71824B background.