COLOR #803527

HEX: #803527
RGB: (128,53,39)

Color info

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

RGB color model

#803527 color RGB value is (128,53,39).

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

RGB channels and saturation

R 128 of 255 = 50%
G 53 of 255 = 21%
B 39 of 255 = 15%

128
53
39

R + G + B ~ 29%. #803527 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 53 + 39 = 220 (100%)
R 128 of 220 ~ 58.18%
G 53 of 220 ~ 24.09%
B 39 of 220 ~ 17.73%

%58.18
%24.09
%17.73

CMYK color model

#803527 color CMYK value is (0,59,70,50).

  • cyan value is 0.00%
  • magenta value is 58.59%
  • yellow value is 69.53%
  • key color value is 49.80%
CMYK:
(0,59,70,50)
C0M59Y70K50 
(0%,59%,70%,50%)
(0.00/0.59/0.70/0.50)	

CMYK percentages

%0
%58.59
%69.53
%49.8

Codes

Color #803527 in popluar color models

803527
RGB1285339
HSL53.29%32.75%
HSB/HSV69.53%50.20%
CMYK0.00%58.59%69.53%
49.80%

Color #803527 in popluar number systems.

HEX803527
Decimal1285339
Binary10000000110101100111
Octal2006547

Shades and tints

Shades of #803527

#803527
(128,53,39)
#753124
(117,49,36)
#6A2D21
(106,45,33)
#5F291E
(95,41,30)
#54251B
(84,37,27)
#492118
(73,33,24)
#3E1D15
(62,29,21)
#331912
(51,25,18)
#28150F
(40,21,15)
#1D110C
(29,17,12)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #803527

#803527
(128,53,39)
#8B473A
(139,71,58)
#96594D
(150,89,77)
#A16B60
(161,107,96)
#AC7D73
(172,125,115)
#B78F86
(183,143,134)
#C2A199
(194,161,153)
#CDB3AC
(205,179,172)
#D8C5BF
(216,197,191)
#E3D7D2
(227,215,210)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #803527; }

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

This text font color is #803527.


Background Color

.myBgColor { background-color: #803527; }

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

This div background color is #803527.


Border color

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

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

This div border color is #803527.


Opacity

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

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

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

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

This text has shadow with #803527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803527 on black background.


Color preview on white background

This text has color #803527 on white background.



Black color preview on #803527 background

This text has black color on #803527 background.


White color preview on #803527 background

This text has white color on #803527 background.