COLOR #417147

HEX: #417147
RGB: (65,113,71)

Color info

#417147 contains red, green and blue colors in about the same proportion. Web safe color of #417147 is #336633 (or #363).

RGB color model

#417147 color RGB value is (65,113,71).

  • red value is 65;
  • green value is 113;
  • blue value is 71.
RGB:
(65,113,71)
(25%,44%,28%)

RGB channels and saturation

R 65 of 255 = 25%
G 113 of 255 = 44%
B 71 of 255 = 28%

65
113
71

R + G + B ~ 32%. #417147 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 113 + 71 = 249 (100%)
R 65 of 249 ~ 26.1%
G 113 of 249 ~ 45.38%
B 71 of 249 ~ 28.51%

%26.1
%45.38
%28.51

CMYK color model

#417147 color CMYK value is (42,0,37,56).

  • cyan value is 42.48%
  • magenta value is 0.00%
  • yellow value is 37.17%
  • key color value is 55.69%
CMYK:
(42,0,37,56)
C42M0Y37K56 
(42%,0%,37%,56%)
(0.42/0.00/0.37/0.56)	

CMYK percentages

%42.48
%0
%37.17
%55.69

Codes

Color #417147 in popluar color models

417147
RGB6511371
HSL128°26.97%34.90%
HSB/HSV128°42.48%44.31%
CMYK42.48%0.00%37.17%
55.69%

Color #417147 in popluar number systems.

HEX417147
Decimal6511371
Binary100000111100011000111
Octal101161107

Shades and tints

Shades of #417147

#417147
(65,113,71)
#3C6741
(60,103,65)
#375D3B
(55,93,59)
#325335
(50,83,53)
#2D492F
(45,73,47)
#283F29
(40,63,41)
#233523
(35,53,35)
#1E2B1D
(30,43,29)
#192117
(25,33,23)
#141711
(20,23,17)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #417147

#417147
(65,113,71)
#527D57
(82,125,87)
#638967
(99,137,103)
#749577
(116,149,119)
#85A187
(133,161,135)
#96AD97
(150,173,151)
#A7B9A7
(167,185,167)
#B8C5B7
(184,197,183)
#C9D1C7
(201,209,199)
#DADDD7
(218,221,215)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417147 color. Also use rgb(65,113,71) instead hex code.

Text Font Color

.myTextColor { color: #417147; }

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

This text font color is #417147.


Background Color

.myBgColor { background-color: #417147; }

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

This div background color is #417147.


Border color

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

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

This div border color is #417147.


Opacity

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

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

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

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

This text has shadow with #417147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417147 on black background.


Color preview on white background

This text has color #417147 on white background.



Black color preview on #417147 background

This text has black color on #417147 background.


White color preview on #417147 background

This text has white color on #417147 background.