COLOR #40954C

HEX: #40954C
RGB: (64,149,76)

Color info

#40954C contains mainly green color. Web safe color of #40954C is #339933 (or #393).

RGB color model

#40954C color RGB value is (64,149,76).

  • red value is 64;
  • green value is 149;
  • blue value is 76.
RGB:
(64,149,76)
(25%,58%,30%)

RGB channels and saturation

R 64 of 255 = 25%
G 149 of 255 = 58%
B 76 of 255 = 30%

64
149
76

R + G + B ~ 38%. #40954C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 149 + 76 = 289 (100%)
R 64 of 289 ~ 22.15%
G 149 of 289 ~ 51.56%
B 76 of 289 ~ 26.3%

%22.15
%51.56
%26.3

CMYK color model

#40954C color CMYK value is (57,0,49,42).

  • cyan value is 57.05%
  • magenta value is 0.00%
  • yellow value is 48.99%
  • key color value is 41.57%
CMYK:
(57,0,49,42)
C57M0Y49K42 
(57%,0%,49%,42%)
(0.57/0.00/0.49/0.42)	

CMYK percentages

%57.05
%0
%48.99
%41.57

Codes

Color #40954C in popluar color models

40954C
RGB6414976
HSL128°39.91%41.76%
HSB/HSV128°57.05%58.43%
CMYK57.05%0.00%48.99%
41.57%

Color #40954C in popluar number systems.

HEX40954C
Decimal6414976
Binary1000000100101011001100
Octal100225114

Shades and tints

Shades of #40954C

#40954C
(64,149,76)
#3B8846
(59,136,70)
#367B40
(54,123,64)
#316E3A
(49,110,58)
#2C6134
(44,97,52)
#27542E
(39,84,46)
#224728
(34,71,40)
#1D3A22
(29,58,34)
#182D1C
(24,45,28)
#132016
(19,32,22)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #40954C

#40954C
(64,149,76)
#519E5C
(81,158,92)
#62A76C
(98,167,108)
#73B07C
(115,176,124)
#84B98C
(132,185,140)
#95C29C
(149,194,156)
#A6CBAC
(166,203,172)
#B7D4BC
(183,212,188)
#C8DDCC
(200,221,204)
#D9E6DC
(217,230,220)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40954C color. Also use rgb(64,149,76) instead hex code.

Text Font Color

.myTextColor { color: #40954C; }

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

This text font color is #40954C.


Background Color

.myBgColor { background-color: #40954C; }

<div style="background-color:#40954C">Inner text</div>

This div background color is #40954C.


Border color

.myBorderColor { border: 1px solid #40954C; }

<div style="border:3px solid #40954C">Div</div>

This div border color is #40954C.


Opacity

.myOpacity80 { color: #40954C; opacity: 0.8; }

<p style="color:#40954C;opacity:0.8;">80%</p>

Text with #40954C 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 #40954C;}

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

This text has shadow with #40954C color.

.textShadow {text-shadow: 3px 3px 1px #40954C, 3px 3px 1px red;}

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

This text has shadow with #40954C primary color and red secondary color.


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

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

This text has shadow with #40954C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40954C on black background.


Color preview on white background

This text has color #40954C on white background.



Black color preview on #40954C background

This text has black color on #40954C background.


White color preview on #40954C background

This text has white color on #40954C background.