COLOR #803330

HEX: #803330 RGB: (128,51,48)

Color info

#803330 contains mainly red color. Web safe color of #803330 is #663333 (or #633).

RGB color model

#803330 color RGB value is (128,51,48).

RGB: (128,51,48) (50%, 20%, 19%)

RGB channels and saturation

R 128 of 255 = 50%
G 51 of 255 = 20%
B 48 of 255 = 19%

128
51
48

R + G + B ~ 30%. #803330 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 51 + 48 = 227 (100%)
R 128 of 227 ~ 56.39%
G 51 of 227 ~ 22.47%
B 48 of 227 ~ 21.15'%

%56.39
%22.47
%21.15

CMYK color model

#803330 color CMYK value is (0,60,63,50).

  • cyan value is 0.00%
  • magenta value is 60.16%
  • yellow value is 62.50%
  • key color value is 49.80%

CMYK: (0,60,63,50)
C0M60Y63K50 (0%, 60%, 63%, 50%)
(0.00 / 0.60 / 0.63 / 0.50)

CMYK percentages

%0
%60.16
%62.5
%49.8

Codes

Color #803330 in popluar color models

80 33 30
RGB 128 51 48
HSL 45.45% 34.51%
HSB/HSV 62.50% 50.20%
CMYK 0.00% 60.16% 62.50%
49.80%

Color #803330 in popluar number systems.

HEX 80 33 30
Decimal 128 51 48
Binary 10000000 110011 110000
Octal 200 63 60

Shades and tints

Shades of #803330

#803330
(128,51,48)
#752F2C
(117,47,44)
#6A2B28
(106,43,40)
#5F2724
(95,39,36)
#542320
(84,35,32)
#491F1C
(73,31,28)
#3E1B18
(62,27,24)
#331714
(51,23,20)
#281310
(40,19,16)
#1D0F0C
(29,15,12)
#120B08
(18,11,8)
#000000
(0,0,0)

Tints of #803330

#803330
(128,51,48)
#8B4542
(139,69,66)
#965754
(150,87,84)
#A16966
(161,105,102)
#AC7B78
(172,123,120)
#B78D8A
(183,141,138)
#C29F9C
(194,159,156)
#CDB1AE
(205,177,174)
#D8C3C0
(216,195,192)
#E3D5D2
(227,213,210)
#EEE7E4
(238,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803330 color. Also use rgb(128,51,48) instead hex code.

Text Font Color

.myTextColor { color: #803330; }

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

This text font color is #803330.

Background Color

.myBgColor { background-color: #803330; }

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

This div background color is #803330.

Border color

.myBorderColor { border: 1px solid #803330; }

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

This div border color is #803330.

Opacity

.myOpacity80 { color: #803330; opacity: 0.8; }

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

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

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

This text has shadow with #803330 color.


.textShadow {text-shadow: 3px 3px 1px #803330', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #803330; -webkit-box-shadow: 1px 1px 3px 2px #803330; box-shadow:1px 1px 3px 2px #803330;">
Div content here
</div>

This div box has shadow with color #803330.

Preview

Color preview on black background

This text has color #803330 on black background.


Color preview on white background

This text has color #803330 on white background.


Black color preview on #803330 background

This text has black color on #803330 background.


White color preview on #803330 background

This text has white color on #803330 background.


Related colors

Complementary color

Complementary color for #hex is #7FCCCF.


I love getcolorcode.com

Triadic colors

1 #308033 and #333080 with #803330 are triadic colors.

2 #303380 and #338030 with #803330 are triadic colors.