COLOR #417E5B

HEX: #417E5B
RGB: (65,126,91)

Color info

#417E5B contains mainly green and blue colors. Web safe color of #417E5B is #336666 (or #366).

RGB color model

#417E5B color RGB value is (65,126,91).

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

RGB channels and saturation

R 65 of 255 = 25%
G 126 of 255 = 49%
B 91 of 255 = 36%

65
126
91

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

Portions of RGB colors in percentages

R + G + B =
65 + 126 + 91 = 282 (100%)
R 65 of 282 ~ 23.05%
G 126 of 282 ~ 44.68%
B 91 of 282 ~ 32.27%

%23.05
%44.68
%32.27

CMYK color model

#417E5B color CMYK value is (48,0,28,51).

  • cyan value is 48.41%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(48,0,28,51)
C48M0Y28K51 
(48%,0%,28%,51%)
(0.48/0.00/0.28/0.51)	

CMYK percentages

%48.41
%0
%27.78
%50.59

Codes

Color #417E5B in popluar color models

417E5B
RGB6512691
HSL146°31.94%37.45%
HSB/HSV146°48.41%49.41%
CMYK48.41%0.00%27.78%
50.59%

Color #417E5B in popluar number systems.

HEX417E5B
Decimal6512691
Binary100000111111101011011
Octal101176133

Shades and tints

Shades of #417E5B

#417E5B
(65,126,91)
#3C7353
(60,115,83)
#37684B
(55,104,75)
#325D43
(50,93,67)
#2D523B
(45,82,59)
#284733
(40,71,51)
#233C2B
(35,60,43)
#1E3123
(30,49,35)
#19261B
(25,38,27)
#141B13
(20,27,19)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #417E5B

#417E5B
(65,126,91)
#528969
(82,137,105)
#639477
(99,148,119)
#749F85
(116,159,133)
#85AA93
(133,170,147)
#96B5A1
(150,181,161)
#A7C0AF
(167,192,175)
#B8CBBD
(184,203,189)
#C9D6CB
(201,214,203)
#DAE1D9
(218,225,217)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417E5B; }

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

This text font color is #417E5B.


Background Color

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

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

This div background color is #417E5B.


Border color

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

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

This div border color is #417E5B.


Opacity

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

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

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

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

This text has shadow with #417E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417E5B on black background.


Color preview on white background

This text has color #417E5B on white background.



Black color preview on #417E5B background

This text has black color on #417E5B background.


White color preview on #417E5B background

This text has white color on #417E5B background.