COLOR #417E5D

HEX: #417E5D RGB: (65,126,93)

Color info

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

RGB color model

#417E5D color RGB value is (65,126,93).

RGB: (65,126,93) (25%, 49%, 36%)

RGB channels and saturation

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

65
126
93

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

Portions of RGB colors in percentages

R + G + B = 65 + 126 + 93 = 284 (100%)
R 65 of 284 ~ 22.89%
G 126 of 284 ~ 44.37%
B 93 of 284 ~ 32.75'%

%22.89
%44.37
%32.75

CMYK color model

#417E5D color CMYK value is (48,0,26,51).

  • cyan value is 48.41%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 50.59%

CMYK: (48,0,26,51)
C48M0Y26K51 (48%, 0%, 26%, 51%)
(0.48 / 0.00 / 0.26 / 0.51)

CMYK percentages

%48.41
%0
%26.19
%50.59

Codes

Color #417E5D in popluar color models

41 7E 5D
RGB 65 126 93
HSL 148° 31.94% 37.45%
HSB/HSV 148° 48.41% 49.41%
CMYK 48.41% 0.00% 26.19%
50.59%

Color #417E5D in popluar number systems.

HEX 41 7E 5D
Decimal 65 126 93
Binary 1000001 1111110 1011101
Octal 101 176 135

Shades and tints

Shades of #417E5D

#417E5D
(65,126,93)
#3C7355
(60,115,85)
#37684D
(55,104,77)
#325D45
(50,93,69)
#2D523D
(45,82,61)
#284735
(40,71,53)
#233C2D
(35,60,45)
#1E3125
(30,49,37)
#19261D
(25,38,29)
#141B15
(20,27,21)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #417E5D

#417E5D
(65,126,93)
#52896B
(82,137,107)
#639479
(99,148,121)
#749F87
(116,159,135)
#85AA95
(133,170,149)
#96B5A3
(150,181,163)
#A7C0B1
(167,192,177)
#B8CBBF
(184,203,191)
#C9D6CD
(201,214,205)
#DAE1DB
(218,225,219)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417E5D; }

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

This text font color is #417E5D.

Background Color

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

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

This div background color is #417E5D.

Border color

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

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

This div border color is #417E5D.

Opacity

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

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

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

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

This text has shadow with #417E5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #417E5D.

Preview

Color preview on black background

This text has color #417E5D on black background.


Color preview on white background

This text has color #417E5D on white background.


Black color preview on #417E5D background

This text has black color on #417E5D background.


White color preview on #417E5D background

This text has white color on #417E5D background.


Related colors

Complementary color

Complementary color for #hex is #BE81A2.


I love getcolorcode.com

Triadic colors

1 #5D417E and #7E5D41 with #417E5D are triadic colors.

2 #5D7E41 and #7E415D with #417E5D are triadic colors.