COLOR #803A58

HEX: #803A58
RGB: (128,58,88)

Color info

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

RGB color model

#803A58 color RGB value is (128,58,88).

  • red value is 128;
  • green value is 58;
  • blue value is 88.
RGB:
(128,58,88)
(50%,23%,35%)

RGB channels and saturation

R 128 of 255 = 50%
G 58 of 255 = 23%
B 88 of 255 = 35%

128
58
88

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

Portions of RGB colors in percentages

R + G + B =
128 + 58 + 88 = 274 (100%)
R 128 of 274 ~ 46.72%
G 58 of 274 ~ 21.17%
B 88 of 274 ~ 32.12%

%46.72
%21.17
%32.12

CMYK color model

#803A58 color CMYK value is (0,55,31,50).

  • cyan value is 0.00%
  • magenta value is 54.69%
  • yellow value is 31.25%
  • key color value is 49.80%
CMYK:
(0,55,31,50)
C0M55Y31K50 
(0%,55%,31%,50%)
(0.00/0.55/0.31/0.50)	

CMYK percentages

%0
%54.69
%31.25
%49.8

Codes

Color #803A58 in popluar color models

803A58
RGB1285888
HSL334°37.63%36.47%
HSB/HSV334°54.69%50.20%
CMYK0.00%54.69%31.25%
49.80%

Color #803A58 in popluar number systems.

HEX803A58
Decimal1285888
Binary100000001110101011000
Octal20072130

Shades and tints

Shades of #803A58

#803A58
(128,58,88)
#753550
(117,53,80)
#6A3048
(106,48,72)
#5F2B40
(95,43,64)
#542638
(84,38,56)
#492130
(73,33,48)
#3E1C28
(62,28,40)
#331720
(51,23,32)
#281218
(40,18,24)
#1D0D10
(29,13,16)
#120808
(18,8,8)
#000000
(0,0,0)

Tints of #803A58

#803A58
(128,58,88)
#8B4B67
(139,75,103)
#965C76
(150,92,118)
#A16D85
(161,109,133)
#AC7E94
(172,126,148)
#B78FA3
(183,143,163)
#C2A0B2
(194,160,178)
#CDB1C1
(205,177,193)
#D8C2D0
(216,194,208)
#E3D3DF
(227,211,223)
#EEE4EE
(238,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803A58 color. Also use rgb(128,58,88) instead hex code.

Text Font Color

.myTextColor { color: #803A58; }

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

This text font color is #803A58.


Background Color

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

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

This div background color is #803A58.


Border color

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

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

This div border color is #803A58.


Opacity

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

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

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

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

This text has shadow with #803A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803A58 on black background.


Color preview on white background

This text has color #803A58 on white background.



Black color preview on #803A58 background

This text has black color on #803A58 background.


White color preview on #803A58 background

This text has white color on #803A58 background.