COLOR #330F38

HEX: #330F38
RGB: (51,15,56)

Color info

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

RGB color model

#330F38 color RGB value is (51,15,56).

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

RGB channels and saturation

R 51 of 255 = 20%
G 15 of 255 = 6%
B 56 of 255 = 22%

51
15
56

R + G + B ~ 16%. #330F38 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 15 + 56 = 122 (100%)
R 51 of 122 ~ 41.8%
G 15 of 122 ~ 12.3%
B 56 of 122 ~ 45.9%

%41.8
%12.3
%45.9

CMYK color model

#330F38 color CMYK value is (9,73,0,78).

  • cyan value is 8.93%
  • magenta value is 73.21%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(9,73,0,78)
C9M73Y0K78 
(9%,73%,0%,78%)
(0.09/0.73/0.00/0.78)	

CMYK percentages

%8.93
%73.21
%0
%78.04

Codes

Color #330F38 in popluar color models

330F38
RGB511556
HSL293°57.75%13.92%
HSB/HSV293°73.21%21.96%
CMYK8.93%73.21%0.00%
78.04%

Color #330F38 in popluar number systems.

HEX330F38
Decimal511556
Binary1100111111111000
Octal631770

Shades and tints

Shades of #330F38

#330F38
(51,15,56)
#2F0E33
(47,14,51)
#2B0D2E
(43,13,46)
#270C29
(39,12,41)
#230B24
(35,11,36)
#1F0A1F
(31,10,31)
#1B091A
(27,9,26)
#170815
(23,8,21)
#130710
(19,7,16)
#0F060B
(15,6,11)
#0B0506
(11,5,6)
#000000
(0,0,0)

Tints of #330F38

#330F38
(51,15,56)
#45244A
(69,36,74)
#57395C
(87,57,92)
#694E6E
(105,78,110)
#7B6380
(123,99,128)
#8D7892
(141,120,146)
#9F8DA4
(159,141,164)
#B1A2B6
(177,162,182)
#C3B7C8
(195,183,200)
#D5CCDA
(213,204,218)
#E7E1EC
(231,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #330F38; }

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

This text font color is #330F38.


Background Color

.myBgColor { background-color: #330F38; }

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

This div background color is #330F38.


Border color

.myBorderColor { border: 1px solid #330F38; }

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

This div border color is #330F38.


Opacity

.myOpacity80 { color: #330F38; opacity: 0.8; }

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

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

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

This text has shadow with #330F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #330F38 on black background.


Color preview on white background

This text has color #330F38 on white background.



Black color preview on #330F38 background

This text has black color on #330F38 background.


White color preview on #330F38 background

This text has white color on #330F38 background.