COLOR #40983B

HEX: #40983B
RGB: (64,152,59)

Color info

#40983B contains mainly green color. Web safe color of #40983B is #339933 (or #393).

RGB color model

#40983B color RGB value is (64,152,59).

  • red value is 64;
  • green value is 152;
  • blue value is 59.
RGB:
(64,152,59)
(25%,60%,23%)

RGB channels and saturation

R 64 of 255 = 25%
G 152 of 255 = 60%
B 59 of 255 = 23%

64
152
59

R + G + B ~ 36%. #40983B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 152 + 59 = 275 (100%)
R 64 of 275 ~ 23.27%
G 152 of 275 ~ 55.27%
B 59 of 275 ~ 21.45%

%23.27
%55.27
%21.45

CMYK color model

#40983B color CMYK value is (58,0,61,40).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 61.18%
  • key color value is 40.39%
CMYK:
(58,0,61,40)
C58M0Y61K40 
(58%,0%,61%,40%)
(0.58/0.00/0.61/0.40)	

CMYK percentages

%57.89
%0
%61.18
%40.39

Codes

Color #40983B in popluar color models

40983B
RGB6415259
HSL117°44.08%41.37%
HSB/HSV117°61.18%59.61%
CMYK57.89%0.00%61.18%
40.39%

Color #40983B in popluar number systems.

HEX40983B
Decimal6415259
Binary100000010011000111011
Octal10023073

Shades and tints

Shades of #40983B

#40983B
(64,152,59)
#3B8B36
(59,139,54)
#367E31
(54,126,49)
#31712C
(49,113,44)
#2C6427
(44,100,39)
#275722
(39,87,34)
#224A1D
(34,74,29)
#1D3D18
(29,61,24)
#183013
(24,48,19)
#13230E
(19,35,14)
#0E1609
(14,22,9)
#000000
(0,0,0)

Tints of #40983B

#40983B
(64,152,59)
#51A14C
(81,161,76)
#62AA5D
(98,170,93)
#73B36E
(115,179,110)
#84BC7F
(132,188,127)
#95C590
(149,197,144)
#A6CEA1
(166,206,161)
#B7D7B2
(183,215,178)
#C8E0C3
(200,224,195)
#D9E9D4
(217,233,212)
#EAF2E5
(234,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40983B color. Also use rgb(64,152,59) instead hex code.

Text Font Color

.myTextColor { color: #40983B; }

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

This text font color is #40983B.


Background Color

.myBgColor { background-color: #40983B; }

<div style="background-color:#40983B">Inner text</div>

This div background color is #40983B.


Border color

.myBorderColor { border: 1px solid #40983B; }

<div style="border:3px solid #40983B">Div</div>

This div border color is #40983B.


Opacity

.myOpacity80 { color: #40983B; opacity: 0.8; }

<p style="color:#40983B;opacity:0.8;">80%</p>

Text with #40983B 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 #40983B;}

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

This text has shadow with #40983B color.

.textShadow {text-shadow: 3px 3px 1px #40983B, 3px 3px 1px red;}

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

This text has shadow with #40983B primary color and red secondary color.


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

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

This text has shadow with #40983B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40983B on black background.


Color preview on white background

This text has color #40983B on white background.



Black color preview on #40983B background

This text has black color on #40983B background.


White color preview on #40983B background

This text has white color on #40983B background.