COLOR #817474

HEX: #817474 RGB: (129,116,116)

Color info

#817474 contains red, green and blue colors in about the same proportion. Web safe color of #817474 is #996666 (or #966).

RGB color model

#817474 color RGB value is (129,116,116).

RGB: (129,116,116) (51%, 45%, 45%)

RGB channels and saturation

R 129 of 255 = 51%
G 116 of 255 = 45%
B 116 of 255 = 45%

129
116
116

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

Portions of RGB colors in percentages

R + G + B = 129 + 116 + 116 = 361 (100%)
R 129 of 361 ~ 35.73%
G 116 of 361 ~ 32.13%
B 116 of 361 ~ 32.13'%

%35.73
%32.13
%32.13

CMYK color model

#817474 color CMYK value is (0,10,10,49).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 10.08%
  • key color value is 49.41%

CMYK: (0,10,10,49)
C0M10Y10K49 (0%, 10%, 10%, 49%)
(0.00 / 0.10 / 0.10 / 0.49)

CMYK percentages

%0
%10.08
%10.08
%49.41

Codes

Color #817474 in popluar color models

81 74 74
RGB 129 116 116
HSL 5.31% 48.04%
HSB/HSV 10.08% 50.59%
CMYK 0.00% 10.08% 10.08%
49.41%

Color #817474 in popluar number systems.

HEX 81 74 74
Decimal 129 116 116
Binary 10000001 1110100 1110100
Octal 201 164 164

Shades and tints

Shades of #817474

#817474
(129,116,116)
#766A6A
(118,106,106)
#6B6060
(107,96,96)
#605656
(96,86,86)
#554C4C
(85,76,76)
#4A4242
(74,66,66)
#3F3838
(63,56,56)
#342E2E
(52,46,46)
#292424
(41,36,36)
#1E1A1A
(30,26,26)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #817474

#817474
(129,116,116)
#8C8080
(140,128,128)
#978C8C
(151,140,140)
#A29898
(162,152,152)
#ADA4A4
(173,164,164)
#B8B0B0
(184,176,176)
#C3BCBC
(195,188,188)
#CEC8C8
(206,200,200)
#D9D4D4
(217,212,212)
#E4E0E0
(228,224,224)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817474 color. Also use rgb(129,116,116) instead hex code.

Text Font Color

.myTextColor { color: #817474; }

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

This text font color is #817474.

Background Color

.myBgColor { background-color: #817474; }

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

This div background color is #817474.

Border color

.myBorderColor { border: 1px solid #817474; }

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

This div border color is #817474.

Opacity

.myOpacity80 { color: #817474; opacity: 0.8; }

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

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

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

This text has shadow with #817474 color.


.textShadow {text-shadow: 3px 3px 1px #817474', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #817474; -webkit-box-shadow: 1px 1px 3px 2px #817474; box-shadow:1px 1px 3px 2px #817474;">
Div content here
</div>

This div box has shadow with color #817474.

Preview

Color preview on black background

This text has color #817474 on black background.


Color preview on white background

This text has color #817474 on white background.


Black color preview on #817474 background

This text has black color on #817474 background.


White color preview on #817474 background

This text has white color on #817474 background.


Related colors

Complementary color

Complementary color for #hex is #7E8B8B.


I love getcolorcode.com