COLOR #409746

HEX: #409746
RGB: (64,151,70)

Color info

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

RGB color model

#409746 color RGB value is (64,151,70).

  • red value is 64;
  • green value is 151;
  • blue value is 70.
RGB:
(64,151,70)
(25%,59%,27%)

RGB channels and saturation

R 64 of 255 = 25%
G 151 of 255 = 59%
B 70 of 255 = 27%

64
151
70

R + G + B ~ 37%. #409746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 151 + 70 = 285 (100%)
R 64 of 285 ~ 22.46%
G 151 of 285 ~ 52.98%
B 70 of 285 ~ 24.56%

%22.46
%52.98
%24.56

CMYK color model

#409746 color CMYK value is (58,0,54,41).

  • cyan value is 57.62%
  • magenta value is 0.00%
  • yellow value is 53.64%
  • key color value is 40.78%
CMYK:
(58,0,54,41)
C58M0Y54K41 
(58%,0%,54%,41%)
(0.58/0.00/0.54/0.41)	

CMYK percentages

%57.62
%0
%53.64
%40.78

Codes

Color #409746 in popluar color models

409746
RGB6415170
HSL124°40.47%42.16%
HSB/HSV124°57.62%59.22%
CMYK57.62%0.00%53.64%
40.78%

Color #409746 in popluar number systems.

HEX409746
Decimal6415170
Binary1000000100101111000110
Octal100227106

Shades and tints

Shades of #409746

#409746
(64,151,70)
#3B8A40
(59,138,64)
#367D3A
(54,125,58)
#317034
(49,112,52)
#2C632E
(44,99,46)
#275628
(39,86,40)
#224922
(34,73,34)
#1D3C1C
(29,60,28)
#182F16
(24,47,22)
#132210
(19,34,16)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #409746

#409746
(64,151,70)
#51A056
(81,160,86)
#62A966
(98,169,102)
#73B276
(115,178,118)
#84BB86
(132,187,134)
#95C496
(149,196,150)
#A6CDA6
(166,205,166)
#B7D6B6
(183,214,182)
#C8DFC6
(200,223,198)
#D9E8D6
(217,232,214)
#EAF1E6
(234,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #409746 color. Also use rgb(64,151,70) instead hex code.

Text Font Color

.myTextColor { color: #409746; }

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

This text font color is #409746.


Background Color

.myBgColor { background-color: #409746; }

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

This div background color is #409746.


Border color

.myBorderColor { border: 1px solid #409746; }

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

This div border color is #409746.


Opacity

.myOpacity80 { color: #409746; opacity: 0.8; }

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

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

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

This text has shadow with #409746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #409746 on black background.


Color preview on white background

This text has color #409746 on white background.



Black color preview on #409746 background

This text has black color on #409746 background.


White color preview on #409746 background

This text has white color on #409746 background.