COLOR #330821

HEX: #330821 RGB: (51,8,33)

Color info

#330821 contains red, green and blue colors in about the same proportion. Web safe color of #330821 is #330033 (or #303).

RGB color model

#330821 color RGB value is (51,8,33).

RGB: (51,8,33) (20%, 3%, 13%)

RGB channels and saturation

R 51 of 255 = 20%
G 8 of 255 = 3%
B 33 of 255 = 13%

51
8
33

R + G + B ~ 12%. #330821 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 8 + 33 = 92 (100%)
R 51 of 92 ~ 55.43%
G 8 of 92 ~ 8.7%
B 33 of 92 ~ 35.87'%

%55.43
%35.87

CMYK color model

#330821 color CMYK value is (0,84,35,80).

  • cyan value is 0.00%
  • magenta value is 84.31%
  • yellow value is 35.29%
  • key color value is 80.00%

CMYK: (0,84,35,80)
C0M84Y35K80 (0%, 84%, 35%, 80%)
(0.00 / 0.84 / 0.35 / 0.80)

CMYK percentages

%0
%84.31
%35.29
%80

Codes

Color #330821 in popluar color models

33 08 21
RGB 51 8 33
HSL 325° 72.88% 11.57%
HSB/HSV 325° 84.31% 20.00%
CMYK 0.00% 84.31% 35.29%
80.00%

Color #330821 in popluar number systems.

HEX 33 08 21
Decimal 51 8 33
Binary 110011 1000 100001
Octal 63 10 41

Shades and tints

Shades of #330821

#330821
(51,8,33)
#2F081E
(47,8,30)
#2B081B
(43,8,27)
#270818
(39,8,24)
#230815
(35,8,21)
#1F0812
(31,8,18)
#1B080F
(27,8,15)
#17080C
(23,8,12)
#130809
(19,8,9)
#0F0806
(15,8,6)
#0B0803
(11,8,3)
#000000
(0,0,0)

Tints of #330821

#330821
(51,8,33)
#451E35
(69,30,53)
#573449
(87,52,73)
#694A5D
(105,74,93)
#7B6071
(123,96,113)
#8D7685
(141,118,133)
#9F8C99
(159,140,153)
#B1A2AD
(177,162,173)
#C3B8C1
(195,184,193)
#D5CED5
(213,206,213)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330821 color. Also use rgb(51,8,33) instead hex code.

Text Font Color

.myTextColor { color: #330821; }

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

This text font color is #330821.

Background Color

.myBgColor { background-color: #330821; }

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

This div background color is #330821.

Border color

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

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

This div border color is #330821.

Opacity

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

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

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

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

This text has shadow with #330821 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330821.

Preview

Color preview on black background

This text has color #330821 on black background.


Color preview on white background

This text has color #330821 on white background.


Black color preview on #330821 background

This text has black color on #330821 background.


White color preview on #330821 background

This text has white color on #330821 background.


Related colors

Complementary color

Complementary color for #hex is #CCF7DE.


I love getcolorcode.com

Triadic colors

1 #213308 and #082133 with #330821 are triadic colors.

2 #210833 and #083321 with #330821 are triadic colors.