COLOR #817729

HEX: #817729
RGB: (129,119,41)

Color info

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

RGB color model

#817729 color RGB value is (129,119,41).

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

RGB channels and saturation

R 129 of 255 = 51%
G 119 of 255 = 47%
B 41 of 255 = 16%

129
119
41

R + G + B ~ 38%. #817729 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 119 + 41 = 289 (100%)
R 129 of 289 ~ 44.64%
G 119 of 289 ~ 41.18%
B 41 of 289 ~ 14.19%

%44.64
%41.18
%14.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.75%
  • yellow value is 68.22%
  • key color value is 49.41%
CMYK:
(0,8,68,49)
C0M8Y68K49 
(0%,8%,68%,49%)
(0.00/0.08/0.68/0.49)	

CMYK percentages

%0
%7.75
%68.22
%49.41

Codes

Color #817729 in popluar color models

817729
RGB12911941
HSL53°51.76%33.33%
HSB/HSV53°68.22%50.59%
CMYK0.00%7.75%68.22%
49.41%

Color #817729 in popluar number systems.

HEX817729
Decimal12911941
Binary100000011110111101001
Octal20116751

Shades and tints

Shades of #817729

#817729
(129,119,41)
#766D26
(118,109,38)
#6B6323
(107,99,35)
#605920
(96,89,32)
#554F1D
(85,79,29)
#4A451A
(74,69,26)
#3F3B17
(63,59,23)
#343114
(52,49,20)
#292711
(41,39,17)
#1E1D0E
(30,29,14)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #817729

#817729
(129,119,41)
#8C833C
(140,131,60)
#978F4F
(151,143,79)
#A29B62
(162,155,98)
#ADA775
(173,167,117)
#B8B388
(184,179,136)
#C3BF9B
(195,191,155)
#CECBAE
(206,203,174)
#D9D7C1
(217,215,193)
#E4E3D4
(228,227,212)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817729; }

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

This text font color is #817729.


Background Color

.myBgColor { background-color: #817729; }

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

This div background color is #817729.


Border color

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

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

This div border color is #817729.


Opacity

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

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

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

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

This text has shadow with #817729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817729 on black background.


Color preview on white background

This text has color #817729 on white background.



Black color preview on #817729 background

This text has black color on #817729 background.


White color preview on #817729 background

This text has white color on #817729 background.