COLOR #817A46

HEX: #817A46
RGB: (129,122,70)

Color info

#817A46 contains red, green and blue colors in about the same proportion. Web safe color of #817A46 is #996633 (or #963).

RGB color model

#817A46 color RGB value is (129,122,70).

  • red value is 129;
  • green value is 122;
  • blue value is 70.
RGB:
(129,122,70)
(51%,48%,27%)

RGB channels and saturation

R 129 of 255 = 51%
G 122 of 255 = 48%
B 70 of 255 = 27%

129
122
70

R + G + B ~ 42%. #817A46 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 122 + 70 = 321 (100%)
R 129 of 321 ~ 40.19%
G 122 of 321 ~ 38.01%
B 70 of 321 ~ 21.81%

%40.19
%38.01
%21.81

CMYK color model

#817A46 color CMYK value is (0,5,46,49).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 45.74%
  • key color value is 49.41%
CMYK:
(0,5,46,49)
C0M5Y46K49 
(0%,5%,46%,49%)
(0.00/0.05/0.46/0.49)	

CMYK percentages

%0
%5.43
%45.74
%49.41

Codes

Color #817A46 in popluar color models

817A46
RGB12912270
HSL53°29.65%39.02%
HSB/HSV53°45.74%50.59%
CMYK0.00%5.43%45.74%
49.41%

Color #817A46 in popluar number systems.

HEX817A46
Decimal12912270
Binary1000000111110101000110
Octal201172106

Shades and tints

Shades of #817A46

#817A46
(129,122,70)
#766F40
(118,111,64)
#6B643A
(107,100,58)
#605934
(96,89,52)
#554E2E
(85,78,46)
#4A4328
(74,67,40)
#3F3822
(63,56,34)
#342D1C
(52,45,28)
#292216
(41,34,22)
#1E1710
(30,23,16)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #817A46

#817A46
(129,122,70)
#8C8656
(140,134,86)
#979266
(151,146,102)
#A29E76
(162,158,118)
#ADAA86
(173,170,134)
#B8B696
(184,182,150)
#C3C2A6
(195,194,166)
#CECEB6
(206,206,182)
#D9DAC6
(217,218,198)
#E4E6D6
(228,230,214)
#EFF2E6
(239,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #817A46 color. Also use rgb(129,122,70) instead hex code.

Text Font Color

.myTextColor { color: #817A46; }

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

This text font color is #817A46.


Background Color

.myBgColor { background-color: #817A46; }

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

This div background color is #817A46.


Border color

.myBorderColor { border: 1px solid #817A46; }

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

This div border color is #817A46.


Opacity

.myOpacity80 { color: #817A46; opacity: 0.8; }

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

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

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

This text has shadow with #817A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817A46 on black background.


Color preview on white background

This text has color #817A46 on white background.



Black color preview on #817A46 background

This text has black color on #817A46 background.


White color preview on #817A46 background

This text has white color on #817A46 background.