COLOR #330137

HEX: #330137
RGB: (51,1,55)

Color info

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

RGB color model

#330137 color RGB value is (51,1,55).

  • red value is 51;
  • green value is 1;
  • blue value is 55.
RGB:
(51,1,55)
(20%,0%,22%)

RGB channels and saturation

R 51 of 255 = 20%
G 1 of 255 = 0%
B 55 of 255 = 22%

51
1
55

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

Portions of RGB colors in percentages

R + G + B =
51 + 1 + 55 = 107 (100%)
R 51 of 107 ~ 47.66%
G 1 of 107 ~ 0.93%
B 55 of 107 ~ 51.4%

%47.66
%51.4

CMYK color model

#330137 color CMYK value is (7,98,0,78).

  • cyan value is 7.27%
  • magenta value is 98.18%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(7,98,0,78)
C7M98Y0K78 
(7%,98%,0%,78%)
(0.07/0.98/0.00/0.78)	

CMYK percentages

%7.27
%98.18
%0
%78.43

Codes

Color #330137 in popluar color models

330137
RGB51155
HSL296°96.43%10.98%
HSB/HSV296°98.18%21.57%
CMYK7.27%98.18%0.00%
78.43%

Color #330137 in popluar number systems.

HEX330137
Decimal51155
Binary1100111110111
Octal63167

Shades and tints

Shades of #330137

#330137
(51,1,55)
#2F0132
(47,1,50)
#2B012D
(43,1,45)
#270128
(39,1,40)
#230123
(35,1,35)
#1F011E
(31,1,30)
#1B0119
(27,1,25)
#170114
(23,1,20)
#13010F
(19,1,15)
#0F010A
(15,1,10)
#0B0105
(11,1,5)
#000000
(0,0,0)

Tints of #330137

#330137
(51,1,55)
#451849
(69,24,73)
#572F5B
(87,47,91)
#69466D
(105,70,109)
#7B5D7F
(123,93,127)
#8D7491
(141,116,145)
#9F8BA3
(159,139,163)
#B1A2B5
(177,162,181)
#C3B9C7
(195,185,199)
#D5D0D9
(213,208,217)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330137 color. Also use rgb(51,1,55) instead hex code.

Text Font Color

.myTextColor { color: #330137; }

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

This text font color is #330137.


Background Color

.myBgColor { background-color: #330137; }

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

This div background color is #330137.


Border color

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

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

This div border color is #330137.


Opacity

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

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

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

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

This text has shadow with #330137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330137 on black background.


Color preview on white background

This text has color #330137 on white background.



Black color preview on #330137 background

This text has black color on #330137 background.


White color preview on #330137 background

This text has white color on #330137 background.