COLOR #71826B

HEX: #71826B
RGB: (113,130,107)

Color info

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

RGB color model

#71826B color RGB value is (113,130,107).

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

RGB channels and saturation

R 113 of 255 = 44%
G 130 of 255 = 51%
B 107 of 255 = 42%

113
130
107

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

Portions of RGB colors in percentages

R + G + B =
113 + 130 + 107 = 350 (100%)
R 113 of 350 ~ 32.29%
G 130 of 350 ~ 37.14%
B 107 of 350 ~ 30.57%

%32.29
%37.14
%30.57

CMYK color model

#71826B color CMYK value is (13,0,18,49).

  • cyan value is 13.08%
  • magenta value is 0.00%
  • yellow value is 17.69%
  • key color value is 49.02%
CMYK:
(13,0,18,49)
C13M0Y18K49 
(13%,0%,18%,49%)
(0.13/0.00/0.18/0.49)	

CMYK percentages

%13.08
%0
%17.69
%49.02

Codes

Color #71826B in popluar color models

71826B
RGB113130107
HSL104°9.70%46.47%
HSB/HSV104°17.69%50.98%
CMYK13.08%0.00%17.69%
49.02%

Color #71826B in popluar number systems.

HEX71826B
Decimal113130107
Binary1110001100000101101011
Octal161202153

Shades and tints

Shades of #71826B

#71826B
(113,130,107)
#677762
(103,119,98)
#5D6C59
(93,108,89)
#536150
(83,97,80)
#495647
(73,86,71)
#3F4B3E
(63,75,62)
#354035
(53,64,53)
#2B352C
(43,53,44)
#212A23
(33,42,35)
#171F1A
(23,31,26)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #71826B

#71826B
(113,130,107)
#7D8D78
(125,141,120)
#899885
(137,152,133)
#95A392
(149,163,146)
#A1AE9F
(161,174,159)
#ADB9AC
(173,185,172)
#B9C4B9
(185,196,185)
#C5CFC6
(197,207,198)
#D1DAD3
(209,218,211)
#DDE5E0
(221,229,224)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71826B; }

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

This text font color is #71826B.


Background Color

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

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

This div background color is #71826B.


Border color

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

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

This div border color is #71826B.


Opacity

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

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

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

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

This text has shadow with #71826B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71826B on black background.


Color preview on white background

This text has color #71826B on white background.



Black color preview on #71826B background

This text has black color on #71826B background.


White color preview on #71826B background

This text has white color on #71826B background.