COLOR #417642

HEX: #417642
RGB: (65,118,66)

Color info

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

RGB color model

#417642 color RGB value is (65,118,66).

  • red value is 65;
  • green value is 118;
  • blue value is 66.
RGB:
(65,118,66)
(25%,46%,26%)

RGB channels and saturation

R 65 of 255 = 25%
G 118 of 255 = 46%
B 66 of 255 = 26%

65
118
66

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

Portions of RGB colors in percentages

R + G + B =
65 + 118 + 66 = 249 (100%)
R 65 of 249 ~ 26.1%
G 118 of 249 ~ 47.39%
B 66 of 249 ~ 26.51%

%26.1
%47.39
%26.51

CMYK color model

#417642 color CMYK value is (45,0,44,54).

  • cyan value is 44.92%
  • magenta value is 0.00%
  • yellow value is 44.07%
  • key color value is 53.73%
CMYK:
(45,0,44,54)
C45M0Y44K54 
(45%,0%,44%,54%)
(0.45/0.00/0.44/0.54)	

CMYK percentages

%44.92
%0
%44.07
%53.73

Codes

Color #417642 in popluar color models

417642
RGB6511866
HSL121°28.96%35.88%
HSB/HSV121°44.92%46.27%
CMYK44.92%0.00%44.07%
53.73%

Color #417642 in popluar number systems.

HEX417642
Decimal6511866
Binary100000111101101000010
Octal101166102

Shades and tints

Shades of #417642

#417642
(65,118,66)
#3C6C3C
(60,108,60)
#376236
(55,98,54)
#325830
(50,88,48)
#2D4E2A
(45,78,42)
#284424
(40,68,36)
#233A1E
(35,58,30)
#1E3018
(30,48,24)
#192612
(25,38,18)
#141C0C
(20,28,12)
#0F1206
(15,18,6)
#000000
(0,0,0)

Tints of #417642

#417642
(65,118,66)
#528253
(82,130,83)
#638E64
(99,142,100)
#749A75
(116,154,117)
#85A686
(133,166,134)
#96B297
(150,178,151)
#A7BEA8
(167,190,168)
#B8CAB9
(184,202,185)
#C9D6CA
(201,214,202)
#DAE2DB
(218,226,219)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417642 color. Also use rgb(65,118,66) instead hex code.

Text Font Color

.myTextColor { color: #417642; }

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

This text font color is #417642.


Background Color

.myBgColor { background-color: #417642; }

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

This div background color is #417642.


Border color

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

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

This div border color is #417642.


Opacity

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

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

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

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

This text has shadow with #417642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417642 on black background.


Color preview on white background

This text has color #417642 on white background.



Black color preview on #417642 background

This text has black color on #417642 background.


White color preview on #417642 background

This text has white color on #417642 background.