COLOR #330531

HEX: #330531
RGB: (51,5,49)

Color info

#330531 contains red, green and blue colors in about the same proportion. Web safe color of #330531 is #330033 (or #303).

RGB color model

#330531 color RGB value is (51,5,49).

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

RGB channels and saturation

R 51 of 255 = 20%
G 5 of 255 = 2%
B 49 of 255 = 19%

51
5
49

R + G + B ~ 14%. #330531 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 5 + 49 = 105 (100%)
R 51 of 105 ~ 48.57%
G 5 of 105 ~ 4.76%
B 49 of 105 ~ 46.67%

%48.57
%46.67

CMYK color model

#330531 color CMYK value is (0,90,4,80).

  • cyan value is 0.00%
  • magenta value is 90.20%
  • yellow value is 3.92%
  • key color value is 80.00%
CMYK:
(0,90,4,80)
C0M90Y4K80 
(0%,90%,4%,80%)
(0.00/0.90/0.04/0.80)	

CMYK percentages

%0
%90.2
%3.92
%80

Codes

Color #330531 in popluar color models

330531
RGB51549
HSL303°82.14%10.98%
HSB/HSV303°90.20%20.00%
CMYK0.00%90.20%3.92%
80.00%

Color #330531 in popluar number systems.

HEX330531
Decimal51549
Binary110011101110001
Octal63561

Shades and tints

Shades of #330531

#330531
(51,5,49)
#2F052D
(47,5,45)
#2B0529
(43,5,41)
#270525
(39,5,37)
#230521
(35,5,33)
#1F051D
(31,5,29)
#1B0519
(27,5,25)
#170515
(23,5,21)
#130511
(19,5,17)
#0F050D
(15,5,13)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #330531

#330531
(51,5,49)
#451B43
(69,27,67)
#573155
(87,49,85)
#694767
(105,71,103)
#7B5D79
(123,93,121)
#8D738B
(141,115,139)
#9F899D
(159,137,157)
#B19FAF
(177,159,175)
#C3B5C1
(195,181,193)
#D5CBD3
(213,203,211)
#E7E1E5
(231,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330531; }

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

This text font color is #330531.


Background Color

.myBgColor { background-color: #330531; }

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

This div background color is #330531.


Border color

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

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

This div border color is #330531.


Opacity

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

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

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

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

This text has shadow with #330531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330531 on black background.


Color preview on white background

This text has color #330531 on white background.



Black color preview on #330531 background

This text has black color on #330531 background.


White color preview on #330531 background

This text has white color on #330531 background.