COLOR #803D69

HEX: #803D69
RGB: (128,61,105)

Color info

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

RGB color model

#803D69 color RGB value is (128,61,105).

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

RGB channels and saturation

R 128 of 255 = 50%
G 61 of 255 = 24%
B 105 of 255 = 41%

128
61
105

R + G + B ~ 38%. #803D69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 61 + 105 = 294 (100%)
R 128 of 294 ~ 43.54%
G 61 of 294 ~ 20.75%
B 105 of 294 ~ 35.71%

%43.54
%20.75
%35.71

CMYK color model

#803D69 color CMYK value is (0,52,18,50).

  • cyan value is 0.00%
  • magenta value is 52.34%
  • yellow value is 17.97%
  • key color value is 49.80%
CMYK:
(0,52,18,50)
C0M52Y18K50 
(0%,52%,18%,50%)
(0.00/0.52/0.18/0.50)	

CMYK percentages

%0
%52.34
%17.97
%49.8

Codes

Color #803D69 in popluar color models

803D69
RGB12861105
HSL321°35.45%37.06%
HSB/HSV321°52.34%50.20%
CMYK0.00%52.34%17.97%
49.80%

Color #803D69 in popluar number systems.

HEX803D69
Decimal12861105
Binary100000001111011101001
Octal20075151

Shades and tints

Shades of #803D69

#803D69
(128,61,105)
#753860
(117,56,96)
#6A3357
(106,51,87)
#5F2E4E
(95,46,78)
#542945
(84,41,69)
#49243C
(73,36,60)
#3E1F33
(62,31,51)
#331A2A
(51,26,42)
#281521
(40,21,33)
#1D1018
(29,16,24)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #803D69

#803D69
(128,61,105)
#8B4E76
(139,78,118)
#965F83
(150,95,131)
#A17090
(161,112,144)
#AC819D
(172,129,157)
#B792AA
(183,146,170)
#C2A3B7
(194,163,183)
#CDB4C4
(205,180,196)
#D8C5D1
(216,197,209)
#E3D6DE
(227,214,222)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #803D69; }

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

This text font color is #803D69.


Background Color

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

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

This div background color is #803D69.


Border color

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

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

This div border color is #803D69.


Opacity

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

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

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

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

This text has shadow with #803D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803D69 on black background.


Color preview on white background

This text has color #803D69 on white background.



Black color preview on #803D69 background

This text has black color on #803D69 background.


White color preview on #803D69 background

This text has white color on #803D69 background.