COLOR #417E49

HEX: #417E49
RGB: (65,126,73)

Color info

#417E49 contains mainly green and blue colors. Web safe color of #417E49 is #336633 (or #363).

RGB color model

#417E49 color RGB value is (65,126,73).

  • red value is 65;
  • green value is 126;
  • blue value is 73.
RGB:
(65,126,73)
(25%,49%,29%)

RGB channels and saturation

R 65 of 255 = 25%
G 126 of 255 = 49%
B 73 of 255 = 29%

65
126
73

R + G + B ~ 34%. #417E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 126 + 73 = 264 (100%)
R 65 of 264 ~ 24.62%
G 126 of 264 ~ 47.73%
B 73 of 264 ~ 27.65%

%24.62
%47.73
%27.65

CMYK color model

#417E49 color CMYK value is (48,0,42,51).

  • cyan value is 48.41%
  • magenta value is 0.00%
  • yellow value is 42.06%
  • key color value is 50.59%
CMYK:
(48,0,42,51)
C48M0Y42K51 
(48%,0%,42%,51%)
(0.48/0.00/0.42/0.51)	

CMYK percentages

%48.41
%0
%42.06
%50.59

Codes

Color #417E49 in popluar color models

417E49
RGB6512673
HSL128°31.94%37.45%
HSB/HSV128°48.41%49.41%
CMYK48.41%0.00%42.06%
50.59%

Color #417E49 in popluar number systems.

HEX417E49
Decimal6512673
Binary100000111111101001001
Octal101176111

Shades and tints

Shades of #417E49

#417E49
(65,126,73)
#3C7343
(60,115,67)
#37683D
(55,104,61)
#325D37
(50,93,55)
#2D5231
(45,82,49)
#28472B
(40,71,43)
#233C25
(35,60,37)
#1E311F
(30,49,31)
#192619
(25,38,25)
#141B13
(20,27,19)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #417E49

#417E49
(65,126,73)
#528959
(82,137,89)
#639469
(99,148,105)
#749F79
(116,159,121)
#85AA89
(133,170,137)
#96B599
(150,181,153)
#A7C0A9
(167,192,169)
#B8CBB9
(184,203,185)
#C9D6C9
(201,214,201)
#DAE1D9
(218,225,217)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417E49 color. Also use rgb(65,126,73) instead hex code.

Text Font Color

.myTextColor { color: #417E49; }

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

This text font color is #417E49.


Background Color

.myBgColor { background-color: #417E49; }

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

This div background color is #417E49.


Border color

.myBorderColor { border: 1px solid #417E49; }

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

This div border color is #417E49.


Opacity

.myOpacity80 { color: #417E49; opacity: 0.8; }

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

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

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

This text has shadow with #417E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417E49 on black background.


Color preview on white background

This text has color #417E49 on white background.



Black color preview on #417E49 background

This text has black color on #417E49 background.


White color preview on #417E49 background

This text has white color on #417E49 background.