COLOR #40C07B

HEX: #40C07B
RGB: (64,192,123)

Color info

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

RGB color model

#40C07B color RGB value is (64,192,123).

  • red value is 64;
  • green value is 192;
  • blue value is 123.
RGB:
(64,192,123)
(25%,75%,48%)

RGB channels and saturation

R 64 of 255 = 25%
G 192 of 255 = 75%
B 123 of 255 = 48%

64
192
123

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

Portions of RGB colors in percentages

R + G + B =
64 + 192 + 123 = 379 (100%)
R 64 of 379 ~ 16.89%
G 192 of 379 ~ 50.66%
B 123 of 379 ~ 32.45%

%16.89
%50.66
%32.45

CMYK color model

#40C07B color CMYK value is (67,0,36,25).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 24.71%
CMYK:
(67,0,36,25)
C67M0Y36K25 
(67%,0%,36%,25%)
(0.67/0.00/0.36/0.25)	

CMYK percentages

%66.67
%0
%35.94
%24.71

Codes

Color #40C07B in popluar color models

40C07B
RGB64192123
HSL148°50.39%50.20%
HSB/HSV148°66.67%75.29%
CMYK66.67%0.00%35.94%
24.71%

Color #40C07B in popluar number systems.

HEX40C07B
Decimal64192123
Binary1000000110000001111011
Octal100300173

Shades and tints

Shades of #40C07B

#40C07B
(64,192,123)
#3BAF70
(59,175,112)
#369E65
(54,158,101)
#318D5A
(49,141,90)
#2C7C4F
(44,124,79)
#276B44
(39,107,68)
#225A39
(34,90,57)
#1D492E
(29,73,46)
#183823
(24,56,35)
#132718
(19,39,24)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #40C07B

#40C07B
(64,192,123)
#51C587
(81,197,135)
#62CA93
(98,202,147)
#73CF9F
(115,207,159)
#84D4AB
(132,212,171)
#95D9B7
(149,217,183)
#A6DEC3
(166,222,195)
#B7E3CF
(183,227,207)
#C8E8DB
(200,232,219)
#D9EDE7
(217,237,231)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40C07B color. Also use rgb(64,192,123) instead hex code.

Text Font Color

.myTextColor { color: #40C07B; }

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

This text font color is #40C07B.


Background Color

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

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

This div background color is #40C07B.


Border color

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

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

This div border color is #40C07B.


Opacity

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

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

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

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

This text has shadow with #40C07B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40C07B on black background.


Color preview on white background

This text has color #40C07B on white background.



Black color preview on #40C07B background

This text has black color on #40C07B background.


White color preview on #40C07B background

This text has white color on #40C07B background.