COLOR #417059

HEX: #417059
RGB: (65,112,89)

Color info

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

RGB color model

#417059 color RGB value is (65,112,89).

  • red value is 65;
  • green value is 112;
  • blue value is 89.
RGB:
(65,112,89)
(25%,44%,35%)

RGB channels and saturation

R 65 of 255 = 25%
G 112 of 255 = 44%
B 89 of 255 = 35%

65
112
89

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

Portions of RGB colors in percentages

R + G + B =
65 + 112 + 89 = 266 (100%)
R 65 of 266 ~ 24.44%
G 112 of 266 ~ 42.11%
B 89 of 266 ~ 33.46%

%24.44
%42.11
%33.46

CMYK color model

#417059 color CMYK value is (42,0,21,56).

  • cyan value is 41.96%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 56.08%
CMYK:
(42,0,21,56)
C42M0Y21K56 
(42%,0%,21%,56%)
(0.42/0.00/0.21/0.56)	

CMYK percentages

%41.96
%0
%20.54
%56.08

Codes

Color #417059 in popluar color models

417059
RGB6511289
HSL151°26.55%34.71%
HSB/HSV151°41.96%43.92%
CMYK41.96%0.00%20.54%
56.08%

Color #417059 in popluar number systems.

HEX417059
Decimal6511289
Binary100000111100001011001
Octal101160131

Shades and tints

Shades of #417059

#417059
(65,112,89)
#3C6651
(60,102,81)
#375C49
(55,92,73)
#325241
(50,82,65)
#2D4839
(45,72,57)
#283E31
(40,62,49)
#233429
(35,52,41)
#1E2A21
(30,42,33)
#192019
(25,32,25)
#141611
(20,22,17)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #417059

#417059
(65,112,89)
#527D68
(82,125,104)
#638A77
(99,138,119)
#749786
(116,151,134)
#85A495
(133,164,149)
#96B1A4
(150,177,164)
#A7BEB3
(167,190,179)
#B8CBC2
(184,203,194)
#C9D8D1
(201,216,209)
#DAE5E0
(218,229,224)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417059 color. Also use rgb(65,112,89) instead hex code.

Text Font Color

.myTextColor { color: #417059; }

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

This text font color is #417059.


Background Color

.myBgColor { background-color: #417059; }

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

This div background color is #417059.


Border color

.myBorderColor { border: 1px solid #417059; }

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

This div border color is #417059.


Opacity

.myOpacity80 { color: #417059; opacity: 0.8; }

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

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

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

This text has shadow with #417059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417059 on black background.


Color preview on white background

This text has color #417059 on white background.



Black color preview on #417059 background

This text has black color on #417059 background.


White color preview on #417059 background

This text has white color on #417059 background.