COLOR #803C53

HEX: #803C53
RGB: (128,60,83)

Color info

#803C53 contains mainly red and blue colors. Web safe color of #803C53 is #663366 (or #636).

RGB color model

#803C53 color RGB value is (128,60,83).

  • red value is 128;
  • green value is 60;
  • blue value is 83.
RGB:
(128,60,83)
(50%,24%,33%)

RGB channels and saturation

R 128 of 255 = 50%
G 60 of 255 = 24%
B 83 of 255 = 33%

128
60
83

R + G + B ~ 36%. #803C53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 60 + 83 = 271 (100%)
R 128 of 271 ~ 47.23%
G 60 of 271 ~ 22.14%
B 83 of 271 ~ 30.63%

%47.23
%22.14
%30.63

CMYK color model

#803C53 color CMYK value is (0,53,35,50).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 35.16%
  • key color value is 49.80%
CMYK:
(0,53,35,50)
C0M53Y35K50 
(0%,53%,35%,50%)
(0.00/0.53/0.35/0.50)	

CMYK percentages

%0
%53.13
%35.16
%49.8

Codes

Color #803C53 in popluar color models

803C53
RGB1286083
HSL340°36.17%36.86%
HSB/HSV340°53.13%50.20%
CMYK0.00%53.13%35.16%
49.80%

Color #803C53 in popluar number systems.

HEX803C53
Decimal1286083
Binary100000001111001010011
Octal20074123

Shades and tints

Shades of #803C53

#803C53
(128,60,83)
#75374C
(117,55,76)
#6A3245
(106,50,69)
#5F2D3E
(95,45,62)
#542837
(84,40,55)
#492330
(73,35,48)
#3E1E29
(62,30,41)
#331922
(51,25,34)
#28141B
(40,20,27)
#1D0F14
(29,15,20)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #803C53

#803C53
(128,60,83)
#8B4D62
(139,77,98)
#965E71
(150,94,113)
#A16F80
(161,111,128)
#AC808F
(172,128,143)
#B7919E
(183,145,158)
#C2A2AD
(194,162,173)
#CDB3BC
(205,179,188)
#D8C4CB
(216,196,203)
#E3D5DA
(227,213,218)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803C53 color. Also use rgb(128,60,83) instead hex code.

Text Font Color

.myTextColor { color: #803C53; }

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

This text font color is #803C53.


Background Color

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

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

This div background color is #803C53.


Border color

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

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

This div border color is #803C53.


Opacity

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

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

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

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

This text has shadow with #803C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803C53 on black background.


Color preview on white background

This text has color #803C53 on white background.



Black color preview on #803C53 background

This text has black color on #803C53 background.


White color preview on #803C53 background

This text has white color on #803C53 background.