COLOR #417B42

HEX: #417B42
RGB: (65,123,66)

Color info

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

RGB color model

#417B42 color RGB value is (65,123,66).

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

RGB channels and saturation

R 65 of 255 = 25%
G 123 of 255 = 48%
B 66 of 255 = 26%

65
123
66

R + G + B ~ 33%. #417B42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 123 + 66 = 254 (100%)
R 65 of 254 ~ 25.59%
G 123 of 254 ~ 48.43%
B 66 of 254 ~ 25.98%

%25.59
%48.43
%25.98

CMYK color model

#417B42 color CMYK value is (47,0,46,52).

  • cyan value is 47.15%
  • magenta value is 0.00%
  • yellow value is 46.34%
  • key color value is 51.76%
CMYK:
(47,0,46,52)
C47M0Y46K52 
(47%,0%,46%,52%)
(0.47/0.00/0.46/0.52)	

CMYK percentages

%47.15
%0
%46.34
%51.76

Codes

Color #417B42 in popluar color models

417B42
RGB6512366
HSL121°30.85%36.86%
HSB/HSV121°47.15%48.24%
CMYK47.15%0.00%46.34%
51.76%

Color #417B42 in popluar number systems.

HEX417B42
Decimal6512366
Binary100000111110111000010
Octal101173102

Shades and tints

Shades of #417B42

#417B42
(65,123,66)
#3C703C
(60,112,60)
#376536
(55,101,54)
#325A30
(50,90,48)
#2D4F2A
(45,79,42)
#284424
(40,68,36)
#23391E
(35,57,30)
#1E2E18
(30,46,24)
#192312
(25,35,18)
#14180C
(20,24,12)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #417B42

#417B42
(65,123,66)
#528753
(82,135,83)
#639364
(99,147,100)
#749F75
(116,159,117)
#85AB86
(133,171,134)
#96B797
(150,183,151)
#A7C3A8
(167,195,168)
#B8CFB9
(184,207,185)
#C9DBCA
(201,219,202)
#DAE7DB
(218,231,219)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417B42; }

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

This text font color is #417B42.


Background Color

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

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

This div background color is #417B42.


Border color

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

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

This div border color is #417B42.


Opacity

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

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

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

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

This text has shadow with #417B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417B42 on black background.


Color preview on white background

This text has color #417B42 on white background.



Black color preview on #417B42 background

This text has black color on #417B42 background.


White color preview on #417B42 background

This text has white color on #417B42 background.