COLOR #330516

HEX: #330516
RGB: (51,5,22)

Color info

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

RGB color model

#330516 color RGB value is (51,5,22).

  • red value is 51;
  • green value is 5;
  • blue value is 22.
RGB:
(51,5,22)
(20%,2%,9%)

RGB channels and saturation

R 51 of 255 = 20%
G 5 of 255 = 2%
B 22 of 255 = 9%

51
5
22

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

Portions of RGB colors in percentages

R + G + B =
51 + 5 + 22 = 78 (100%)
R 51 of 78 ~ 65.38%
G 5 of 78 ~ 6.41%
B 22 of 78 ~ 28.21%

%65.38
%28.21

CMYK color model

#330516 color CMYK value is (0,90,57,80).

  • cyan value is 0.00%
  • magenta value is 90.20%
  • yellow value is 56.86%
  • key color value is 80.00%
CMYK:
(0,90,57,80)
C0M90Y57K80 
(0%,90%,57%,80%)
(0.00/0.90/0.57/0.80)	

CMYK percentages

%0
%90.2
%56.86
%80

Codes

Color #330516 in popluar color models

330516
RGB51522
HSL338°82.14%10.98%
HSB/HSV338°90.20%20.00%
CMYK0.00%90.20%56.86%
80.00%

Color #330516 in popluar number systems.

HEX330516
Decimal51522
Binary11001110110110
Octal63526

Shades and tints

Shades of #330516

#330516
(51,5,22)
#2F0514
(47,5,20)
#2B0512
(43,5,18)
#270510
(39,5,16)
#23050E
(35,5,14)
#1F050C
(31,5,12)
#1B050A
(27,5,10)
#170508
(23,5,8)
#130506
(19,5,6)
#0F0504
(15,5,4)
#0B0502
(11,5,2)
#000000
(0,0,0)

Tints of #330516

#330516
(51,5,22)
#451B2B
(69,27,43)
#573140
(87,49,64)
#694755
(105,71,85)
#7B5D6A
(123,93,106)
#8D737F
(141,115,127)
#9F8994
(159,137,148)
#B19FA9
(177,159,169)
#C3B5BE
(195,181,190)
#D5CBD3
(213,203,211)
#E7E1E8
(231,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330516 color. Also use rgb(51,5,22) instead hex code.

Text Font Color

.myTextColor { color: #330516; }

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

This text font color is #330516.


Background Color

.myBgColor { background-color: #330516; }

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

This div background color is #330516.


Border color

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

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

This div border color is #330516.


Opacity

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

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

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

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

This text has shadow with #330516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330516 on black background.


Color preview on white background

This text has color #330516 on white background.



Black color preview on #330516 background

This text has black color on #330516 background.


White color preview on #330516 background

This text has white color on #330516 background.