COLOR #330518

HEX: #330518
RGB: (51,5,24)

Color info

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

RGB color model

#330518 color RGB value is (51,5,24).

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

RGB channels and saturation

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

51
5
24

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

Portions of RGB colors in percentages

R + G + B =
51 + 5 + 24 = 80 (100%)
R 51 of 80 ~ 63.75%
G 5 of 80 ~ 6.25%
B 24 of 80 ~ 30%

%63.75
%30

CMYK color model

#330518 color CMYK value is (0,90,53,80).

  • cyan value is 0.00%
  • magenta value is 90.20%
  • yellow value is 52.94%
  • key color value is 80.00%
CMYK:
(0,90,53,80)
C0M90Y53K80 
(0%,90%,53%,80%)
(0.00/0.90/0.53/0.80)	

CMYK percentages

%0
%90.2
%52.94
%80

Codes

Color #330518 in popluar color models

330518
RGB51524
HSL335°82.14%10.98%
HSB/HSV335°90.20%20.00%
CMYK0.00%90.20%52.94%
80.00%

Color #330518 in popluar number systems.

HEX330518
Decimal51524
Binary11001110111000
Octal63530

Shades and tints

Shades of #330518

#330518
(51,5,24)
#2F0516
(47,5,22)
#2B0514
(43,5,20)
#270512
(39,5,18)
#230510
(35,5,16)
#1F050E
(31,5,14)
#1B050C
(27,5,12)
#17050A
(23,5,10)
#130508
(19,5,8)
#0F0506
(15,5,6)
#0B0504
(11,5,4)
#000000
(0,0,0)

Tints of #330518

#330518
(51,5,24)
#451B2D
(69,27,45)
#573142
(87,49,66)
#694757
(105,71,87)
#7B5D6C
(123,93,108)
#8D7381
(141,115,129)
#9F8996
(159,137,150)
#B19FAB
(177,159,171)
#C3B5C0
(195,181,192)
#D5CBD5
(213,203,213)
#E7E1EA
(231,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330518; }

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

This text font color is #330518.


Background Color

.myBgColor { background-color: #330518; }

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

This div background color is #330518.


Border color

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

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

This div border color is #330518.


Opacity

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

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

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

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

This text has shadow with #330518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330518 on black background.


Color preview on white background

This text has color #330518 on white background.



Black color preview on #330518 background

This text has black color on #330518 background.


White color preview on #330518 background

This text has white color on #330518 background.