COLOR #11150A

HEX: #11150A
RGB: (17,21,10)

Color info

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

RGB color model

#11150A color RGB value is (17,21,10).

  • red value is 17;
  • green value is 21;
  • blue value is 10.
RGB:
(17,21,10)
(7%,8%,4%)

RGB channels and saturation

R 17 of 255 = 7%
G 21 of 255 = 8%
B 10 of 255 = 4%

17
21
10

R + G + B ~ 6%. #11150A is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 21 + 10 = 48 (100%)
R 17 of 48 ~ 35.42%
G 21 of 48 ~ 43.75%
B 10 of 48 ~ 20.83%

%35.42
%43.75
%20.83

CMYK color model

#11150A color CMYK value is (19,0,52,92).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 91.76%
CMYK:
(19,0,52,92)
C19M0Y52K92 
(19%,0%,52%,92%)
(0.19/0.00/0.52/0.92)	

CMYK percentages

%19.05
%0
%52.38
%91.76

Codes

Color #11150A in popluar color models

11150A
RGB172110
HSL82°35.48%6.08%
HSB/HSV82°52.38%8.24%
CMYK19.05%0.00%52.38%
91.76%

Color #11150A in popluar number systems.

HEX11150A
Decimal172110
Binary10001101011010
Octal212512

Shades and tints

Shades of #11150A

#11150A
(17,21,10)
#10140A
(16,20,10)
#0F130A
(15,19,10)
#0E120A
(14,18,10)
#0D110A
(13,17,10)
#0C100A
(12,16,10)
#0B0F0A
(11,15,10)
#0A0E0A
(10,14,10)
#090D0A
(9,13,10)
#080C0A
(8,12,10)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #11150A

#11150A
(17,21,10)
#262A20
(38,42,32)
#3B3F36
(59,63,54)
#50544C
(80,84,76)
#656962
(101,105,98)
#7A7E78
(122,126,120)
#8F938E
(143,147,142)
#A4A8A4
(164,168,164)
#B9BDBA
(185,189,186)
#CED2D0
(206,210,208)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11150A color. Also use rgb(17,21,10) instead hex code.

Text Font Color

.myTextColor { color: #11150A; }

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

This text font color is #11150A.


Background Color

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

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

This div background color is #11150A.


Border color

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

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

This div border color is #11150A.


Opacity

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

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

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

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

This text has shadow with #11150A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11150A on black background.


Color preview on white background

This text has color #11150A on white background.



Black color preview on #11150A background

This text has black color on #11150A background.


White color preview on #11150A background

This text has white color on #11150A background.