COLOR #11770E

HEX: #11770E
RGB: (17,119,14)

Color info

#11770E contains mainly green color. Web safe color of #11770E is #006600 (or #060).

RGB color model

#11770E color RGB value is (17,119,14).

  • red value is 17;
  • green value is 119;
  • blue value is 14.
RGB:
(17,119,14)
(7%,47%,5%)

RGB channels and saturation

R 17 of 255 = 7%
G 119 of 255 = 47%
B 14 of 255 = 5%

17
119
14

R + G + B ~ 20%. #11770E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 119 + 14 = 150 (100%)
R 17 of 150 ~ 11.33%
G 119 of 150 ~ 79.33%
B 14 of 150 ~ 9.33%

%11.33
%79.33

CMYK color model

#11770E color CMYK value is (86,0,88,53).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 88.24%
  • key color value is 53.33%
CMYK:
(86,0,88,53)
C86M0Y88K53 
(86%,0%,88%,53%)
(0.86/0.00/0.88/0.53)	

CMYK percentages

%85.71
%0
%88.24
%53.33

Codes

Color #11770E in popluar color models

11770E
RGB1711914
HSL118°78.95%26.08%
HSB/HSV118°88.24%46.67%
CMYK85.71%0.00%88.24%
53.33%

Color #11770E in popluar number systems.

HEX11770E
Decimal1711914
Binary1000111101111110
Octal2116716

Shades and tints

Shades of #11770E

#11770E
(17,119,14)
#106D0D
(16,109,13)
#0F630C
(15,99,12)
#0E590B
(14,89,11)
#0D4F0A
(13,79,10)
#0C4509
(12,69,9)
#0B3B08
(11,59,8)
#0A3107
(10,49,7)
#092706
(9,39,6)
#081D05
(8,29,5)
#071304
(7,19,4)
#000000
(0,0,0)

Tints of #11770E

#11770E
(17,119,14)
#268323
(38,131,35)
#3B8F38
(59,143,56)
#509B4D
(80,155,77)
#65A762
(101,167,98)
#7AB377
(122,179,119)
#8FBF8C
(143,191,140)
#A4CBA1
(164,203,161)
#B9D7B6
(185,215,182)
#CEE3CB
(206,227,203)
#E3EFE0
(227,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11770E color. Also use rgb(17,119,14) instead hex code.

Text Font Color

.myTextColor { color: #11770E; }

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

This text font color is #11770E.


Background Color

.myBgColor { background-color: #11770E; }

<div style="background-color:#11770E">Inner text</div>

This div background color is #11770E.


Border color

.myBorderColor { border: 1px solid #11770E; }

<div style="border:3px solid #11770E">Div</div>

This div border color is #11770E.


Opacity

.myOpacity80 { color: #11770E; opacity: 0.8; }

<p style="color:#11770E;opacity:0.8;">80%</p>

Text with #11770E 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 #11770E;}

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

This text has shadow with #11770E color.

.textShadow {text-shadow: 3px 3px 1px #11770E, 3px 3px 1px red;}

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

This text has shadow with #11770E primary color and red secondary color.


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

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

This text has shadow with #11770E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11770E on black background.


Color preview on white background

This text has color #11770E on white background.



Black color preview on #11770E background

This text has black color on #11770E background.


White color preview on #11770E background

This text has white color on #11770E background.