COLOR #817B38

HEX: #817B38
RGB: (129,123,56)

Color info

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

RGB color model

#817B38 color RGB value is (129,123,56).

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

RGB channels and saturation

R 129 of 255 = 51%
G 123 of 255 = 48%
B 56 of 255 = 22%

129
123
56

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

Portions of RGB colors in percentages

R + G + B =
129 + 123 + 56 = 308 (100%)
R 129 of 308 ~ 41.88%
G 123 of 308 ~ 39.94%
B 56 of 308 ~ 18.18%

%41.88
%39.94
%18.18

CMYK color model

#817B38 color CMYK value is (0,5,57,49).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 56.59%
  • key color value is 49.41%
CMYK:
(0,5,57,49)
C0M5Y57K49 
(0%,5%,57%,49%)
(0.00/0.05/0.57/0.49)	

CMYK percentages

%0
%4.65
%56.59
%49.41

Codes

Color #817B38 in popluar color models

817B38
RGB12912356
HSL55°39.46%36.27%
HSB/HSV55°56.59%50.59%
CMYK0.00%4.65%56.59%
49.41%

Color #817B38 in popluar number systems.

HEX817B38
Decimal12912356
Binary100000011111011111000
Octal20117370

Shades and tints

Shades of #817B38

#817B38
(129,123,56)
#767033
(118,112,51)
#6B652E
(107,101,46)
#605A29
(96,90,41)
#554F24
(85,79,36)
#4A441F
(74,68,31)
#3F391A
(63,57,26)
#342E15
(52,46,21)
#292310
(41,35,16)
#1E180B
(30,24,11)
#130D06
(19,13,6)
#000000
(0,0,0)

Tints of #817B38

#817B38
(129,123,56)
#8C874A
(140,135,74)
#97935C
(151,147,92)
#A29F6E
(162,159,110)
#ADAB80
(173,171,128)
#B8B792
(184,183,146)
#C3C3A4
(195,195,164)
#CECFB6
(206,207,182)
#D9DBC8
(217,219,200)
#E4E7DA
(228,231,218)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817B38; }

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

This text font color is #817B38.


Background Color

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

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

This div background color is #817B38.


Border color

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

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

This div border color is #817B38.


Opacity

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

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

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

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

This text has shadow with #817B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817B38 on black background.


Color preview on white background

This text has color #817B38 on white background.



Black color preview on #817B38 background

This text has black color on #817B38 background.


White color preview on #817B38 background

This text has white color on #817B38 background.