COLOR #813948

HEX: #813948
RGB: (129,57,72)

Color info

#813948 contains mainly red and blue colors. Web safe color of #813948 is #993333 (or #933).

RGB color model

#813948 color RGB value is (129,57,72).

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

RGB channels and saturation

R 129 of 255 = 51%
G 57 of 255 = 22%
B 72 of 255 = 28%

129
57
72

R + G + B ~ 34%. #813948 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 57 + 72 = 258 (100%)
R 129 of 258 ~ 50%
G 57 of 258 ~ 22.09%
B 72 of 258 ~ 27.91%

%50
%22.09
%27.91

CMYK color model

#813948 color CMYK value is (0,56,44,49).

  • cyan value is 0.00%
  • magenta value is 55.81%
  • yellow value is 44.19%
  • key color value is 49.41%
CMYK:
(0,56,44,49)
C0M56Y44K49 
(0%,56%,44%,49%)
(0.00/0.56/0.44/0.49)	

CMYK percentages

%0
%55.81
%44.19
%49.41

Codes

Color #813948 in popluar color models

813948
RGB1295772
HSL348°38.71%36.47%
HSB/HSV348°55.81%50.59%
CMYK0.00%55.81%44.19%
49.41%

Color #813948 in popluar number systems.

HEX813948
Decimal1295772
Binary100000011110011001000
Octal20171110

Shades and tints

Shades of #813948

#813948
(129,57,72)
#763442
(118,52,66)
#6B2F3C
(107,47,60)
#602A36
(96,42,54)
#552530
(85,37,48)
#4A202A
(74,32,42)
#3F1B24
(63,27,36)
#34161E
(52,22,30)
#291118
(41,17,24)
#1E0C12
(30,12,18)
#13070C
(19,7,12)
#000000
(0,0,0)

Tints of #813948

#813948
(129,57,72)
#8C4B58
(140,75,88)
#975D68
(151,93,104)
#A26F78
(162,111,120)
#AD8188
(173,129,136)
#B89398
(184,147,152)
#C3A5A8
(195,165,168)
#CEB7B8
(206,183,184)
#D9C9C8
(217,201,200)
#E4DBD8
(228,219,216)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813948; }

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

This text font color is #813948.


Background Color

.myBgColor { background-color: #813948; }

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

This div background color is #813948.


Border color

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

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

This div border color is #813948.


Opacity

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

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

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

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

This text has shadow with #813948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813948 on black background.


Color preview on white background

This text has color #813948 on white background.



Black color preview on #813948 background

This text has black color on #813948 background.


White color preview on #813948 background

This text has white color on #813948 background.