COLOR #417D4F

HEX: #417D4F
RGB: (65,125,79)

Color info

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

RGB color model

#417D4F color RGB value is (65,125,79).

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

RGB channels and saturation

R 65 of 255 = 25%
G 125 of 255 = 49%
B 79 of 255 = 31%

65
125
79

R + G + B ~ 35%. #417D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 125 + 79 = 269 (100%)
R 65 of 269 ~ 24.16%
G 125 of 269 ~ 46.47%
B 79 of 269 ~ 29.37%

%24.16
%46.47
%29.37

CMYK color model

#417D4F color CMYK value is (48,0,37,51).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 36.80%
  • key color value is 50.98%
CMYK:
(48,0,37,51)
C48M0Y37K51 
(48%,0%,37%,51%)
(0.48/0.00/0.37/0.51)	

CMYK percentages

%48
%0
%36.8
%50.98

Codes

Color #417D4F in popluar color models

417D4F
RGB6512579
HSL134°31.58%37.25%
HSB/HSV134°48.00%49.02%
CMYK48.00%0.00%36.80%
50.98%

Color #417D4F in popluar number systems.

HEX417D4F
Decimal6512579
Binary100000111111011001111
Octal101175117

Shades and tints

Shades of #417D4F

#417D4F
(65,125,79)
#3C7248
(60,114,72)
#376741
(55,103,65)
#325C3A
(50,92,58)
#2D5133
(45,81,51)
#28462C
(40,70,44)
#233B25
(35,59,37)
#1E301E
(30,48,30)
#192517
(25,37,23)
#141A10
(20,26,16)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #417D4F

#417D4F
(65,125,79)
#52885F
(82,136,95)
#63936F
(99,147,111)
#749E7F
(116,158,127)
#85A98F
(133,169,143)
#96B49F
(150,180,159)
#A7BFAF
(167,191,175)
#B8CABF
(184,202,191)
#C9D5CF
(201,213,207)
#DAE0DF
(218,224,223)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417D4F; }

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

This text font color is #417D4F.


Background Color

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

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

This div background color is #417D4F.


Border color

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

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

This div border color is #417D4F.


Opacity

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

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

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

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

This text has shadow with #417D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417D4F on black background.


Color preview on white background

This text has color #417D4F on white background.



Black color preview on #417D4F background

This text has black color on #417D4F background.


White color preview on #417D4F background

This text has white color on #417D4F background.