COLOR #111D0A

HEX: #111D0A
RGB: (17,29,10)

Color info

#111D0A contains red, green and blue colors in about the same proportion. Web safe color of #111D0A is #003300 (or #030).

RGB color model

#111D0A color RGB value is (17,29,10).

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

RGB channels and saturation

R 17 of 255 = 7%
G 29 of 255 = 11%
B 10 of 255 = 4%

17
29
10

R + G + B ~ 7%. #111D0A is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 29 + 10 = 56 (100%)
R 17 of 56 ~ 30.36%
G 29 of 56 ~ 51.79%
B 10 of 56 ~ 17.86%

%30.36
%51.79
%17.86

CMYK color model

#111D0A color CMYK value is (41,0,66,89).

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 65.52%
  • key color value is 88.63%
CMYK:
(41,0,66,89)
C41M0Y66K89 
(41%,0%,66%,89%)
(0.41/0.00/0.66/0.89)	

CMYK percentages

%41.38
%0
%65.52
%88.63

Codes

Color #111D0A in popluar color models

111D0A
RGB172910
HSL98°48.72%7.65%
HSB/HSV98°65.52%11.37%
CMYK41.38%0.00%65.52%
88.63%

Color #111D0A in popluar number systems.

HEX111D0A
Decimal172910
Binary10001111011010
Octal213512

Shades and tints

Shades of #111D0A

#111D0A
(17,29,10)
#101B0A
(16,27,10)
#0F190A
(15,25,10)
#0E170A
(14,23,10)
#0D150A
(13,21,10)
#0C130A
(12,19,10)
#0B110A
(11,17,10)
#0A0F0A
(10,15,10)
#090D0A
(9,13,10)
#080B0A
(8,11,10)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #111D0A

#111D0A
(17,29,10)
#263120
(38,49,32)
#3B4536
(59,69,54)
#50594C
(80,89,76)
#656D62
(101,109,98)
#7A8178
(122,129,120)
#8F958E
(143,149,142)
#A4A9A4
(164,169,164)
#B9BDBA
(185,189,186)
#CED1D0
(206,209,208)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111D0A color. Also use rgb(17,29,10) instead hex code.

Text Font Color

.myTextColor { color: #111D0A; }

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

This text font color is #111D0A.


Background Color

.myBgColor { background-color: #111D0A; }

<div style="background-color:#111D0A">Inner text</div>

This div background color is #111D0A.


Border color

.myBorderColor { border: 1px solid #111D0A; }

<div style="border:3px solid #111D0A">Div</div>

This div border color is #111D0A.


Opacity

.myOpacity80 { color: #111D0A; opacity: 0.8; }

<p style="color:#111D0A;opacity:0.8;">80%</p>

Text with #111D0A 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 #111D0A;}

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

This text has shadow with #111D0A color.

.textShadow {text-shadow: 3px 3px 1px #111D0A, 3px 3px 1px red;}

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

This text has shadow with #111D0A primary color and red secondary color.


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

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

This text has shadow with #111D0A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111D0A on black background.


Color preview on white background

This text has color #111D0A on white background.



Black color preview on #111D0A background

This text has black color on #111D0A background.


White color preview on #111D0A background

This text has white color on #111D0A background.