COLOR #11050C

HEX: #11050C RGB: (17,5,12)

Color info

#11050C contains red, green and blue colors in about the same proportion. Web safe color of #11050C is #000000 (or #000).

RGB color model

#11050C color RGB value is (17,5,12).

RGB: (17,5,12) (7%, 2%, 5%)

RGB channels and saturation

R 17 of 255 = 7%
G 5 of 255 = 2%
B 12 of 255 = 5%

17
5
12

R + G + B ~ 5%. #11050C is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 5 + 12 = 34 (100%)
R 17 of 34 ~ 50%
G 5 of 34 ~ 14.71%
B 12 of 34 ~ 35.29'%

%50
%14.71
%35.29

CMYK color model

#11050C color CMYK value is (0,71,29,93).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 29.41%
  • key color value is 93.33%

CMYK: (0,71,29,93)
C0M71Y29K93 (0%, 71%, 29%, 93%)
(0.00 / 0.71 / 0.29 / 0.93)

CMYK percentages

%0
%70.59
%29.41
%93.33

Codes

Color #11050C in popluar color models

11 05 0C
RGB 17 5 12
HSL 325° 54.55% 4.31%
HSB/HSV 325° 70.59% 6.67%
CMYK 0.00% 70.59% 29.41%
93.33%

Color #11050C in popluar number systems.

HEX 11 05 0C
Decimal 17 5 12
Binary 10001 101 1100
Octal 21 5 14

Shades and tints

Shades of #11050C

#11050C
(17,5,12)
#10050B
(16,5,11)
#0F050A
(15,5,10)
#0E0509
(14,5,9)
#0D0508
(13,5,8)
#0C0507
(12,5,7)
#0B0506
(11,5,6)
#0A0505
(10,5,5)
#090504
(9,5,4)
#080503
(8,5,3)
#070502
(7,5,2)
#000000
(0,0,0)

Tints of #11050C

#11050C
(17,5,12)
#261B22
(38,27,34)
#3B3138
(59,49,56)
#50474E
(80,71,78)
#655D64
(101,93,100)
#7A737A
(122,115,122)
#8F8990
(143,137,144)
#A49FA6
(164,159,166)
#B9B5BC
(185,181,188)
#CECBD2
(206,203,210)
#E3E1E8
(227,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11050C color. Also use rgb(17,5,12) instead hex code.

Text Font Color

.myTextColor { color: #11050C; }

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

This text font color is #11050C.

Background Color

.myBgColor { background-color: #11050C; }

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

This div background color is #11050C.

Border color

.myBorderColor { border: 1px solid #11050C; }

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

This div border color is #11050C.

Opacity

.myOpacity80 { color: #11050C; opacity: 0.8; }

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

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

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

This text has shadow with #11050C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11050C.

Preview

Color preview on black background

This text has color #11050C on black background.


Color preview on white background

This text has color #11050C on white background.


Black color preview on #11050C background

This text has black color on #11050C background.


White color preview on #11050C background

This text has white color on #11050C background.


Related colors

Complementary color

Complementary color for #hex is #EEFAF3.


I love getcolorcode.com

Triadic colors

1 #0C1105 and #050C11 with #11050C are triadic colors.

2 #0C0511 and #05110C with #11050C are triadic colors.