COLOR #803B4A

HEX: #803B4A
RGB: (128,59,74)

Color info

#803B4A contains mainly red and blue colors. Web safe color of #803B4A is #663333 (or #633).

RGB color model

#803B4A color RGB value is (128,59,74).

  • red value is 128;
  • green value is 59;
  • blue value is 74.
RGB:
(128,59,74)
(50%,23%,29%)

RGB channels and saturation

R 128 of 255 = 50%
G 59 of 255 = 23%
B 74 of 255 = 29%

128
59
74

R + G + B ~ 34%. #803B4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 59 + 74 = 261 (100%)
R 128 of 261 ~ 49.04%
G 59 of 261 ~ 22.61%
B 74 of 261 ~ 28.35%

%49.04
%22.61
%28.35

CMYK color model

#803B4A color CMYK value is (0,54,42,50).

  • cyan value is 0.00%
  • magenta value is 53.91%
  • yellow value is 42.19%
  • key color value is 49.80%
CMYK:
(0,54,42,50)
C0M54Y42K50 
(0%,54%,42%,50%)
(0.00/0.54/0.42/0.50)	

CMYK percentages

%0
%53.91
%42.19
%49.8

Codes

Color #803B4A in popluar color models

803B4A
RGB1285974
HSL347°36.90%36.67%
HSB/HSV347°53.91%50.20%
CMYK0.00%53.91%42.19%
49.80%

Color #803B4A in popluar number systems.

HEX803B4A
Decimal1285974
Binary100000001110111001010
Octal20073112

Shades and tints

Shades of #803B4A

#803B4A
(128,59,74)
#753644
(117,54,68)
#6A313E
(106,49,62)
#5F2C38
(95,44,56)
#542732
(84,39,50)
#49222C
(73,34,44)
#3E1D26
(62,29,38)
#331820
(51,24,32)
#28131A
(40,19,26)
#1D0E14
(29,14,20)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #803B4A

#803B4A
(128,59,74)
#8B4C5A
(139,76,90)
#965D6A
(150,93,106)
#A16E7A
(161,110,122)
#AC7F8A
(172,127,138)
#B7909A
(183,144,154)
#C2A1AA
(194,161,170)
#CDB2BA
(205,178,186)
#D8C3CA
(216,195,202)
#E3D4DA
(227,212,218)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803B4A color. Also use rgb(128,59,74) instead hex code.

Text Font Color

.myTextColor { color: #803B4A; }

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

This text font color is #803B4A.


Background Color

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

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

This div background color is #803B4A.


Border color

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

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

This div border color is #803B4A.


Opacity

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

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

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

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

This text has shadow with #803B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803B4A on black background.


Color preview on white background

This text has color #803B4A on white background.



Black color preview on #803B4A background

This text has black color on #803B4A background.


White color preview on #803B4A background

This text has white color on #803B4A background.