COLOR #40B459

HEX: #40B459
RGB: (64,180,89)

Color info

#40B459 contains mainly green color. Web safe color of #40B459 is #33CC66 (or #3C6).

RGB color model

#40B459 color RGB value is (64,180,89).

  • red value is 64;
  • green value is 180;
  • blue value is 89.
RGB:
(64,180,89)
(25%,71%,35%)

RGB channels and saturation

R 64 of 255 = 25%
G 180 of 255 = 71%
B 89 of 255 = 35%

64
180
89

R + G + B ~ 44%. #40B459 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 180 + 89 = 333 (100%)
R 64 of 333 ~ 19.22%
G 180 of 333 ~ 54.05%
B 89 of 333 ~ 26.73%

%19.22
%54.05
%26.73

CMYK color model

#40B459 color CMYK value is (64,0,51,29).

  • cyan value is 64.44%
  • magenta value is 0.00%
  • yellow value is 50.56%
  • key color value is 29.41%
CMYK:
(64,0,51,29)
C64M0Y51K29 
(64%,0%,51%,29%)
(0.64/0.00/0.51/0.29)	

CMYK percentages

%64.44
%0
%50.56
%29.41

Codes

Color #40B459 in popluar color models

40B459
RGB6418089
HSL133°47.54%47.84%
HSB/HSV133°64.44%70.59%
CMYK64.44%0.00%50.56%
29.41%

Color #40B459 in popluar number systems.

HEX40B459
Decimal6418089
Binary1000000101101001011001
Octal100264131

Shades and tints

Shades of #40B459

#40B459
(64,180,89)
#3BA451
(59,164,81)
#369449
(54,148,73)
#318441
(49,132,65)
#2C7439
(44,116,57)
#276431
(39,100,49)
#225429
(34,84,41)
#1D4421
(29,68,33)
#183419
(24,52,25)
#132411
(19,36,17)
#0E1409
(14,20,9)
#000000
(0,0,0)

Tints of #40B459

#40B459
(64,180,89)
#51BA68
(81,186,104)
#62C077
(98,192,119)
#73C686
(115,198,134)
#84CC95
(132,204,149)
#95D2A4
(149,210,164)
#A6D8B3
(166,216,179)
#B7DEC2
(183,222,194)
#C8E4D1
(200,228,209)
#D9EAE0
(217,234,224)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40B459 color. Also use rgb(64,180,89) instead hex code.

Text Font Color

.myTextColor { color: #40B459; }

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

This text font color is #40B459.


Background Color

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

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

This div background color is #40B459.


Border color

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

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

This div border color is #40B459.


Opacity

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

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

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

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

This text has shadow with #40B459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40B459 on black background.


Color preview on white background

This text has color #40B459 on white background.



Black color preview on #40B459 background

This text has black color on #40B459 background.


White color preview on #40B459 background

This text has white color on #40B459 background.