COLOR #330325

HEX: #330325
RGB: (51,3,37)

Color info

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

RGB color model

#330325 color RGB value is (51,3,37).

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

RGB channels and saturation

R 51 of 255 = 20%
G 3 of 255 = 1%
B 37 of 255 = 15%

51
3
37

R + G + B ~ 12%. #330325 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 3 + 37 = 91 (100%)
R 51 of 91 ~ 56.04%
G 3 of 91 ~ 3.3%
B 37 of 91 ~ 40.66%

%56.04
%40.66

CMYK color model

#330325 color CMYK value is (0,94,27,80).

  • cyan value is 0.00%
  • magenta value is 94.12%
  • yellow value is 27.45%
  • key color value is 80.00%
CMYK:
(0,94,27,80)
C0M94Y27K80 
(0%,94%,27%,80%)
(0.00/0.94/0.27/0.80)	

CMYK percentages

%0
%94.12
%27.45
%80

Codes

Color #330325 in popluar color models

330325
RGB51337
HSL318°88.89%10.59%
HSB/HSV318°94.12%20.00%
CMYK0.00%94.12%27.45%
80.00%

Color #330325 in popluar number systems.

HEX330325
Decimal51337
Binary11001111100101
Octal63345

Shades and tints

Shades of #330325

#330325
(51,3,37)
#2F0322
(47,3,34)
#2B031F
(43,3,31)
#27031C
(39,3,28)
#230319
(35,3,25)
#1F0316
(31,3,22)
#1B0313
(27,3,19)
#170310
(23,3,16)
#13030D
(19,3,13)
#0F030A
(15,3,10)
#0B0307
(11,3,7)
#000000
(0,0,0)

Tints of #330325

#330325
(51,3,37)
#451938
(69,25,56)
#572F4B
(87,47,75)
#69455E
(105,69,94)
#7B5B71
(123,91,113)
#8D7184
(141,113,132)
#9F8797
(159,135,151)
#B19DAA
(177,157,170)
#C3B3BD
(195,179,189)
#D5C9D0
(213,201,208)
#E7DFE3
(231,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330325; }

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

This text font color is #330325.


Background Color

.myBgColor { background-color: #330325; }

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

This div background color is #330325.


Border color

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

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

This div border color is #330325.


Opacity

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

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

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

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

This text has shadow with #330325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330325 on black background.


Color preview on white background

This text has color #330325 on white background.



Black color preview on #330325 background

This text has black color on #330325 background.


White color preview on #330325 background

This text has white color on #330325 background.