COLOR #330310

HEX: #330310
RGB: (51,3,16)

Color info

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

RGB color model

#330310 color RGB value is (51,3,16).

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

RGB channels and saturation

R 51 of 255 = 20%
G 3 of 255 = 1%
B 16 of 255 = 6%

51
3
16

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

Portions of RGB colors in percentages

R + G + B =
51 + 3 + 16 = 70 (100%)
R 51 of 70 ~ 72.86%
G 3 of 70 ~ 4.29%
B 16 of 70 ~ 22.86%

%72.86
%22.86

CMYK color model

#330310 color CMYK value is (0,94,69,80).

  • cyan value is 0.00%
  • magenta value is 94.12%
  • yellow value is 68.63%
  • key color value is 80.00%
CMYK:
(0,94,69,80)
C0M94Y69K80 
(0%,94%,69%,80%)
(0.00/0.94/0.69/0.80)	

CMYK percentages

%0
%94.12
%68.63
%80

Codes

Color #330310 in popluar color models

330310
RGB51316
HSL344°88.89%10.59%
HSB/HSV344°94.12%20.00%
CMYK0.00%94.12%68.63%
80.00%

Color #330310 in popluar number systems.

HEX330310
Decimal51316
Binary1100111110000
Octal63320

Shades and tints

Shades of #330310

#330310
(51,3,16)
#2F030F
(47,3,15)
#2B030E
(43,3,14)
#27030D
(39,3,13)
#23030C
(35,3,12)
#1F030B
(31,3,11)
#1B030A
(27,3,10)
#170309
(23,3,9)
#130308
(19,3,8)
#0F0307
(15,3,7)
#0B0306
(11,3,6)
#000000
(0,0,0)

Tints of #330310

#330310
(51,3,16)
#451925
(69,25,37)
#572F3A
(87,47,58)
#69454F
(105,69,79)
#7B5B64
(123,91,100)
#8D7179
(141,113,121)
#9F878E
(159,135,142)
#B19DA3
(177,157,163)
#C3B3B8
(195,179,184)
#D5C9CD
(213,201,205)
#E7DFE2
(231,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330310; }

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

This text font color is #330310.


Background Color

.myBgColor { background-color: #330310; }

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

This div background color is #330310.


Border color

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

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

This div border color is #330310.


Opacity

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

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

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

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

This text has shadow with #330310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330310 on black background.


Color preview on white background

This text has color #330310 on white background.



Black color preview on #330310 background

This text has black color on #330310 background.


White color preview on #330310 background

This text has white color on #330310 background.