COLOR #11840B

HEX: #11840B
RGB: (17,132,11)

Color info

#11840B contains mainly green color. Web safe color of #11840B is #009900 (or #090).

RGB color model

#11840B color RGB value is (17,132,11).

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

RGB channels and saturation

R 17 of 255 = 7%
G 132 of 255 = 52%
B 11 of 255 = 4%

17
132
11

R + G + B ~ 21%. #11840B is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 132 + 11 = 160 (100%)
R 17 of 160 ~ 10.63%
G 132 of 160 ~ 82.5%
B 11 of 160 ~ 6.88%

%10.63
%82.5

CMYK color model

#11840B color CMYK value is (87,0,92,48).

  • cyan value is 87.12%
  • magenta value is 0.00%
  • yellow value is 91.67%
  • key color value is 48.24%
CMYK:
(87,0,92,48)
C87M0Y92K48 
(87%,0%,92%,48%)
(0.87/0.00/0.92/0.48)	

CMYK percentages

%87.12
%0
%91.67
%48.24

Codes

Color #11840B in popluar color models

11840B
RGB1713211
HSL117°84.62%28.04%
HSB/HSV117°91.67%51.76%
CMYK87.12%0.00%91.67%
48.24%

Color #11840B in popluar number systems.

HEX11840B
Decimal1713211
Binary10001100001001011
Octal2120413

Shades and tints

Shades of #11840B

#11840B
(17,132,11)
#10780A
(16,120,10)
#0F6C09
(15,108,9)
#0E6008
(14,96,8)
#0D5407
(13,84,7)
#0C4806
(12,72,6)
#0B3C05
(11,60,5)
#0A3004
(10,48,4)
#092403
(9,36,3)
#081802
(8,24,2)
#070C01
(7,12,1)
#000000
(0,0,0)

Tints of #11840B

#11840B
(17,132,11)
#268F21
(38,143,33)
#3B9A37
(59,154,55)
#50A54D
(80,165,77)
#65B063
(101,176,99)
#7ABB79
(122,187,121)
#8FC68F
(143,198,143)
#A4D1A5
(164,209,165)
#B9DCBB
(185,220,187)
#CEE7D1
(206,231,209)
#E3F2E7
(227,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11840B color. Also use rgb(17,132,11) instead hex code.

Text Font Color

.myTextColor { color: #11840B; }

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

This text font color is #11840B.


Background Color

.myBgColor { background-color: #11840B; }

<div style="background-color:#11840B">Inner text</div>

This div background color is #11840B.


Border color

.myBorderColor { border: 1px solid #11840B; }

<div style="border:3px solid #11840B">Div</div>

This div border color is #11840B.


Opacity

.myOpacity80 { color: #11840B; opacity: 0.8; }

<p style="color:#11840B;opacity:0.8;">80%</p>

Text with #11840B 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 #11840B;}

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

This text has shadow with #11840B color.

.textShadow {text-shadow: 3px 3px 1px #11840B, 3px 3px 1px red;}

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

This text has shadow with #11840B primary color and red secondary color.


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

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

This text has shadow with #11840B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11840B on black background.


Color preview on white background

This text has color #11840B on white background.



Black color preview on #11840B background

This text has black color on #11840B background.


White color preview on #11840B background

This text has white color on #11840B background.