COLOR #330314

HEX: #330314
RGB: (51,3,20)

Color info

#330314 contains red, green and blue colors in about the same proportion. Web safe color of #330314 is #330000 (or #300).

RGB color model

#330314 color RGB value is (51,3,20).

  • red value is 51;
  • green value is 3;
  • blue value is 20.
RGB:
(51,3,20)
(20%,1%,8%)

RGB channels and saturation

R 51 of 255 = 20%
G 3 of 255 = 1%
B 20 of 255 = 8%

51
3
20

R + G + B ~ 10%. #330314 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 3 + 20 = 74 (100%)
R 51 of 74 ~ 68.92%
G 3 of 74 ~ 4.05%
B 20 of 74 ~ 27.03%

%68.92
%27.03

CMYK color model

#330314 color CMYK value is (0,94,61,80).

  • cyan value is 0.00%
  • magenta value is 94.12%
  • yellow value is 60.78%
  • key color value is 80.00%
CMYK:
(0,94,61,80)
C0M94Y61K80 
(0%,94%,61%,80%)
(0.00/0.94/0.61/0.80)	

CMYK percentages

%0
%94.12
%60.78
%80

Codes

Color #330314 in popluar color models

330314
RGB51320
HSL339°88.89%10.59%
HSB/HSV339°94.12%20.00%
CMYK0.00%94.12%60.78%
80.00%

Color #330314 in popluar number systems.

HEX330314
Decimal51320
Binary1100111110100
Octal63324

Shades and tints

Shades of #330314

#330314
(51,3,20)
#2F0313
(47,3,19)
#2B0312
(43,3,18)
#270311
(39,3,17)
#230310
(35,3,16)
#1F030F
(31,3,15)
#1B030E
(27,3,14)
#17030D
(23,3,13)
#13030C
(19,3,12)
#0F030B
(15,3,11)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #330314

#330314
(51,3,20)
#451929
(69,25,41)
#572F3E
(87,47,62)
#694553
(105,69,83)
#7B5B68
(123,91,104)
#8D717D
(141,113,125)
#9F8792
(159,135,146)
#B19DA7
(177,157,167)
#C3B3BC
(195,179,188)
#D5C9D1
(213,201,209)
#E7DFE6
(231,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330314 color. Also use rgb(51,3,20) instead hex code.

Text Font Color

.myTextColor { color: #330314; }

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

This text font color is #330314.


Background Color

.myBgColor { background-color: #330314; }

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

This div background color is #330314.


Border color

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

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

This div border color is #330314.


Opacity

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

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

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

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

This text has shadow with #330314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330314 on black background.


Color preview on white background

This text has color #330314 on white background.



Black color preview on #330314 background

This text has black color on #330314 background.


White color preview on #330314 background

This text has white color on #330314 background.