COLOR #11B343

HEX: #11B343
RGB: (17,179,67)

Color info

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

RGB color model

#11B343 color RGB value is (17,179,67).

  • red value is 17;
  • green value is 179;
  • blue value is 67.
RGB:
(17,179,67)
(7%,70%,26%)

RGB channels and saturation

R 17 of 255 = 7%
G 179 of 255 = 70%
B 67 of 255 = 26%

17
179
67

R + G + B ~ 34%. #11B343 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 179 + 67 = 263 (100%)
R 17 of 263 ~ 6.46%
G 179 of 263 ~ 68.06%
B 67 of 263 ~ 25.48%

%68.06
%25.48

CMYK color model

#11B343 color CMYK value is (91,0,63,30).

  • cyan value is 90.50%
  • magenta value is 0.00%
  • yellow value is 62.57%
  • key color value is 29.80%
CMYK:
(91,0,63,30)
C91M0Y63K30 
(91%,0%,63%,30%)
(0.91/0.00/0.63/0.30)	

CMYK percentages

%90.5
%0
%62.57
%29.8

Codes

Color #11B343 in popluar color models

11B343
RGB1717967
HSL139°82.65%38.43%
HSB/HSV139°90.50%70.20%
CMYK90.50%0.00%62.57%
29.80%

Color #11B343 in popluar number systems.

HEX11B343
Decimal1717967
Binary10001101100111000011
Octal21263103

Shades and tints

Shades of #11B343

#11B343
(17,179,67)
#10A33D
(16,163,61)
#0F9337
(15,147,55)
#0E8331
(14,131,49)
#0D732B
(13,115,43)
#0C6325
(12,99,37)
#0B531F
(11,83,31)
#0A4319
(10,67,25)
#093313
(9,51,19)
#08230D
(8,35,13)
#071307
(7,19,7)
#000000
(0,0,0)

Tints of #11B343

#11B343
(17,179,67)
#26B954
(38,185,84)
#3BBF65
(59,191,101)
#50C576
(80,197,118)
#65CB87
(101,203,135)
#7AD198
(122,209,152)
#8FD7A9
(143,215,169)
#A4DDBA
(164,221,186)
#B9E3CB
(185,227,203)
#CEE9DC
(206,233,220)
#E3EFED
(227,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11B343 color. Also use rgb(17,179,67) instead hex code.

Text Font Color

.myTextColor { color: #11B343; }

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

This text font color is #11B343.


Background Color

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

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

This div background color is #11B343.


Border color

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

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

This div border color is #11B343.


Opacity

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

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

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

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

This text has shadow with #11B343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11B343 on black background.


Color preview on white background

This text has color #11B343 on white background.



Black color preview on #11B343 background

This text has black color on #11B343 background.


White color preview on #11B343 background

This text has white color on #11B343 background.