COLOR #11A314

HEX: #11A314
RGB: (17,163,20)

Color info

#11A314 contains mainly green color. Web safe color of #11A314 is #009900 (or #090).

RGB color model

#11A314 color RGB value is (17,163,20).

  • red value is 17;
  • green value is 163;
  • blue value is 20.
RGB:
(17,163,20)
(7%,64%,8%)

RGB channels and saturation

R 17 of 255 = 7%
G 163 of 255 = 64%
B 20 of 255 = 8%

17
163
20

R + G + B ~ 26%. #11A314 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 163 + 20 = 200 (100%)
R 17 of 200 ~ 8.5%
G 163 of 200 ~ 81.5%
B 20 of 200 ~ 10%

%81.5
%10

CMYK color model

#11A314 color CMYK value is (90,0,88,36).

  • cyan value is 89.57%
  • magenta value is 0.00%
  • yellow value is 87.73%
  • key color value is 36.08%
CMYK:
(90,0,88,36)
C90M0Y88K36 
(90%,0%,88%,36%)
(0.90/0.00/0.88/0.36)	

CMYK percentages

%89.57
%0
%87.73
%36.08

Codes

Color #11A314 in popluar color models

11A314
RGB1716320
HSL121°81.11%35.29%
HSB/HSV121°89.57%63.92%
CMYK89.57%0.00%87.73%
36.08%

Color #11A314 in popluar number systems.

HEX11A314
Decimal1716320
Binary100011010001110100
Octal2124324

Shades and tints

Shades of #11A314

#11A314
(17,163,20)
#109513
(16,149,19)
#0F8712
(15,135,18)
#0E7911
(14,121,17)
#0D6B10
(13,107,16)
#0C5D0F
(12,93,15)
#0B4F0E
(11,79,14)
#0A410D
(10,65,13)
#09330C
(9,51,12)
#08250B
(8,37,11)
#07170A
(7,23,10)
#000000
(0,0,0)

Tints of #11A314

#11A314
(17,163,20)
#26AB29
(38,171,41)
#3BB33E
(59,179,62)
#50BB53
(80,187,83)
#65C368
(101,195,104)
#7ACB7D
(122,203,125)
#8FD392
(143,211,146)
#A4DBA7
(164,219,167)
#B9E3BC
(185,227,188)
#CEEBD1
(206,235,209)
#E3F3E6
(227,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11A314 color. Also use rgb(17,163,20) instead hex code.

Text Font Color

.myTextColor { color: #11A314; }

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

This text font color is #11A314.


Background Color

.myBgColor { background-color: #11A314; }

<div style="background-color:#11A314">Inner text</div>

This div background color is #11A314.


Border color

.myBorderColor { border: 1px solid #11A314; }

<div style="border:3px solid #11A314">Div</div>

This div border color is #11A314.


Opacity

.myOpacity80 { color: #11A314; opacity: 0.8; }

<p style="color:#11A314;opacity:0.8;">80%</p>

Text with #11A314 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 #11A314;}

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

This text has shadow with #11A314 color.

.textShadow {text-shadow: 3px 3px 1px #11A314, 3px 3px 1px red;}

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

This text has shadow with #11A314 primary color and red secondary color.


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

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

This text has shadow with #11A314 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11A314 on black background.


Color preview on white background

This text has color #11A314 on white background.



Black color preview on #11A314 background

This text has black color on #11A314 background.


White color preview on #11A314 background

This text has white color on #11A314 background.