COLOR #817742

HEX: #817742
RGB: (129,119,66)

Color info

#817742 contains mainly red and green colors. Web safe color of #817742 is #996633 (or #963).

RGB color model

#817742 color RGB value is (129,119,66).

  • red value is 129;
  • green value is 119;
  • blue value is 66.
RGB:
(129,119,66)
(51%,47%,26%)

RGB channels and saturation

R 129 of 255 = 51%
G 119 of 255 = 47%
B 66 of 255 = 26%

129
119
66

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

Portions of RGB colors in percentages

R + G + B =
129 + 119 + 66 = 314 (100%)
R 129 of 314 ~ 41.08%
G 119 of 314 ~ 37.9%
B 66 of 314 ~ 21.02%

%41.08
%37.9
%21.02

CMYK color model

#817742 color CMYK value is (0,8,49,49).

  • cyan value is 0.00%
  • magenta value is 7.75%
  • yellow value is 48.84%
  • key color value is 49.41%
CMYK:
(0,8,49,49)
C0M8Y49K49 
(0%,8%,49%,49%)
(0.00/0.08/0.49/0.49)	

CMYK percentages

%0
%7.75
%48.84
%49.41

Codes

Color #817742 in popluar color models

817742
RGB12911966
HSL50°32.31%38.24%
HSB/HSV50°48.84%50.59%
CMYK0.00%7.75%48.84%
49.41%

Color #817742 in popluar number systems.

HEX817742
Decimal12911966
Binary1000000111101111000010
Octal201167102

Shades and tints

Shades of #817742

#817742
(129,119,66)
#766D3C
(118,109,60)
#6B6336
(107,99,54)
#605930
(96,89,48)
#554F2A
(85,79,42)
#4A4524
(74,69,36)
#3F3B1E
(63,59,30)
#343118
(52,49,24)
#292712
(41,39,18)
#1E1D0C
(30,29,12)
#131306
(19,19,6)
#000000
(0,0,0)

Tints of #817742

#817742
(129,119,66)
#8C8353
(140,131,83)
#978F64
(151,143,100)
#A29B75
(162,155,117)
#ADA786
(173,167,134)
#B8B397
(184,179,151)
#C3BFA8
(195,191,168)
#CECBB9
(206,203,185)
#D9D7CA
(217,215,202)
#E4E3DB
(228,227,219)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817742; }

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

This text font color is #817742.


Background Color

.myBgColor { background-color: #817742; }

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

This div background color is #817742.


Border color

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

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

This div border color is #817742.


Opacity

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

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

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

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

This text has shadow with #817742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817742 on black background.


Color preview on white background

This text has color #817742 on white background.



Black color preview on #817742 background

This text has black color on #817742 background.


White color preview on #817742 background

This text has white color on #817742 background.