COLOR #816826

HEX: #816826
RGB: (129,104,38)

Color info

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

RGB color model

#816826 color RGB value is (129,104,38).

  • red value is 129;
  • green value is 104;
  • blue value is 38.
RGB:
(129,104,38)
(51%,41%,15%)

RGB channels and saturation

R 129 of 255 = 51%
G 104 of 255 = 41%
B 38 of 255 = 15%

129
104
38

R + G + B ~ 36%. #816826 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 104 + 38 = 271 (100%)
R 129 of 271 ~ 47.6%
G 104 of 271 ~ 38.38%
B 38 of 271 ~ 14.02%

%47.6
%38.38
%14.02

CMYK color model

#816826 color CMYK value is (0,19,71,49).

  • cyan value is 0.00%
  • magenta value is 19.38%
  • yellow value is 70.54%
  • key color value is 49.41%
CMYK:
(0,19,71,49)
C0M19Y71K49 
(0%,19%,71%,49%)
(0.00/0.19/0.71/0.49)	

CMYK percentages

%0
%19.38
%70.54
%49.41

Codes

Color #816826 in popluar color models

816826
RGB12910438
HSL44°54.49%32.75%
HSB/HSV44°70.54%50.59%
CMYK0.00%19.38%70.54%
49.41%

Color #816826 in popluar number systems.

HEX816826
Decimal12910438
Binary100000011101000100110
Octal20115046

Shades and tints

Shades of #816826

#816826
(129,104,38)
#765F23
(118,95,35)
#6B5620
(107,86,32)
#604D1D
(96,77,29)
#55441A
(85,68,26)
#4A3B17
(74,59,23)
#3F3214
(63,50,20)
#342911
(52,41,17)
#29200E
(41,32,14)
#1E170B
(30,23,11)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #816826

#816826
(129,104,38)
#8C7539
(140,117,57)
#97824C
(151,130,76)
#A28F5F
(162,143,95)
#AD9C72
(173,156,114)
#B8A985
(184,169,133)
#C3B698
(195,182,152)
#CEC3AB
(206,195,171)
#D9D0BE
(217,208,190)
#E4DDD1
(228,221,209)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816826 color. Also use rgb(129,104,38) instead hex code.

Text Font Color

.myTextColor { color: #816826; }

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

This text font color is #816826.


Background Color

.myBgColor { background-color: #816826; }

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

This div background color is #816826.


Border color

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

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

This div border color is #816826.


Opacity

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

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

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

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

This text has shadow with #816826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816826 on black background.


Color preview on white background

This text has color #816826 on white background.



Black color preview on #816826 background

This text has black color on #816826 background.


White color preview on #816826 background

This text has white color on #816826 background.