COLOR #417D6F

HEX: #417D6F
RGB: (65,125,111)

Color info

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

RGB color model

#417D6F color RGB value is (65,125,111).

  • red value is 65;
  • green value is 125;
  • blue value is 111.
RGB:
(65,125,111)
(25%,49%,44%)

RGB channels and saturation

R 65 of 255 = 25%
G 125 of 255 = 49%
B 111 of 255 = 44%

65
125
111

R + G + B ~ 39%. #417D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 125 + 111 = 301 (100%)
R 65 of 301 ~ 21.59%
G 125 of 301 ~ 41.53%
B 111 of 301 ~ 36.88%

%21.59
%41.53
%36.88

CMYK color model

#417D6F color CMYK value is (48,0,11,51).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 11.20%
  • key color value is 50.98%
CMYK:
(48,0,11,51)
C48M0Y11K51 
(48%,0%,11%,51%)
(0.48/0.00/0.11/0.51)	

CMYK percentages

%48
%0
%11.2
%50.98

Codes

Color #417D6F in popluar color models

417D6F
RGB65125111
HSL166°31.58%37.25%
HSB/HSV166°48.00%49.02%
CMYK48.00%0.00%11.20%
50.98%

Color #417D6F in popluar number systems.

HEX417D6F
Decimal65125111
Binary100000111111011101111
Octal101175157

Shades and tints

Shades of #417D6F

#417D6F
(65,125,111)
#3C7265
(60,114,101)
#37675B
(55,103,91)
#325C51
(50,92,81)
#2D5147
(45,81,71)
#28463D
(40,70,61)
#233B33
(35,59,51)
#1E3029
(30,48,41)
#19251F
(25,37,31)
#141A15
(20,26,21)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #417D6F

#417D6F
(65,125,111)
#52887C
(82,136,124)
#639389
(99,147,137)
#749E96
(116,158,150)
#85A9A3
(133,169,163)
#96B4B0
(150,180,176)
#A7BFBD
(167,191,189)
#B8CACA
(184,202,202)
#C9D5D7
(201,213,215)
#DAE0E4
(218,224,228)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417D6F color. Also use rgb(65,125,111) instead hex code.

Text Font Color

.myTextColor { color: #417D6F; }

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

This text font color is #417D6F.


Background Color

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

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

This div background color is #417D6F.


Border color

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

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

This div border color is #417D6F.


Opacity

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

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

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

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

This text has shadow with #417D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417D6F on black background.


Color preview on white background

This text has color #417D6F on white background.



Black color preview on #417D6F background

This text has black color on #417D6F background.


White color preview on #417D6F background

This text has white color on #417D6F background.