COLOR #71817F

HEX: #71817F
RGB: (113,129,127)

Color info

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

RGB color model

#71817F color RGB value is (113,129,127).

  • red value is 113;
  • green value is 129;
  • blue value is 127.
RGB:
(113,129,127)
(44%,51%,50%)

RGB channels and saturation

R 113 of 255 = 44%
G 129 of 255 = 51%
B 127 of 255 = 50%

113
129
127

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

Portions of RGB colors in percentages

R + G + B =
113 + 129 + 127 = 369 (100%)
R 113 of 369 ~ 30.62%
G 129 of 369 ~ 34.96%
B 127 of 369 ~ 34.42%

%30.62
%34.96
%34.42

CMYK color model

#71817F color CMYK value is (12,0,2,49).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 49.41%
CMYK:
(12,0,2,49)
C12M0Y2K49 
(12%,0%,2%,49%)
(0.12/0.00/0.02/0.49)	

CMYK percentages

%12.4
%0
%1.55
%49.41

Codes

Color #71817F in popluar color models

71817F
RGB113129127
HSL173°6.61%47.45%
HSB/HSV173°12.40%50.59%
CMYK12.40%0.00%1.55%
49.41%

Color #71817F in popluar number systems.

HEX71817F
Decimal113129127
Binary1110001100000011111111
Octal161201177

Shades and tints

Shades of #71817F

#71817F
(113,129,127)
#677674
(103,118,116)
#5D6B69
(93,107,105)
#53605E
(83,96,94)
#495553
(73,85,83)
#3F4A48
(63,74,72)
#353F3D
(53,63,61)
#2B3432
(43,52,50)
#212927
(33,41,39)
#171E1C
(23,30,28)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #71817F

#71817F
(113,129,127)
#7D8C8A
(125,140,138)
#899795
(137,151,149)
#95A2A0
(149,162,160)
#A1ADAB
(161,173,171)
#ADB8B6
(173,184,182)
#B9C3C1
(185,195,193)
#C5CECC
(197,206,204)
#D1D9D7
(209,217,215)
#DDE4E2
(221,228,226)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71817F color. Also use rgb(113,129,127) instead hex code.

Text Font Color

.myTextColor { color: #71817F; }

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

This text font color is #71817F.


Background Color

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

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

This div background color is #71817F.


Border color

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

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

This div border color is #71817F.


Opacity

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

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

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

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

This text has shadow with #71817F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71817F on black background.


Color preview on white background

This text has color #71817F on white background.



Black color preview on #71817F background

This text has black color on #71817F background.


White color preview on #71817F background

This text has white color on #71817F background.