COLOR #71826F

HEX: #71826F
RGB: (113,130,111)

Color info

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

RGB color model

#71826F color RGB value is (113,130,111).

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

RGB channels and saturation

R 113 of 255 = 44%
G 130 of 255 = 51%
B 111 of 255 = 44%

113
130
111

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

Portions of RGB colors in percentages

R + G + B =
113 + 130 + 111 = 354 (100%)
R 113 of 354 ~ 31.92%
G 130 of 354 ~ 36.72%
B 111 of 354 ~ 31.36%

%31.92
%36.72
%31.36

CMYK color model

#71826F color CMYK value is (13,0,15,49).

  • cyan value is 13.08%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 49.02%
CMYK:
(13,0,15,49)
C13M0Y15K49 
(13%,0%,15%,49%)
(0.13/0.00/0.15/0.49)	

CMYK percentages

%13.08
%0
%14.62
%49.02

Codes

Color #71826F in popluar color models

71826F
RGB113130111
HSL114°7.88%47.25%
HSB/HSV114°14.62%50.98%
CMYK13.08%0.00%14.62%
49.02%

Color #71826F in popluar number systems.

HEX71826F
Decimal113130111
Binary1110001100000101101111
Octal161202157

Shades and tints

Shades of #71826F

#71826F
(113,130,111)
#677765
(103,119,101)
#5D6C5B
(93,108,91)
#536151
(83,97,81)
#495647
(73,86,71)
#3F4B3D
(63,75,61)
#354033
(53,64,51)
#2B3529
(43,53,41)
#212A1F
(33,42,31)
#171F15
(23,31,21)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #71826F

#71826F
(113,130,111)
#7D8D7C
(125,141,124)
#899889
(137,152,137)
#95A396
(149,163,150)
#A1AEA3
(161,174,163)
#ADB9B0
(173,185,176)
#B9C4BD
(185,196,189)
#C5CFCA
(197,207,202)
#D1DAD7
(209,218,215)
#DDE5E4
(221,229,228)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71826F; }

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

This text font color is #71826F.


Background Color

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

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

This div background color is #71826F.


Border color

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

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

This div border color is #71826F.


Opacity

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

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

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

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

This text has shadow with #71826F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71826F on black background.


Color preview on white background

This text has color #71826F on white background.



Black color preview on #71826F background

This text has black color on #71826F background.


White color preview on #71826F background

This text has white color on #71826F background.