COLOR #330877

HEX: #330877
RGB: (51,8,119)

Color info

#330877 contains mainly blue color. Web safe color of #330877 is #330066 (or #306).

RGB color model

#330877 color RGB value is (51,8,119).

  • red value is 51;
  • green value is 8;
  • blue value is 119.
RGB:
(51,8,119)
(20%,3%,47%)

RGB channels and saturation

R 51 of 255 = 20%
G 8 of 255 = 3%
B 119 of 255 = 47%

51
8
119

R + G + B ~ 23%. #330877 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 8 + 119 = 178 (100%)
R 51 of 178 ~ 28.65%
G 8 of 178 ~ 4.49%
B 119 of 178 ~ 66.85%

%28.65
%66.85

CMYK color model

#330877 color CMYK value is (57,93,0,53).

  • cyan value is 57.14%
  • magenta value is 93.28%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(57,93,0,53)
C57M93Y0K53 
(57%,93%,0%,53%)
(0.57/0.93/0.00/0.53)	

CMYK percentages

%57.14
%93.28
%0
%53.33

Codes

Color #330877 in popluar color models

330877
RGB518119
HSL263°87.40%24.90%
HSB/HSV263°93.28%46.67%
CMYK57.14%93.28%0.00%
53.33%

Color #330877 in popluar number systems.

HEX330877
Decimal518119
Binary11001110001110111
Octal6310167

Shades and tints

Shades of #330877

#330877
(51,8,119)
#2F086D
(47,8,109)
#2B0863
(43,8,99)
#270859
(39,8,89)
#23084F
(35,8,79)
#1F0845
(31,8,69)
#1B083B
(27,8,59)
#170831
(23,8,49)
#130827
(19,8,39)
#0F081D
(15,8,29)
#0B0813
(11,8,19)
#000000
(0,0,0)

Tints of #330877

#330877
(51,8,119)
#451E83
(69,30,131)
#57348F
(87,52,143)
#694A9B
(105,74,155)
#7B60A7
(123,96,167)
#8D76B3
(141,118,179)
#9F8CBF
(159,140,191)
#B1A2CB
(177,162,203)
#C3B8D7
(195,184,215)
#D5CEE3
(213,206,227)
#E7E4EF
(231,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330877 color. Also use rgb(51,8,119) instead hex code.

Text Font Color

.myTextColor { color: #330877; }

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

This text font color is #330877.


Background Color

.myBgColor { background-color: #330877; }

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

This div background color is #330877.


Border color

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

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

This div border color is #330877.


Opacity

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

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

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

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

This text has shadow with #330877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330877 on black background.


Color preview on white background

This text has color #330877 on white background.



Black color preview on #330877 background

This text has black color on #330877 background.


White color preview on #330877 background

This text has white color on #330877 background.