COLOR #817B29

HEX: #817B29
RGB: (129,123,41)

Color info

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

RGB color model

#817B29 color RGB value is (129,123,41).

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

RGB channels and saturation

R 129 of 255 = 51%
G 123 of 255 = 48%
B 41 of 255 = 16%

129
123
41

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

Portions of RGB colors in percentages

R + G + B =
129 + 123 + 41 = 293 (100%)
R 129 of 293 ~ 44.03%
G 123 of 293 ~ 41.98%
B 41 of 293 ~ 13.99%

%44.03
%41.98
%13.99

CMYK color model

#817B29 color CMYK value is (0,5,68,49).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 68.22%
  • key color value is 49.41%
CMYK:
(0,5,68,49)
C0M5Y68K49 
(0%,5%,68%,49%)
(0.00/0.05/0.68/0.49)	

CMYK percentages

%0
%4.65
%68.22
%49.41

Codes

Color #817B29 in popluar color models

817B29
RGB12912341
HSL56°51.76%33.33%
HSB/HSV56°68.22%50.59%
CMYK0.00%4.65%68.22%
49.41%

Color #817B29 in popluar number systems.

HEX817B29
Decimal12912341
Binary100000011111011101001
Octal20117351

Shades and tints

Shades of #817B29

#817B29
(129,123,41)
#767026
(118,112,38)
#6B6523
(107,101,35)
#605A20
(96,90,32)
#554F1D
(85,79,29)
#4A441A
(74,68,26)
#3F3917
(63,57,23)
#342E14
(52,46,20)
#292311
(41,35,17)
#1E180E
(30,24,14)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #817B29

#817B29
(129,123,41)
#8C873C
(140,135,60)
#97934F
(151,147,79)
#A29F62
(162,159,98)
#ADAB75
(173,171,117)
#B8B788
(184,183,136)
#C3C39B
(195,195,155)
#CECFAE
(206,207,174)
#D9DBC1
(217,219,193)
#E4E7D4
(228,231,212)
#EFF3E7
(239,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817B29; }

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

This text font color is #817B29.


Background Color

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

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

This div background color is #817B29.


Border color

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

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

This div border color is #817B29.


Opacity

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

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

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

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

This text has shadow with #817B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817B29 on black background.


Color preview on white background

This text has color #817B29 on white background.



Black color preview on #817B29 background

This text has black color on #817B29 background.


White color preview on #817B29 background

This text has white color on #817B29 background.