COLOR #40BB77

HEX: #40BB77
RGB: (64,187,119)

Color info

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

RGB color model

#40BB77 color RGB value is (64,187,119).

  • red value is 64;
  • green value is 187;
  • blue value is 119.
RGB:
(64,187,119)
(25%,73%,47%)

RGB channels and saturation

R 64 of 255 = 25%
G 187 of 255 = 73%
B 119 of 255 = 47%

64
187
119

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

Portions of RGB colors in percentages

R + G + B =
64 + 187 + 119 = 370 (100%)
R 64 of 370 ~ 17.3%
G 187 of 370 ~ 50.54%
B 119 of 370 ~ 32.16%

%17.3
%50.54
%32.16

CMYK color model

#40BB77 color CMYK value is (66,0,36,27).

  • cyan value is 65.78%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 26.67%
CMYK:
(66,0,36,27)
C66M0Y36K27 
(66%,0%,36%,27%)
(0.66/0.00/0.36/0.27)	

CMYK percentages

%65.78
%0
%36.36
%26.67

Codes

Color #40BB77 in popluar color models

40BB77
RGB64187119
HSL147°49.00%49.22%
HSB/HSV147°65.78%73.33%
CMYK65.78%0.00%36.36%
26.67%

Color #40BB77 in popluar number systems.

HEX40BB77
Decimal64187119
Binary1000000101110111110111
Octal100273167

Shades and tints

Shades of #40BB77

#40BB77
(64,187,119)
#3BAA6D
(59,170,109)
#369963
(54,153,99)
#318859
(49,136,89)
#2C774F
(44,119,79)
#276645
(39,102,69)
#22553B
(34,85,59)
#1D4431
(29,68,49)
#183327
(24,51,39)
#13221D
(19,34,29)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #40BB77

#40BB77
(64,187,119)
#51C183
(81,193,131)
#62C78F
(98,199,143)
#73CD9B
(115,205,155)
#84D3A7
(132,211,167)
#95D9B3
(149,217,179)
#A6DFBF
(166,223,191)
#B7E5CB
(183,229,203)
#C8EBD7
(200,235,215)
#D9F1E3
(217,241,227)
#EAF7EF
(234,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40BB77 color. Also use rgb(64,187,119) instead hex code.

Text Font Color

.myTextColor { color: #40BB77; }

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

This text font color is #40BB77.


Background Color

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

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

This div background color is #40BB77.


Border color

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

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

This div border color is #40BB77.


Opacity

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

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

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

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

This text has shadow with #40BB77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40BB77 on black background.


Color preview on white background

This text has color #40BB77 on white background.



Black color preview on #40BB77 background

This text has black color on #40BB77 background.


White color preview on #40BB77 background

This text has white color on #40BB77 background.