COLOR #417972

HEX: #417972
RGB: (65,121,114)

Color info

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

RGB color model

#417972 color RGB value is (65,121,114).

  • red value is 65;
  • green value is 121;
  • blue value is 114.
RGB:
(65,121,114)
(25%,47%,45%)

RGB channels and saturation

R 65 of 255 = 25%
G 121 of 255 = 47%
B 114 of 255 = 45%

65
121
114

R + G + B ~ 39%. #417972 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 121 + 114 = 300 (100%)
R 65 of 300 ~ 21.67%
G 121 of 300 ~ 40.33%
B 114 of 300 ~ 38%

%21.67
%40.33
%38

CMYK color model

#417972 color CMYK value is (46,0,6,53).

  • cyan value is 46.28%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 52.55%
CMYK:
(46,0,6,53)
C46M0Y6K53 
(46%,0%,6%,53%)
(0.46/0.00/0.06/0.53)	

CMYK percentages

%46.28
%0
%5.79
%52.55

Codes

Color #417972 in popluar color models

417972
RGB65121114
HSL173°30.11%36.47%
HSB/HSV173°46.28%47.45%
CMYK46.28%0.00%5.79%
52.55%

Color #417972 in popluar number systems.

HEX417972
Decimal65121114
Binary100000111110011110010
Octal101171162

Shades and tints

Shades of #417972

#417972
(65,121,114)
#3C6E68
(60,110,104)
#37635E
(55,99,94)
#325854
(50,88,84)
#2D4D4A
(45,77,74)
#284240
(40,66,64)
#233736
(35,55,54)
#1E2C2C
(30,44,44)
#192122
(25,33,34)
#141618
(20,22,24)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #417972

#417972
(65,121,114)
#52857E
(82,133,126)
#63918A
(99,145,138)
#749D96
(116,157,150)
#85A9A2
(133,169,162)
#96B5AE
(150,181,174)
#A7C1BA
(167,193,186)
#B8CDC6
(184,205,198)
#C9D9D2
(201,217,210)
#DAE5DE
(218,229,222)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417972 color. Also use rgb(65,121,114) instead hex code.

Text Font Color

.myTextColor { color: #417972; }

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

This text font color is #417972.


Background Color

.myBgColor { background-color: #417972; }

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

This div background color is #417972.


Border color

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

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

This div border color is #417972.


Opacity

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

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

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

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

This text has shadow with #417972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417972 on black background.


Color preview on white background

This text has color #417972 on white background.



Black color preview on #417972 background

This text has black color on #417972 background.


White color preview on #417972 background

This text has white color on #417972 background.