COLOR #813D23

HEX: #813D23 RGB: (129,61,35)

Color info

#813D23 contains mainly red color. Web safe color of #813D23 is #993333 (or #933).

RGB color model

#813D23 color RGB value is (129,61,35).

RGB: (129,61,35) (51%, 24%, 14%)

RGB channels and saturation

R 129 of 255 = 51%
G 61 of 255 = 24%
B 35 of 255 = 14%

129
61
35

R + G + B ~ 30%. #813D23 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 129 + 61 + 35 = 225 (100%)
R 129 of 225 ~ 57.33%
G 61 of 225 ~ 27.11%
B 35 of 225 ~ 15.56'%

%57.33
%27.11
%15.56

CMYK color model

#813D23 color CMYK value is (0,53,73,49).

  • cyan value is 0.00%
  • magenta value is 52.71%
  • yellow value is 72.87%
  • key color value is 49.41%
CMYK: (0,53,73,49) C0M53Y73K49 (0%,53%,73%,49%) (0.00/0.53/0.73/0.49) 

CMYK percentages

%0
%52.71
%72.87
%49.41

Codes

Color #813D23 in popluar color models

81 3D 23
RGB 129 61 35
HSL 17° 57.32% 32.16%
HSB/HSV 17° 72.87% 50.59%
CMYK 0.00% 52.71% 72.87%
49.41%

Color #813D23 in popluar number systems.

HEX 81 3D 23
Decimal 129 61 35
Binary 10000001 111101 100011
Octal 201 75 43

Shades and tints

Shades of #813D23

#813D23
(129,61,35)
#763820
(118,56,32)
#6B331D
(107,51,29)
#602E1A
(96,46,26)
#552917
(85,41,23)
#4A2414
(74,36,20)
#3F1F11
(63,31,17)
#341A0E
(52,26,14)
#29150B
(41,21,11)
#1E1008
(30,16,8)
#130B05
(19,11,5)
#000000
(0,0,0)

Tints of #813D23

#813D23
(129,61,35)
#8C4E37
(140,78,55)
#975F4B
(151,95,75)
#A2705F
(162,112,95)
#AD8173
(173,129,115)
#B89287
(184,146,135)
#C3A39B
(195,163,155)
#CEB4AF
(206,180,175)
#D9C5C3
(217,197,195)
#E4D6D7
(228,214,215)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813D23 color. Also use rgb(129,61,35) instead hex code.

Text Font Color

.myTextColor { color: #813D23; }

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

This text font color is #813D23.

Background Color

.myBgColor { background-color: #813D23; }

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

This div background color is #813D23.

Border color

.myBorderColor { border: 1px solid #813D23; }

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

This div border color is #813D23.

Opacity

.myOpacity80 { color: #813D23; opacity: 0.8; }

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

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

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

This text has shadow with #813D23 color.


.textShadow {text-shadow: 3px 3px 1px #813D23', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #813D23; -webkit-box-shadow: 1px 1px 3px 2px #813D23; box-shadow:1px 1px 3px 2px #813D23;">
Div content here
</div>

This div box has shadow with color #813D23.

Preview

Color preview on black background

This text has color #813D23 on black background.


Color preview on white background

This text has color #813D23 on white background.


Black color preview on #813D23 background

This text has black color on #813D23 background.


White color preview on #813D23 background

This text has white color on #813D23 background.


Related colors

Complementary color

Complementary color for #hex is #7EC2DC.


I love getcolorcode.com

Triadic colors

1 #23813D and #3D2381 with #813D23 are triadic colors.

2 #233D81 and #3D8123 with #813D23 are triadic colors.