COLOR #803D61

HEX: #803D61
RGB: (128,61,97)

Color info

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

RGB color model

#803D61 color RGB value is (128,61,97).

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

RGB channels and saturation

R 128 of 255 = 50%
G 61 of 255 = 24%
B 97 of 255 = 38%

128
61
97

R + G + B ~ 37%. #803D61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 61 + 97 = 286 (100%)
R 128 of 286 ~ 44.76%
G 61 of 286 ~ 21.33%
B 97 of 286 ~ 33.92%

%44.76
%21.33
%33.92

CMYK color model

#803D61 color CMYK value is (0,52,24,50).

  • cyan value is 0.00%
  • magenta value is 52.34%
  • yellow value is 24.22%
  • key color value is 49.80%
CMYK:
(0,52,24,50)
C0M52Y24K50 
(0%,52%,24%,50%)
(0.00/0.52/0.24/0.50)	

CMYK percentages

%0
%52.34
%24.22
%49.8

Codes

Color #803D61 in popluar color models

803D61
RGB1286197
HSL328°35.45%37.06%
HSB/HSV328°52.34%50.20%
CMYK0.00%52.34%24.22%
49.80%

Color #803D61 in popluar number systems.

HEX803D61
Decimal1286197
Binary100000001111011100001
Octal20075141

Shades and tints

Shades of #803D61

#803D61
(128,61,97)
#753859
(117,56,89)
#6A3351
(106,51,81)
#5F2E49
(95,46,73)
#542941
(84,41,65)
#492439
(73,36,57)
#3E1F31
(62,31,49)
#331A29
(51,26,41)
#281521
(40,21,33)
#1D1019
(29,16,25)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #803D61

#803D61
(128,61,97)
#8B4E6F
(139,78,111)
#965F7D
(150,95,125)
#A1708B
(161,112,139)
#AC8199
(172,129,153)
#B792A7
(183,146,167)
#C2A3B5
(194,163,181)
#CDB4C3
(205,180,195)
#D8C5D1
(216,197,209)
#E3D6DF
(227,214,223)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #803D61; }

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

This text font color is #803D61.


Background Color

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

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

This div background color is #803D61.


Border color

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

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

This div border color is #803D61.


Opacity

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

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

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

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

This text has shadow with #803D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803D61 on black background.


Color preview on white background

This text has color #803D61 on white background.



Black color preview on #803D61 background

This text has black color on #803D61 background.


White color preview on #803D61 background

This text has white color on #803D61 background.