COLOR #11B527

HEX: #11B527
RGB: (17,181,39)

Color info

#11B527 contains mainly green color. Web safe color of #11B527 is #00CC33 (or #0C3).

RGB color model

#11B527 color RGB value is (17,181,39).

  • red value is 17;
  • green value is 181;
  • blue value is 39.
RGB:
(17,181,39)
(7%,71%,15%)

RGB channels and saturation

R 17 of 255 = 7%
G 181 of 255 = 71%
B 39 of 255 = 15%

17
181
39

R + G + B ~ 31%. #11B527 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 181 + 39 = 237 (100%)
R 17 of 237 ~ 7.17%
G 181 of 237 ~ 76.37%
B 39 of 237 ~ 16.46%

%76.37
%16.46

CMYK color model

#11B527 color CMYK value is (91,0,78,29).

  • cyan value is 90.61%
  • magenta value is 0.00%
  • yellow value is 78.45%
  • key color value is 29.02%
CMYK:
(91,0,78,29)
C91M0Y78K29 
(91%,0%,78%,29%)
(0.91/0.00/0.78/0.29)	

CMYK percentages

%90.61
%0
%78.45
%29.02

Codes

Color #11B527 in popluar color models

11B527
RGB1718139
HSL128°82.83%38.82%
HSB/HSV128°90.61%70.98%
CMYK90.61%0.00%78.45%
29.02%

Color #11B527 in popluar number systems.

HEX11B527
Decimal1718139
Binary1000110110101100111
Octal2126547

Shades and tints

Shades of #11B527

#11B527
(17,181,39)
#10A524
(16,165,36)
#0F9521
(15,149,33)
#0E851E
(14,133,30)
#0D751B
(13,117,27)
#0C6518
(12,101,24)
#0B5515
(11,85,21)
#0A4512
(10,69,18)
#09350F
(9,53,15)
#08250C
(8,37,12)
#071509
(7,21,9)
#000000
(0,0,0)

Tints of #11B527

#11B527
(17,181,39)
#26BB3A
(38,187,58)
#3BC14D
(59,193,77)
#50C760
(80,199,96)
#65CD73
(101,205,115)
#7AD386
(122,211,134)
#8FD999
(143,217,153)
#A4DFAC
(164,223,172)
#B9E5BF
(185,229,191)
#CEEBD2
(206,235,210)
#E3F1E5
(227,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11B527 color. Also use rgb(17,181,39) instead hex code.

Text Font Color

.myTextColor { color: #11B527; }

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

This text font color is #11B527.


Background Color

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

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

This div background color is #11B527.


Border color

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

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

This div border color is #11B527.


Opacity

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

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

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

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

This text has shadow with #11B527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11B527 on black background.


Color preview on white background

This text has color #11B527 on white background.



Black color preview on #11B527 background

This text has black color on #11B527 background.


White color preview on #11B527 background

This text has white color on #11B527 background.