COLOR #330027

HEX: #330027
RGB: (51,0,39)

Color info

#330027 contains only red and blue colors. Web safe color of #330027 is #330033 (or #303).

RGB color model

#330027 color RGB value is (51,0,39).

  • red value is 51;
  • green value is 0;
  • blue value is 39.
RGB:
(51,0,39)
(20%,0%,15%)

RGB channels and saturation

R 51 of 255 = 20%
G 0 of 255 = 0%
B 39 of 255 = 15%

51
0
39

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

Portions of RGB colors in percentages

R + G + B =
51 + 0 + 39 = 90 (100%)
R 51 of 90 ~ 56.67%
G 0 of 90 ~ 0%
B 39 of 90 ~ 43.33%

%56.67
%43.33

CMYK color model

#330027 color CMYK value is (0,100,24,80).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 23.53%
  • key color value is 80.00%
CMYK:
(0,100,24,80)
C0M100Y24K80 
(0%,100%,24%,80%)
(0.00/1.00/0.24/0.80)	

CMYK percentages

%0
%100
%23.53
%80

Codes

Color #330027 in popluar color models

330027
RGB51039
HSL314°100.00%10.00%
HSB/HSV314°100.00%20.00%
CMYK0.00%100.00%23.53%
80.00%

Color #330027 in popluar number systems.

HEX330027
Decimal51039
Binary1100110100111
Octal63047

Shades and tints

Shades of #330027

#330027
(51,0,39)
#2F0024
(47,0,36)
#2B0021
(43,0,33)
#27001E
(39,0,30)
#23001B
(35,0,27)
#1F0018
(31,0,24)
#1B0015
(27,0,21)
#170012
(23,0,18)
#13000F
(19,0,15)
#0F000C
(15,0,12)
#0B0009
(11,0,9)
#000000
(0,0,0)

Tints of #330027

#330027
(51,0,39)
#45173A
(69,23,58)
#572E4D
(87,46,77)
#694560
(105,69,96)
#7B5C73
(123,92,115)
#8D7386
(141,115,134)
#9F8A99
(159,138,153)
#B1A1AC
(177,161,172)
#C3B8BF
(195,184,191)
#D5CFD2
(213,207,210)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330027 color. Also use rgb(51,0,39) instead hex code.

Text Font Color

.myTextColor { color: #330027; }

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

This text font color is #330027.


Background Color

.myBgColor { background-color: #330027; }

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

This div background color is #330027.


Border color

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

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

This div border color is #330027.


Opacity

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

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

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

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

This text has shadow with #330027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330027 on black background.


Color preview on white background

This text has color #330027 on white background.



Black color preview on #330027 background

This text has black color on #330027 background.


White color preview on #330027 background

This text has white color on #330027 background.