COLOR #40B715

HEX: #40B715
RGB: (64,183,21)

Color info

#40B715 contains mainly green color. Web safe color of #40B715 is #33CC00 (or #3C0).

RGB color model

#40B715 color RGB value is (64,183,21).

  • red value is 64;
  • green value is 183;
  • blue value is 21.
RGB:
(64,183,21)
(25%,72%,8%)

RGB channels and saturation

R 64 of 255 = 25%
G 183 of 255 = 72%
B 21 of 255 = 8%

64
183
21

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

Portions of RGB colors in percentages

R + G + B =
64 + 183 + 21 = 268 (100%)
R 64 of 268 ~ 23.88%
G 183 of 268 ~ 68.28%
B 21 of 268 ~ 7.84%

%23.88
%68.28

CMYK color model

#40B715 color CMYK value is (65,0,89,28).

  • cyan value is 65.03%
  • magenta value is 0.00%
  • yellow value is 88.52%
  • key color value is 28.24%
CMYK:
(65,0,89,28)
C65M0Y89K28 
(65%,0%,89%,28%)
(0.65/0.00/0.89/0.28)	

CMYK percentages

%65.03
%0
%88.52
%28.24

Codes

Color #40B715 in popluar color models

40B715
RGB6418321
HSL104°79.41%40.00%
HSB/HSV104°88.52%71.76%
CMYK65.03%0.00%88.52%
28.24%

Color #40B715 in popluar number systems.

HEX40B715
Decimal6418321
Binary10000001011011110101
Octal10026725

Shades and tints

Shades of #40B715

#40B715
(64,183,21)
#3BA714
(59,167,20)
#369713
(54,151,19)
#318712
(49,135,18)
#2C7711
(44,119,17)
#276710
(39,103,16)
#22570F
(34,87,15)
#1D470E
(29,71,14)
#18370D
(24,55,13)
#13270C
(19,39,12)
#0E170B
(14,23,11)
#000000
(0,0,0)

Tints of #40B715

#40B715
(64,183,21)
#51BD2A
(81,189,42)
#62C33F
(98,195,63)
#73C954
(115,201,84)
#84CF69
(132,207,105)
#95D57E
(149,213,126)
#A6DB93
(166,219,147)
#B7E1A8
(183,225,168)
#C8E7BD
(200,231,189)
#D9EDD2
(217,237,210)
#EAF3E7
(234,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40B715 color. Also use rgb(64,183,21) instead hex code.

Text Font Color

.myTextColor { color: #40B715; }

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

This text font color is #40B715.


Background Color

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

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

This div background color is #40B715.


Border color

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

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

This div border color is #40B715.


Opacity

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

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

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

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

This text has shadow with #40B715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40B715 on black background.


Color preview on white background

This text has color #40B715 on white background.



Black color preview on #40B715 background

This text has black color on #40B715 background.


White color preview on #40B715 background

This text has white color on #40B715 background.