COLOR #815339

HEX: #815339
RGB: (129,83,57)

Color info

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

RGB color model

#815339 color RGB value is (129,83,57).

  • red value is 129;
  • green value is 83;
  • blue value is 57.
RGB:
(129,83,57)
(51%,33%,22%)

RGB channels and saturation

R 129 of 255 = 51%
G 83 of 255 = 33%
B 57 of 255 = 22%

129
83
57

R + G + B ~ 35%. #815339 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 83 + 57 = 269 (100%)
R 129 of 269 ~ 47.96%
G 83 of 269 ~ 30.86%
B 57 of 269 ~ 21.19%

%47.96
%30.86
%21.19

CMYK color model

#815339 color CMYK value is (0,36,56,49).

  • cyan value is 0.00%
  • magenta value is 35.66%
  • yellow value is 55.81%
  • key color value is 49.41%
CMYK:
(0,36,56,49)
C0M36Y56K49 
(0%,36%,56%,49%)
(0.00/0.36/0.56/0.49)	

CMYK percentages

%0
%35.66
%55.81
%49.41

Codes

Color #815339 in popluar color models

815339
RGB1298357
HSL22°38.71%36.47%
HSB/HSV22°55.81%50.59%
CMYK0.00%35.66%55.81%
49.41%

Color #815339 in popluar number systems.

HEX815339
Decimal1298357
Binary100000011010011111001
Octal20112371

Shades and tints

Shades of #815339

#815339
(129,83,57)
#764C34
(118,76,52)
#6B452F
(107,69,47)
#603E2A
(96,62,42)
#553725
(85,55,37)
#4A3020
(74,48,32)
#3F291B
(63,41,27)
#342216
(52,34,22)
#291B11
(41,27,17)
#1E140C
(30,20,12)
#130D07
(19,13,7)
#000000
(0,0,0)

Tints of #815339

#815339
(129,83,57)
#8C624B
(140,98,75)
#97715D
(151,113,93)
#A2806F
(162,128,111)
#AD8F81
(173,143,129)
#B89E93
(184,158,147)
#C3ADA5
(195,173,165)
#CEBCB7
(206,188,183)
#D9CBC9
(217,203,201)
#E4DADB
(228,218,219)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815339 color. Also use rgb(129,83,57) instead hex code.

Text Font Color

.myTextColor { color: #815339; }

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

This text font color is #815339.


Background Color

.myBgColor { background-color: #815339; }

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

This div background color is #815339.


Border color

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

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

This div border color is #815339.


Opacity

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

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

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

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

This text has shadow with #815339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815339 on black background.


Color preview on white background

This text has color #815339 on white background.



Black color preview on #815339 background

This text has black color on #815339 background.


White color preview on #815339 background

This text has white color on #815339 background.