COLOR #803035

HEX: #803035
RGB: (128,48,53)

Color info

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

RGB color model

#803035 color RGB value is (128,48,53).

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

RGB channels and saturation

R 128 of 255 = 50%
G 48 of 255 = 19%
B 53 of 255 = 21%

128
48
53

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

Portions of RGB colors in percentages

R + G + B =
128 + 48 + 53 = 229 (100%)
R 128 of 229 ~ 55.9%
G 48 of 229 ~ 20.96%
B 53 of 229 ~ 23.14%

%55.9
%20.96
%23.14

CMYK color model

#803035 color CMYK value is (0,63,59,50).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 58.59%
  • key color value is 49.80%
CMYK:
(0,63,59,50)
C0M63Y59K50 
(0%,63%,59%,50%)
(0.00/0.63/0.59/0.50)	

CMYK percentages

%0
%62.5
%58.59
%49.8

Codes

Color #803035 in popluar color models

803035
RGB1284853
HSL356°45.45%34.51%
HSB/HSV356°62.50%50.20%
CMYK0.00%62.50%58.59%
49.80%

Color #803035 in popluar number systems.

HEX803035
Decimal1284853
Binary10000000110000110101
Octal2006065

Shades and tints

Shades of #803035

#803035
(128,48,53)
#752C31
(117,44,49)
#6A282D
(106,40,45)
#5F2429
(95,36,41)
#542025
(84,32,37)
#491C21
(73,28,33)
#3E181D
(62,24,29)
#331419
(51,20,25)
#281015
(40,16,21)
#1D0C11
(29,12,17)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #803035

#803035
(128,48,53)
#8B4247
(139,66,71)
#965459
(150,84,89)
#A1666B
(161,102,107)
#AC787D
(172,120,125)
#B78A8F
(183,138,143)
#C29CA1
(194,156,161)
#CDAEB3
(205,174,179)
#D8C0C5
(216,192,197)
#E3D2D7
(227,210,215)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #803035; }

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

This text font color is #803035.


Background Color

.myBgColor { background-color: #803035; }

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

This div background color is #803035.


Border color

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

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

This div border color is #803035.


Opacity

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

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

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

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

This text has shadow with #803035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803035 on black background.


Color preview on white background

This text has color #803035 on white background.



Black color preview on #803035 background

This text has black color on #803035 background.


White color preview on #803035 background

This text has white color on #803035 background.