COLOR #803525

HEX: #803525
RGB: (128,53,37)

Color info

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

RGB color model

#803525 color RGB value is (128,53,37).

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

RGB channels and saturation

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

128
53
37

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

Portions of RGB colors in percentages

R + G + B =
128 + 53 + 37 = 218 (100%)
R 128 of 218 ~ 58.72%
G 53 of 218 ~ 24.31%
B 37 of 218 ~ 16.97%

%58.72
%24.31
%16.97

CMYK color model

#803525 color CMYK value is (0,59,71,50).

  • cyan value is 0.00%
  • magenta value is 58.59%
  • yellow value is 71.09%
  • key color value is 49.80%
CMYK:
(0,59,71,50)
C0M59Y71K50 
(0%,59%,71%,50%)
(0.00/0.59/0.71/0.50)	

CMYK percentages

%0
%58.59
%71.09
%49.8

Codes

Color #803525 in popluar color models

803525
RGB1285337
HSL11°55.15%32.35%
HSB/HSV11°71.09%50.20%
CMYK0.00%58.59%71.09%
49.80%

Color #803525 in popluar number systems.

HEX803525
Decimal1285337
Binary10000000110101100101
Octal2006545

Shades and tints

Shades of #803525

#803525
(128,53,37)
#753122
(117,49,34)
#6A2D1F
(106,45,31)
#5F291C
(95,41,28)
#542519
(84,37,25)
#492116
(73,33,22)
#3E1D13
(62,29,19)
#331910
(51,25,16)
#28150D
(40,21,13)
#1D110A
(29,17,10)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #803525

#803525
(128,53,37)
#8B4738
(139,71,56)
#96594B
(150,89,75)
#A16B5E
(161,107,94)
#AC7D71
(172,125,113)
#B78F84
(183,143,132)
#C2A197
(194,161,151)
#CDB3AA
(205,179,170)
#D8C5BD
(216,197,189)
#E3D7D0
(227,215,208)
#EEE9E3
(238,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #803525; }

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

This text font color is #803525.


Background Color

.myBgColor { background-color: #803525; }

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

This div background color is #803525.


Border color

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

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

This div border color is #803525.


Opacity

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

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

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

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

This text has shadow with #803525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803525 on black background.


Color preview on white background

This text has color #803525 on white background.



Black color preview on #803525 background

This text has black color on #803525 background.


White color preview on #803525 background

This text has white color on #803525 background.