COLOR #417F4C

HEX: #417F4C
RGB: (65,127,76)

Color info

#417F4C contains mainly green and blue colors. Web safe color of #417F4C is #336633 (or #363).

RGB color model

#417F4C color RGB value is (65,127,76).

  • red value is 65;
  • green value is 127;
  • blue value is 76.
RGB:
(65,127,76)
(25%,50%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 127 of 255 = 50%
B 76 of 255 = 30%

65
127
76

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

Portions of RGB colors in percentages

R + G + B =
65 + 127 + 76 = 268 (100%)
R 65 of 268 ~ 24.25%
G 127 of 268 ~ 47.39%
B 76 of 268 ~ 28.36%

%24.25
%47.39
%28.36

CMYK color model

#417F4C color CMYK value is (49,0,40,50).

  • cyan value is 48.82%
  • magenta value is 0.00%
  • yellow value is 40.16%
  • key color value is 50.20%
CMYK:
(49,0,40,50)
C49M0Y40K50 
(49%,0%,40%,50%)
(0.49/0.00/0.40/0.50)	

CMYK percentages

%48.82
%0
%40.16
%50.2

Codes

Color #417F4C in popluar color models

417F4C
RGB6512776
HSL131°32.29%37.65%
HSB/HSV131°48.82%49.80%
CMYK48.82%0.00%40.16%
50.20%

Color #417F4C in popluar number systems.

HEX417F4C
Decimal6512776
Binary100000111111111001100
Octal101177114

Shades and tints

Shades of #417F4C

#417F4C
(65,127,76)
#3C7446
(60,116,70)
#376940
(55,105,64)
#325E3A
(50,94,58)
#2D5334
(45,83,52)
#28482E
(40,72,46)
#233D28
(35,61,40)
#1E3222
(30,50,34)
#19271C
(25,39,28)
#141C16
(20,28,22)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #417F4C

#417F4C
(65,127,76)
#528A5C
(82,138,92)
#63956C
(99,149,108)
#74A07C
(116,160,124)
#85AB8C
(133,171,140)
#96B69C
(150,182,156)
#A7C1AC
(167,193,172)
#B8CCBC
(184,204,188)
#C9D7CC
(201,215,204)
#DAE2DC
(218,226,220)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417F4C color. Also use rgb(65,127,76) instead hex code.

Text Font Color

.myTextColor { color: #417F4C; }

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

This text font color is #417F4C.


Background Color

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

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

This div background color is #417F4C.


Border color

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

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

This div border color is #417F4C.


Opacity

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

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

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

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

This text has shadow with #417F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417F4C on black background.


Color preview on white background

This text has color #417F4C on white background.



Black color preview on #417F4C background

This text has black color on #417F4C background.


White color preview on #417F4C background

This text has white color on #417F4C background.