COLOR #417D65

HEX: #417D65 RGB: (65,125,101)

Color info

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

RGB color model

#417D65 color RGB value is (65,125,101).

RGB: (65,125,101) (25%, 49%, 40%)

RGB channels and saturation

R 65 of 255 = 25%
G 125 of 255 = 49%
B 101 of 255 = 40%

65
125
101

R + G + B ~ 38%. #417D65 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 125 + 101 = 291 (100%)
R 65 of 291 ~ 22.34%
G 125 of 291 ~ 42.96%
B 101 of 291 ~ 34.71'%

%22.34
%42.96
%34.71

CMYK color model

#417D65 color CMYK value is (48,0,19,51).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 19.20%
  • key color value is 50.98%
CMYK: (48,0,19,51) C48M0Y19K51 (48%,0%,19%,51%) (0.48/0.00/0.19/0.51) 

CMYK percentages

%48
%0
%19.2
%50.98

Codes

Color #417D65 in popluar color models

41 7D 65
RGB 65 125 101
HSL 156° 31.58% 37.25%
HSB/HSV 156° 48.00% 49.02%
CMYK 48.00% 0.00% 19.20%
50.98%

Color #417D65 in popluar number systems.

HEX 41 7D 65
Decimal 65 125 101
Binary 1000001 1111101 1100101
Octal 101 175 145

Shades and tints

Shades of #417D65

#417D65
(65,125,101)
#3C725C
(60,114,92)
#376753
(55,103,83)
#325C4A
(50,92,74)
#2D5141
(45,81,65)
#284638
(40,70,56)
#233B2F
(35,59,47)
#1E3026
(30,48,38)
#19251D
(25,37,29)
#141A14
(20,26,20)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #417D65

#417D65
(65,125,101)
#528873
(82,136,115)
#639381
(99,147,129)
#749E8F
(116,158,143)
#85A99D
(133,169,157)
#96B4AB
(150,180,171)
#A7BFB9
(167,191,185)
#B8CAC7
(184,202,199)
#C9D5D5
(201,213,213)
#DAE0E3
(218,224,227)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417D65; }

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

This text font color is #417D65.

Background Color

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

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

This div background color is #417D65.

Border color

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

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

This div border color is #417D65.

Opacity

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

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

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

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

This text has shadow with #417D65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #417D65.

Preview

Color preview on black background

This text has color #417D65 on black background.


Color preview on white background

This text has color #417D65 on white background.


Black color preview on #417D65 background

This text has black color on #417D65 background.


White color preview on #417D65 background

This text has white color on #417D65 background.


Related colors

Complementary color

Complementary color for #hex is #BE829A.


I love getcolorcode.com

Triadic colors

1 #65417D and #7D6541 with #417D65 are triadic colors.

2 #657D41 and #7D4165 with #417D65 are triadic colors.