COLOR #417A32

HEX: #417A32
RGB: (65,122,50)

Color info

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

RGB color model

#417A32 color RGB value is (65,122,50).

  • red value is 65;
  • green value is 122;
  • blue value is 50.
RGB:
(65,122,50)
(25%,48%,20%)

RGB channels and saturation

R 65 of 255 = 25%
G 122 of 255 = 48%
B 50 of 255 = 20%

65
122
50

R + G + B ~ 31%. #417A32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 122 + 50 = 237 (100%)
R 65 of 237 ~ 27.43%
G 122 of 237 ~ 51.48%
B 50 of 237 ~ 21.1%

%27.43
%51.48
%21.1

CMYK color model

#417A32 color CMYK value is (47,0,59,52).

  • cyan value is 46.72%
  • magenta value is 0.00%
  • yellow value is 59.02%
  • key color value is 52.16%
CMYK:
(47,0,59,52)
C47M0Y59K52 
(47%,0%,59%,52%)
(0.47/0.00/0.59/0.52)	

CMYK percentages

%46.72
%0
%59.02
%52.16

Codes

Color #417A32 in popluar color models

417A32
RGB6512250
HSL108°41.86%33.73%
HSB/HSV108°59.02%47.84%
CMYK46.72%0.00%59.02%
52.16%

Color #417A32 in popluar number systems.

HEX417A32
Decimal6512250
Binary10000011111010110010
Octal10117262

Shades and tints

Shades of #417A32

#417A32
(65,122,50)
#3C6F2E
(60,111,46)
#37642A
(55,100,42)
#325926
(50,89,38)
#2D4E22
(45,78,34)
#28431E
(40,67,30)
#23381A
(35,56,26)
#1E2D16
(30,45,22)
#192212
(25,34,18)
#14170E
(20,23,14)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #417A32

#417A32
(65,122,50)
#528644
(82,134,68)
#639256
(99,146,86)
#749E68
(116,158,104)
#85AA7A
(133,170,122)
#96B68C
(150,182,140)
#A7C29E
(167,194,158)
#B8CEB0
(184,206,176)
#C9DAC2
(201,218,194)
#DAE6D4
(218,230,212)
#EBF2E6
(235,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417A32 color. Also use rgb(65,122,50) instead hex code.

Text Font Color

.myTextColor { color: #417A32; }

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

This text font color is #417A32.


Background Color

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

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

This div background color is #417A32.


Border color

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

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

This div border color is #417A32.


Opacity

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

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

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

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

This text has shadow with #417A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417A32 on black background.


Color preview on white background

This text has color #417A32 on white background.



Black color preview on #417A32 background

This text has black color on #417A32 background.


White color preview on #417A32 background

This text has white color on #417A32 background.