COLOR #815D30

HEX: #815D30
RGB: (129,93,48)

Color info

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

RGB color model

#815D30 color RGB value is (129,93,48).

  • red value is 129;
  • green value is 93;
  • blue value is 48.
RGB:
(129,93,48)
(51%,36%,19%)

RGB channels and saturation

R 129 of 255 = 51%
G 93 of 255 = 36%
B 48 of 255 = 19%

129
93
48

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

Portions of RGB colors in percentages

R + G + B =
129 + 93 + 48 = 270 (100%)
R 129 of 270 ~ 47.78%
G 93 of 270 ~ 34.44%
B 48 of 270 ~ 17.78%

%47.78
%34.44
%17.78

CMYK color model

#815D30 color CMYK value is (0,28,63,49).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 62.79%
  • key color value is 49.41%
CMYK:
(0,28,63,49)
C0M28Y63K49 
(0%,28%,63%,49%)
(0.00/0.28/0.63/0.49)	

CMYK percentages

%0
%27.91
%62.79
%49.41

Codes

Color #815D30 in popluar color models

815D30
RGB1299348
HSL33°45.76%34.71%
HSB/HSV33°62.79%50.59%
CMYK0.00%27.91%62.79%
49.41%

Color #815D30 in popluar number systems.

HEX815D30
Decimal1299348
Binary100000011011101110000
Octal20113560

Shades and tints

Shades of #815D30

#815D30
(129,93,48)
#76552C
(118,85,44)
#6B4D28
(107,77,40)
#604524
(96,69,36)
#553D20
(85,61,32)
#4A351C
(74,53,28)
#3F2D18
(63,45,24)
#342514
(52,37,20)
#291D10
(41,29,16)
#1E150C
(30,21,12)
#130D08
(19,13,8)
#000000
(0,0,0)

Tints of #815D30

#815D30
(129,93,48)
#8C6B42
(140,107,66)
#977954
(151,121,84)
#A28766
(162,135,102)
#AD9578
(173,149,120)
#B8A38A
(184,163,138)
#C3B19C
(195,177,156)
#CEBFAE
(206,191,174)
#D9CDC0
(217,205,192)
#E4DBD2
(228,219,210)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815D30 color. Also use rgb(129,93,48) instead hex code.

Text Font Color

.myTextColor { color: #815D30; }

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

This text font color is #815D30.


Background Color

.myBgColor { background-color: #815D30; }

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

This div background color is #815D30.


Border color

.myBorderColor { border: 1px solid #815D30; }

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

This div border color is #815D30.


Opacity

.myOpacity80 { color: #815D30; opacity: 0.8; }

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

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

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

This text has shadow with #815D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815D30 on black background.


Color preview on white background

This text has color #815D30 on white background.



Black color preview on #815D30 background

This text has black color on #815D30 background.


White color preview on #815D30 background

This text has white color on #815D30 background.