COLOR #417E75

HEX: #417E75
RGB: (65,126,117)

Color info

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

RGB color model

#417E75 color RGB value is (65,126,117).

  • red value is 65;
  • green value is 126;
  • blue value is 117.
RGB:
(65,126,117)
(25%,49%,46%)

RGB channels and saturation

R 65 of 255 = 25%
G 126 of 255 = 49%
B 117 of 255 = 46%

65
126
117

R + G + B ~ 40%. #417E75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 126 + 117 = 308 (100%)
R 65 of 308 ~ 21.1%
G 126 of 308 ~ 40.91%
B 117 of 308 ~ 37.99%

%21.1
%40.91
%37.99

CMYK color model

#417E75 color CMYK value is (48,0,7,51).

  • cyan value is 48.41%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 50.59%
CMYK:
(48,0,7,51)
C48M0Y7K51 
(48%,0%,7%,51%)
(0.48/0.00/0.07/0.51)	

CMYK percentages

%48.41
%0
%7.14
%50.59

Codes

Color #417E75 in popluar color models

417E75
RGB65126117
HSL171°31.94%37.45%
HSB/HSV171°48.41%49.41%
CMYK48.41%0.00%7.14%
50.59%

Color #417E75 in popluar number systems.

HEX417E75
Decimal65126117
Binary100000111111101110101
Octal101176165

Shades and tints

Shades of #417E75

#417E75
(65,126,117)
#3C736B
(60,115,107)
#376861
(55,104,97)
#325D57
(50,93,87)
#2D524D
(45,82,77)
#284743
(40,71,67)
#233C39
(35,60,57)
#1E312F
(30,49,47)
#192625
(25,38,37)
#141B1B
(20,27,27)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #417E75

#417E75
(65,126,117)
#528981
(82,137,129)
#63948D
(99,148,141)
#749F99
(116,159,153)
#85AAA5
(133,170,165)
#96B5B1
(150,181,177)
#A7C0BD
(167,192,189)
#B8CBC9
(184,203,201)
#C9D6D5
(201,214,213)
#DAE1E1
(218,225,225)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417E75; }

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

This text font color is #417E75.


Background Color

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

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

This div background color is #417E75.


Border color

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

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

This div border color is #417E75.


Opacity

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

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

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

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

This text has shadow with #417E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417E75 on black background.


Color preview on white background

This text has color #417E75 on white background.



Black color preview on #417E75 background

This text has black color on #417E75 background.


White color preview on #417E75 background

This text has white color on #417E75 background.