COLOR #11A324

HEX: #11A324
RGB: (17,163,36)

Color info

#11A324 contains mainly green color. Web safe color of #11A324 is #009933 (or #093).

RGB color model

#11A324 color RGB value is (17,163,36).

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

RGB channels and saturation

R 17 of 255 = 7%
G 163 of 255 = 64%
B 36 of 255 = 14%

17
163
36

R + G + B ~ 28%. #11A324 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 163 + 36 = 216 (100%)
R 17 of 216 ~ 7.87%
G 163 of 216 ~ 75.46%
B 36 of 216 ~ 16.67%

%75.46
%16.67

CMYK color model

#11A324 color CMYK value is (90,0,78,36).

  • cyan value is 89.57%
  • magenta value is 0.00%
  • yellow value is 77.91%
  • key color value is 36.08%
CMYK:
(90,0,78,36)
C90M0Y78K36 
(90%,0%,78%,36%)
(0.90/0.00/0.78/0.36)	

CMYK percentages

%89.57
%0
%77.91
%36.08

Codes

Color #11A324 in popluar color models

11A324
RGB1716336
HSL128°81.11%35.29%
HSB/HSV128°89.57%63.92%
CMYK89.57%0.00%77.91%
36.08%

Color #11A324 in popluar number systems.

HEX11A324
Decimal1716336
Binary1000110100011100100
Octal2124344

Shades and tints

Shades of #11A324

#11A324
(17,163,36)
#109521
(16,149,33)
#0F871E
(15,135,30)
#0E791B
(14,121,27)
#0D6B18
(13,107,24)
#0C5D15
(12,93,21)
#0B4F12
(11,79,18)
#0A410F
(10,65,15)
#09330C
(9,51,12)
#082509
(8,37,9)
#071706
(7,23,6)
#000000
(0,0,0)

Tints of #11A324

#11A324
(17,163,36)
#26AB37
(38,171,55)
#3BB34A
(59,179,74)
#50BB5D
(80,187,93)
#65C370
(101,195,112)
#7ACB83
(122,203,131)
#8FD396
(143,211,150)
#A4DBA9
(164,219,169)
#B9E3BC
(185,227,188)
#CEEBCF
(206,235,207)
#E3F3E2
(227,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11A324; }

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

This text font color is #11A324.


Background Color

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

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

This div background color is #11A324.


Border color

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

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

This div border color is #11A324.


Opacity

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

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

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

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

This text has shadow with #11A324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11A324 on black background.


Color preview on white background

This text has color #11A324 on white background.



Black color preview on #11A324 background

This text has black color on #11A324 background.


White color preview on #11A324 background

This text has white color on #11A324 background.