COLOR #330938

HEX: #330938
RGB: (51,9,56)

Color info

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

RGB color model

#330938 color RGB value is (51,9,56).

  • red value is 51;
  • green value is 9;
  • blue value is 56.
RGB:
(51,9,56)
(20%,4%,22%)

RGB channels and saturation

R 51 of 255 = 20%
G 9 of 255 = 4%
B 56 of 255 = 22%

51
9
56

R + G + B ~ 15%. #330938 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 9 + 56 = 116 (100%)
R 51 of 116 ~ 43.97%
G 9 of 116 ~ 7.76%
B 56 of 116 ~ 48.28%

%43.97
%48.28

CMYK color model

#330938 color CMYK value is (9,84,0,78).

  • cyan value is 8.93%
  • magenta value is 83.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(9,84,0,78)
C9M84Y0K78 
(9%,84%,0%,78%)
(0.09/0.84/0.00/0.78)	

CMYK percentages

%8.93
%83.93
%0
%78.04

Codes

Color #330938 in popluar color models

330938
RGB51956
HSL294°72.31%12.75%
HSB/HSV294°83.93%21.96%
CMYK8.93%83.93%0.00%
78.04%

Color #330938 in popluar number systems.

HEX330938
Decimal51956
Binary1100111001111000
Octal631170

Shades and tints

Shades of #330938

#330938
(51,9,56)
#2F0933
(47,9,51)
#2B092E
(43,9,46)
#270929
(39,9,41)
#230924
(35,9,36)
#1F091F
(31,9,31)
#1B091A
(27,9,26)
#170915
(23,9,21)
#130910
(19,9,16)
#0F090B
(15,9,11)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #330938

#330938
(51,9,56)
#451F4A
(69,31,74)
#57355C
(87,53,92)
#694B6E
(105,75,110)
#7B6180
(123,97,128)
#8D7792
(141,119,146)
#9F8DA4
(159,141,164)
#B1A3B6
(177,163,182)
#C3B9C8
(195,185,200)
#D5CFDA
(213,207,218)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330938 color. Also use rgb(51,9,56) instead hex code.

Text Font Color

.myTextColor { color: #330938; }

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

This text font color is #330938.


Background Color

.myBgColor { background-color: #330938; }

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

This div background color is #330938.


Border color

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

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

This div border color is #330938.


Opacity

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

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

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

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

This text has shadow with #330938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330938 on black background.


Color preview on white background

This text has color #330938 on white background.



Black color preview on #330938 background

This text has black color on #330938 background.


White color preview on #330938 background

This text has white color on #330938 background.