COLOR #802330

HEX: #802330 RGB: (128,35,48)

Color info

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

RGB color model

#802330 color RGB value is (128,35,48).

RGB: (128,35,48) (50%, 14%, 19%)

RGB channels and saturation

R 128 of 255 = 50%
G 35 of 255 = 14%
B 48 of 255 = 19%

128
35
48

R + G + B ~ 28%. #802330 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 35 + 48 = 211 (100%)
R 128 of 211 ~ 60.66%
G 35 of 211 ~ 16.59%
B 48 of 211 ~ 22.75'%

%60.66
%16.59
%22.75

CMYK color model

#802330 color CMYK value is (0,73,63,50).

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

CMYK: (0,73,63,50)
C0M73Y63K50 (0%, 73%, 63%, 50%)
(0.00 / 0.73 / 0.63 / 0.50)

CMYK percentages

%0
%72.66
%62.5
%49.8

Codes

Color #802330 in popluar color models

80 23 30
RGB 128 35 48
HSL 352° 57.06% 31.96%
HSB/HSV 352° 72.66% 50.20%
CMYK 0.00% 72.66% 62.50%
49.80%

Color #802330 in popluar number systems.

HEX 80 23 30
Decimal 128 35 48
Binary 10000000 100011 110000
Octal 200 43 60

Shades and tints

Shades of #802330

#802330
(128,35,48)
#75202C
(117,32,44)
#6A1D28
(106,29,40)
#5F1A24
(95,26,36)
#541720
(84,23,32)
#49141C
(73,20,28)
#3E1118
(62,17,24)
#330E14
(51,14,20)
#280B10
(40,11,16)
#1D080C
(29,8,12)
#120508
(18,5,8)
#000000
(0,0,0)

Tints of #802330

#802330
(128,35,48)
#8B3742
(139,55,66)
#964B54
(150,75,84)
#A15F66
(161,95,102)
#AC7378
(172,115,120)
#B7878A
(183,135,138)
#C29B9C
(194,155,156)
#CDAFAE
(205,175,174)
#D8C3C0
(216,195,192)
#E3D7D2
(227,215,210)
#EEEBE4
(238,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #802330; }

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

This text font color is #802330.

Background Color

.myBgColor { background-color: #802330; }

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

This div background color is #802330.

Border color

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

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

This div border color is #802330.

Opacity

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

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

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

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

This text has shadow with #802330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #802330.

Preview

Color preview on black background

This text has color #802330 on black background.


Color preview on white background

This text has color #802330 on white background.


Black color preview on #802330 background

This text has black color on #802330 background.


White color preview on #802330 background

This text has white color on #802330 background.


Related colors

Complementary color

Complementary color for #hex is #7FDCCF.


I love getcolorcode.com

Triadic colors

1 #308023 and #233080 with #802330 are triadic colors.

2 #302380 and #238030 with #802330 are triadic colors.