COLOR #417F5F

HEX: #417F5F
RGB: (65,127,95)

Color info

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

RGB color model

#417F5F color RGB value is (65,127,95).

  • red value is 65;
  • green value is 127;
  • blue value is 95.
RGB:
(65,127,95)
(25%,50%,37%)

RGB channels and saturation

R 65 of 255 = 25%
G 127 of 255 = 50%
B 95 of 255 = 37%

65
127
95

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

Portions of RGB colors in percentages

R + G + B =
65 + 127 + 95 = 287 (100%)
R 65 of 287 ~ 22.65%
G 127 of 287 ~ 44.25%
B 95 of 287 ~ 33.1%

%22.65
%44.25
%33.1

CMYK color model

#417F5F color CMYK value is (49,0,25,50).

  • cyan value is 48.82%
  • magenta value is 0.00%
  • yellow value is 25.20%
  • key color value is 50.20%
CMYK:
(49,0,25,50)
C49M0Y25K50 
(49%,0%,25%,50%)
(0.49/0.00/0.25/0.50)	

CMYK percentages

%48.82
%0
%25.2
%50.2

Codes

Color #417F5F in popluar color models

417F5F
RGB6512795
HSL149°32.29%37.65%
HSB/HSV149°48.82%49.80%
CMYK48.82%0.00%25.20%
50.20%

Color #417F5F in popluar number systems.

HEX417F5F
Decimal6512795
Binary100000111111111011111
Octal101177137

Shades and tints

Shades of #417F5F

#417F5F
(65,127,95)
#3C7457
(60,116,87)
#37694F
(55,105,79)
#325E47
(50,94,71)
#2D533F
(45,83,63)
#284837
(40,72,55)
#233D2F
(35,61,47)
#1E3227
(30,50,39)
#19271F
(25,39,31)
#141C17
(20,28,23)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #417F5F

#417F5F
(65,127,95)
#528A6D
(82,138,109)
#63957B
(99,149,123)
#74A089
(116,160,137)
#85AB97
(133,171,151)
#96B6A5
(150,182,165)
#A7C1B3
(167,193,179)
#B8CCC1
(184,204,193)
#C9D7CF
(201,215,207)
#DAE2DD
(218,226,221)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417F5F color. Also use rgb(65,127,95) instead hex code.

Text Font Color

.myTextColor { color: #417F5F; }

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

This text font color is #417F5F.


Background Color

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

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

This div background color is #417F5F.


Border color

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

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

This div border color is #417F5F.


Opacity

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

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

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

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

This text has shadow with #417F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417F5F on black background.


Color preview on white background

This text has color #417F5F on white background.



Black color preview on #417F5F background

This text has black color on #417F5F background.


White color preview on #417F5F background

This text has white color on #417F5F background.