COLOR #330453

HEX: #330453
RGB: (51,4,83)

Color info

#330453 contains mainly red and blue colors. Web safe color of #330453 is #330066 (or #306).

RGB color model

#330453 color RGB value is (51,4,83).

  • red value is 51;
  • green value is 4;
  • blue value is 83.
RGB:
(51,4,83)
(20%,2%,33%)

RGB channels and saturation

R 51 of 255 = 20%
G 4 of 255 = 2%
B 83 of 255 = 33%

51
4
83

R + G + B ~ 18%. #330453 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 4 + 83 = 138 (100%)
R 51 of 138 ~ 36.96%
G 4 of 138 ~ 2.9%
B 83 of 138 ~ 60.14%

%36.96
%60.14

CMYK color model

#330453 color CMYK value is (39,95,0,67).

  • cyan value is 38.55%
  • magenta value is 95.18%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(39,95,0,67)
C39M95Y0K67 
(39%,95%,0%,67%)
(0.39/0.95/0.00/0.67)	

CMYK percentages

%38.55
%95.18
%0
%67.45

Codes

Color #330453 in popluar color models

330453
RGB51483
HSL276°90.80%17.06%
HSB/HSV276°95.18%32.55%
CMYK38.55%95.18%0.00%
67.45%

Color #330453 in popluar number systems.

HEX330453
Decimal51483
Binary1100111001010011
Octal634123

Shades and tints

Shades of #330453

#330453
(51,4,83)
#2F044C
(47,4,76)
#2B0445
(43,4,69)
#27043E
(39,4,62)
#230437
(35,4,55)
#1F0430
(31,4,48)
#1B0429
(27,4,41)
#170422
(23,4,34)
#13041B
(19,4,27)
#0F0414
(15,4,20)
#0B040D
(11,4,13)
#000000
(0,0,0)

Tints of #330453

#330453
(51,4,83)
#451A62
(69,26,98)
#573071
(87,48,113)
#694680
(105,70,128)
#7B5C8F
(123,92,143)
#8D729E
(141,114,158)
#9F88AD
(159,136,173)
#B19EBC
(177,158,188)
#C3B4CB
(195,180,203)
#D5CADA
(213,202,218)
#E7E0E9
(231,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330453 color. Also use rgb(51,4,83) instead hex code.

Text Font Color

.myTextColor { color: #330453; }

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

This text font color is #330453.


Background Color

.myBgColor { background-color: #330453; }

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

This div background color is #330453.


Border color

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

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

This div border color is #330453.


Opacity

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

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

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

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

This text has shadow with #330453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330453 on black background.


Color preview on white background

This text has color #330453 on white background.



Black color preview on #330453 background

This text has black color on #330453 background.


White color preview on #330453 background

This text has white color on #330453 background.