COLOR #330E2A

HEX: #330E2A RGB: (51,14,42)

Color info

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

RGB color model

#330E2A color RGB value is (51,14,42).

RGB: (51,14,42) (20%, 5%, 16%)

RGB channels and saturation

R 51 of 255 = 20%
G 14 of 255 = 5%
B 42 of 255 = 16%

51
14
42

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

Portions of RGB colors in percentages

R + G + B = 51 + 14 + 42 = 107 (100%)
R 51 of 107 ~ 47.66%
G 14 of 107 ~ 13.08%
B 42 of 107 ~ 39.25'%

%47.66
%13.08
%39.25

CMYK color model

#330E2A color CMYK value is (0,73,18,80).

  • cyan value is 0.00%
  • magenta value is 72.55%
  • yellow value is 17.65%
  • key color value is 80.00%

CMYK: (0,73,18,80)
C0M73Y18K80 (0%, 73%, 18%, 80%)
(0.00 / 0.73 / 0.18 / 0.80)

CMYK percentages

%0
%72.55
%17.65
%80

Codes

Color #330E2A in popluar color models

33 0E 2A
RGB 51 14 42
HSL 315° 56.92% 12.75%
HSB/HSV 315° 72.55% 20.00%
CMYK 0.00% 72.55% 17.65%
80.00%

Color #330E2A in popluar number systems.

HEX 33 0E 2A
Decimal 51 14 42
Binary 110011 1110 101010
Octal 63 16 52

Shades and tints

Shades of #330E2A

#330E2A
(51,14,42)
#2F0D27
(47,13,39)
#2B0C24
(43,12,36)
#270B21
(39,11,33)
#230A1E
(35,10,30)
#1F091B
(31,9,27)
#1B0818
(27,8,24)
#170715
(23,7,21)
#130612
(19,6,18)
#0F050F
(15,5,15)
#0B040C
(11,4,12)
#000000
(0,0,0)

Tints of #330E2A

#330E2A
(51,14,42)
#45233D
(69,35,61)
#573850
(87,56,80)
#694D63
(105,77,99)
#7B6276
(123,98,118)
#8D7789
(141,119,137)
#9F8C9C
(159,140,156)
#B1A1AF
(177,161,175)
#C3B6C2
(195,182,194)
#D5CBD5
(213,203,213)
#E7E0E8
(231,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330E2A color. Also use rgb(51,14,42) instead hex code.

Text Font Color

.myTextColor { color: #330E2A; }

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

This text font color is #330E2A.

Background Color

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

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

This div background color is #330E2A.

Border color

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

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

This div border color is #330E2A.

Opacity

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

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

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

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

This text has shadow with #330E2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #330E2A.

Preview

Color preview on black background

This text has color #330E2A on black background.


Color preview on white background

This text has color #330E2A on white background.


Black color preview on #330E2A background

This text has black color on #330E2A background.


White color preview on #330E2A background

This text has white color on #330E2A background.


Related colors

Complementary color

Complementary color for #hex is #CCF1D5.


I love getcolorcode.com

Triadic colors

1 #2A330E and #0E2A33 with #330E2A are triadic colors.

2 #2A0E33 and #0E332A with #330E2A are triadic colors.