COLOR #40B11D

HEX: #40B11D
RGB: (64,177,29)

Color info

#40B11D contains mainly green color. Web safe color of #40B11D is #339933 (or #393).

RGB color model

#40B11D color RGB value is (64,177,29).

  • red value is 64;
  • green value is 177;
  • blue value is 29.
RGB:
(64,177,29)
(25%,69%,11%)

RGB channels and saturation

R 64 of 255 = 25%
G 177 of 255 = 69%
B 29 of 255 = 11%

64
177
29

R + G + B ~ 35%. #40B11D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 177 + 29 = 270 (100%)
R 64 of 270 ~ 23.7%
G 177 of 270 ~ 65.56%
B 29 of 270 ~ 10.74%

%23.7
%65.56
%10.74

CMYK color model

#40B11D color CMYK value is (64,0,84,31).

  • cyan value is 63.84%
  • magenta value is 0.00%
  • yellow value is 83.62%
  • key color value is 30.59%
CMYK:
(64,0,84,31)
C64M0Y84K31 
(64%,0%,84%,31%)
(0.64/0.00/0.84/0.31)	

CMYK percentages

%63.84
%0
%83.62
%30.59

Codes

Color #40B11D in popluar color models

40B11D
RGB6417729
HSL106°71.84%40.39%
HSB/HSV106°83.62%69.41%
CMYK63.84%0.00%83.62%
30.59%

Color #40B11D in popluar number systems.

HEX40B11D
Decimal6417729
Binary10000001011000111101
Octal10026135

Shades and tints

Shades of #40B11D

#40B11D
(64,177,29)
#3BA11B
(59,161,27)
#369119
(54,145,25)
#318117
(49,129,23)
#2C7115
(44,113,21)
#276113
(39,97,19)
#225111
(34,81,17)
#1D410F
(29,65,15)
#18310D
(24,49,13)
#13210B
(19,33,11)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #40B11D

#40B11D
(64,177,29)
#51B831
(81,184,49)
#62BF45
(98,191,69)
#73C659
(115,198,89)
#84CD6D
(132,205,109)
#95D481
(149,212,129)
#A6DB95
(166,219,149)
#B7E2A9
(183,226,169)
#C8E9BD
(200,233,189)
#D9F0D1
(217,240,209)
#EAF7E5
(234,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40B11D color. Also use rgb(64,177,29) instead hex code.

Text Font Color

.myTextColor { color: #40B11D; }

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

This text font color is #40B11D.


Background Color

.myBgColor { background-color: #40B11D; }

<div style="background-color:#40B11D">Inner text</div>

This div background color is #40B11D.


Border color

.myBorderColor { border: 1px solid #40B11D; }

<div style="border:3px solid #40B11D">Div</div>

This div border color is #40B11D.


Opacity

.myOpacity80 { color: #40B11D; opacity: 0.8; }

<p style="color:#40B11D;opacity:0.8;">80%</p>

Text with #40B11D 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 #40B11D;}

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

This text has shadow with #40B11D color.

.textShadow {text-shadow: 3px 3px 1px #40B11D, 3px 3px 1px red;}

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

This text has shadow with #40B11D primary color and red secondary color.


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

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

This text has shadow with #40B11D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40B11D on black background.


Color preview on white background

This text has color #40B11D on white background.



Black color preview on #40B11D background

This text has black color on #40B11D background.


White color preview on #40B11D background

This text has white color on #40B11D background.