COLOR #803D35

HEX: #803D35
RGB: (128,61,53)

Color info

#803D35 contains mainly red color. Web safe color of #803D35 is #663333 (or #633).

RGB color model

#803D35 color RGB value is (128,61,53).

  • red value is 128;
  • green value is 61;
  • blue value is 53.
RGB:
(128,61,53)
(50%,24%,21%)

RGB channels and saturation

R 128 of 255 = 50%
G 61 of 255 = 24%
B 53 of 255 = 21%

128
61
53

R + G + B ~ 32%. #803D35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 61 + 53 = 242 (100%)
R 128 of 242 ~ 52.89%
G 61 of 242 ~ 25.21%
B 53 of 242 ~ 21.9%

%52.89
%25.21
%21.9

CMYK color model

#803D35 color CMYK value is (0,52,59,50).

  • cyan value is 0.00%
  • magenta value is 52.34%
  • yellow value is 58.59%
  • key color value is 49.80%
CMYK:
(0,52,59,50)
C0M52Y59K50 
(0%,52%,59%,50%)
(0.00/0.52/0.59/0.50)	

CMYK percentages

%0
%52.34
%58.59
%49.8

Codes

Color #803D35 in popluar color models

803D35
RGB1286153
HSL41.44%35.49%
HSB/HSV58.59%50.20%
CMYK0.00%52.34%58.59%
49.80%

Color #803D35 in popluar number systems.

HEX803D35
Decimal1286153
Binary10000000111101110101
Octal2007565

Shades and tints

Shades of #803D35

#803D35
(128,61,53)
#753831
(117,56,49)
#6A332D
(106,51,45)
#5F2E29
(95,46,41)
#542925
(84,41,37)
#492421
(73,36,33)
#3E1F1D
(62,31,29)
#331A19
(51,26,25)
#281515
(40,21,21)
#1D1011
(29,16,17)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #803D35

#803D35
(128,61,53)
#8B4E47
(139,78,71)
#965F59
(150,95,89)
#A1706B
(161,112,107)
#AC817D
(172,129,125)
#B7928F
(183,146,143)
#C2A3A1
(194,163,161)
#CDB4B3
(205,180,179)
#D8C5C5
(216,197,197)
#E3D6D7
(227,214,215)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803D35 color. Also use rgb(128,61,53) instead hex code.

Text Font Color

.myTextColor { color: #803D35; }

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

This text font color is #803D35.


Background Color

.myBgColor { background-color: #803D35; }

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

This div background color is #803D35.


Border color

.myBorderColor { border: 1px solid #803D35; }

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

This div border color is #803D35.


Opacity

.myOpacity80 { color: #803D35; opacity: 0.8; }

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

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

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

This text has shadow with #803D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803D35 on black background.


Color preview on white background

This text has color #803D35 on white background.



Black color preview on #803D35 background

This text has black color on #803D35 background.


White color preview on #803D35 background

This text has white color on #803D35 background.