COLOR #40B652

HEX: #40B652
RGB: (64,182,82)

Color info

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

RGB color model

#40B652 color RGB value is (64,182,82).

  • red value is 64;
  • green value is 182;
  • blue value is 82.
RGB:
(64,182,82)
(25%,71%,32%)

RGB channels and saturation

R 64 of 255 = 25%
G 182 of 255 = 71%
B 82 of 255 = 32%

64
182
82

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

Portions of RGB colors in percentages

R + G + B =
64 + 182 + 82 = 328 (100%)
R 64 of 328 ~ 19.51%
G 182 of 328 ~ 55.49%
B 82 of 328 ~ 25%

%19.51
%55.49
%25

CMYK color model

#40B652 color CMYK value is (65,0,55,29).

  • cyan value is 64.84%
  • magenta value is 0.00%
  • yellow value is 54.95%
  • key color value is 28.63%
CMYK:
(65,0,55,29)
C65M0Y55K29 
(65%,0%,55%,29%)
(0.65/0.00/0.55/0.29)	

CMYK percentages

%64.84
%0
%54.95
%28.63

Codes

Color #40B652 in popluar color models

40B652
RGB6418282
HSL129°47.97%48.24%
HSB/HSV129°64.84%71.37%
CMYK64.84%0.00%54.95%
28.63%

Color #40B652 in popluar number systems.

HEX40B652
Decimal6418282
Binary1000000101101101010010
Octal100266122

Shades and tints

Shades of #40B652

#40B652
(64,182,82)
#3BA64B
(59,166,75)
#369644
(54,150,68)
#31863D
(49,134,61)
#2C7636
(44,118,54)
#27662F
(39,102,47)
#225628
(34,86,40)
#1D4621
(29,70,33)
#18361A
(24,54,26)
#132613
(19,38,19)
#0E160C
(14,22,12)
#000000
(0,0,0)

Tints of #40B652

#40B652
(64,182,82)
#51BC61
(81,188,97)
#62C270
(98,194,112)
#73C87F
(115,200,127)
#84CE8E
(132,206,142)
#95D49D
(149,212,157)
#A6DAAC
(166,218,172)
#B7E0BB
(183,224,187)
#C8E6CA
(200,230,202)
#D9ECD9
(217,236,217)
#EAF2E8
(234,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40B652 color. Also use rgb(64,182,82) instead hex code.

Text Font Color

.myTextColor { color: #40B652; }

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

This text font color is #40B652.


Background Color

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

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

This div background color is #40B652.


Border color

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

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

This div border color is #40B652.


Opacity

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

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

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

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

This text has shadow with #40B652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40B652 on black background.


Color preview on white background

This text has color #40B652 on white background.



Black color preview on #40B652 background

This text has black color on #40B652 background.


White color preview on #40B652 background

This text has white color on #40B652 background.