COLOR #330313

HEX: #330313
RGB: (51,3,19)

Color info

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

RGB color model

#330313 color RGB value is (51,3,19).

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

RGB channels and saturation

R 51 of 255 = 20%
G 3 of 255 = 1%
B 19 of 255 = 7%

51
3
19

R + G + B ~ 9%. #330313 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 3 + 19 = 73 (100%)
R 51 of 73 ~ 69.86%
G 3 of 73 ~ 4.11%
B 19 of 73 ~ 26.03%

%69.86
%26.03

CMYK color model

#330313 color CMYK value is (0,94,63,80).

  • cyan value is 0.00%
  • magenta value is 94.12%
  • yellow value is 62.75%
  • key color value is 80.00%
CMYK:
(0,94,63,80)
C0M94Y63K80 
(0%,94%,63%,80%)
(0.00/0.94/0.63/0.80)	

CMYK percentages

%0
%94.12
%62.75
%80

Codes

Color #330313 in popluar color models

330313
RGB51319
HSL340°88.89%10.59%
HSB/HSV340°94.12%20.00%
CMYK0.00%94.12%62.75%
80.00%

Color #330313 in popluar number systems.

HEX330313
Decimal51319
Binary1100111110011
Octal63323

Shades and tints

Shades of #330313

#330313
(51,3,19)
#2F0312
(47,3,18)
#2B0311
(43,3,17)
#270310
(39,3,16)
#23030F
(35,3,15)
#1F030E
(31,3,14)
#1B030D
(27,3,13)
#17030C
(23,3,12)
#13030B
(19,3,11)
#0F030A
(15,3,10)
#0B0309
(11,3,9)
#000000
(0,0,0)

Tints of #330313

#330313
(51,3,19)
#451928
(69,25,40)
#572F3D
(87,47,61)
#694552
(105,69,82)
#7B5B67
(123,91,103)
#8D717C
(141,113,124)
#9F8791
(159,135,145)
#B19DA6
(177,157,166)
#C3B3BB
(195,179,187)
#D5C9D0
(213,201,208)
#E7DFE5
(231,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330313; }

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

This text font color is #330313.


Background Color

.myBgColor { background-color: #330313; }

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

This div background color is #330313.


Border color

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

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

This div border color is #330313.


Opacity

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

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

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

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

This text has shadow with #330313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330313 on black background.


Color preview on white background

This text has color #330313 on white background.



Black color preview on #330313 background

This text has black color on #330313 background.


White color preview on #330313 background

This text has white color on #330313 background.