COLOR #11332A

HEX: #11332A RGB: (17,51,42)

Color info

#11332A contains red, green and blue colors in about the same proportion. Web safe color of #11332A is #003333 (or #033).

RGB color model

#11332A color RGB value is (17,51,42).

RGB: (17,51,42) (7%, 20%, 16%)

RGB channels and saturation

R 17 of 255 = 7%
G 51 of 255 = 20%
B 42 of 255 = 16%

17
51
42

R + G + B ~ 14%. #11332A is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 51 + 42 = 110 (100%)
R 17 of 110 ~ 15.45%
G 51 of 110 ~ 46.36%
B 42 of 110 ~ 38.18'%

%15.45
%46.36
%38.18

CMYK color model

#11332A color CMYK value is (67,0,18,80).

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

CMYK: (67,0,18,80)
C67M0Y18K80 (67%, 0%, 18%, 80%)
(0.67 / 0.00 / 0.18 / 0.80)

CMYK percentages

%66.67
%0
%17.65
%80

Codes

Color #11332A in popluar color models

11 33 2A
RGB 17 51 42
HSL 164° 50.00% 13.33%
HSB/HSV 164° 66.67% 20.00%
CMYK 66.67% 0.00% 17.65%
80.00%

Color #11332A in popluar number systems.

HEX 11 33 2A
Decimal 17 51 42
Binary 10001 110011 101010
Octal 21 63 52

Shades and tints

Shades of #11332A

#11332A
(17,51,42)
#102F27
(16,47,39)
#0F2B24
(15,43,36)
#0E2721
(14,39,33)
#0D231E
(13,35,30)
#0C1F1B
(12,31,27)
#0B1B18
(11,27,24)
#0A1715
(10,23,21)
#091312
(9,19,18)
#080F0F
(8,15,15)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #11332A

#11332A
(17,51,42)
#26453D
(38,69,61)
#3B5750
(59,87,80)
#506963
(80,105,99)
#657B76
(101,123,118)
#7A8D89
(122,141,137)
#8F9F9C
(143,159,156)
#A4B1AF
(164,177,175)
#B9C3C2
(185,195,194)
#CED5D5
(206,213,213)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11332A color. Also use rgb(17,51,42) instead hex code.

Text Font Color

.myTextColor { color: #11332A; }

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

This text font color is #11332A.

Background Color

.myBgColor { background-color: #11332A; }

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

This div background color is #11332A.

Border color

.myBorderColor { border: 1px solid #11332A; }

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

This div border color is #11332A.

Opacity

.myOpacity80 { color: #11332A; opacity: 0.8; }

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

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

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

This text has shadow with #11332A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11332A.

Preview

Color preview on black background

This text has color #11332A on black background.


Color preview on white background

This text has color #11332A on white background.


Black color preview on #11332A background

This text has black color on #11332A background.


White color preview on #11332A background

This text has white color on #11332A background.


Related colors

Complementary color

Complementary color for #hex is #EECCD5.


I love getcolorcode.com

Triadic colors

1 #2A1133 and #332A11 with #11332A are triadic colors.

2 #2A3311 and #33112A with #11332A are triadic colors.