COLOR #417B5A

HEX: #417B5A RGB: (65,123,90)

Color info

#417B5A contains red, green and blue colors in about the same proportion. Web safe color of #417B5A is #336666 (or #366).

RGB color model

#417B5A color RGB value is (65,123,90).

RGB: (65,123,90) (25%, 48%, 35%)

RGB channels and saturation

R 65 of 255 = 25%
G 123 of 255 = 48%
B 90 of 255 = 35%

65
123
90

R + G + B ~ 36%. #417B5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 123 + 90 = 278 (100%)
R 65 of 278 ~ 23.38%
G 123 of 278 ~ 44.24%
B 90 of 278 ~ 32.37'%

%23.38
%44.24
%32.37

CMYK color model

#417B5A color CMYK value is (47,0,27,52).

  • cyan value is 47.15%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 51.76%
CMYK: (47,0,27,52) C47M0Y27K52 (47%,0%,27%,52%) (0.47/0.00/0.27/0.52) 

CMYK percentages

%47.15
%0
%26.83
%51.76

Codes

Color #417B5A in popluar color models

41 7B 5A
RGB 65 123 90
HSL 146° 30.85% 36.86%
HSB/HSV 146° 47.15% 48.24%
CMYK 47.15% 0.00% 26.83%
51.76%

Color #417B5A in popluar number systems.

HEX 41 7B 5A
Decimal 65 123 90
Binary 1000001 1111011 1011010
Octal 101 173 132

Shades and tints

Shades of #417B5A

#417B5A
(65,123,90)
#3C7052
(60,112,82)
#37654A
(55,101,74)
#325A42
(50,90,66)
#2D4F3A
(45,79,58)
#284432
(40,68,50)
#23392A
(35,57,42)
#1E2E22
(30,46,34)
#19231A
(25,35,26)
#141812
(20,24,18)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #417B5A

#417B5A
(65,123,90)
#528769
(82,135,105)
#639378
(99,147,120)
#749F87
(116,159,135)
#85AB96
(133,171,150)
#96B7A5
(150,183,165)
#A7C3B4
(167,195,180)
#B8CFC3
(184,207,195)
#C9DBD2
(201,219,210)
#DAE7E1
(218,231,225)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417B5A color. Also use rgb(65,123,90) instead hex code.

Text Font Color

.myTextColor { color: #417B5A; }

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

This text font color is #417B5A.

Background Color

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

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

This div background color is #417B5A.

Border color

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

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

This div border color is #417B5A.

Opacity

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

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

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

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

This text has shadow with #417B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #417B5A.

Preview

Color preview on black background

This text has color #417B5A on black background.


Color preview on white background

This text has color #417B5A on white background.


Black color preview on #417B5A background

This text has black color on #417B5A background.


White color preview on #417B5A background

This text has white color on #417B5A background.


Related colors

Complementary color

Complementary color for #hex is #BE84A5.


I love getcolorcode.com

Triadic colors

1 #5A417B and #7B5A41 with #417B5A are triadic colors.

2 #5A7B41 and #7B415A with #417B5A are triadic colors.