COLOR #417432

HEX: #417432
RGB: (65,116,50)

Color info

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

RGB color model

#417432 color RGB value is (65,116,50).

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

RGB channels and saturation

R 65 of 255 = 25%
G 116 of 255 = 45%
B 50 of 255 = 20%

65
116
50

R + G + B ~ 30%. #417432 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 116 + 50 = 231 (100%)
R 65 of 231 ~ 28.14%
G 116 of 231 ~ 50.22%
B 50 of 231 ~ 21.65%

%28.14
%50.22
%21.65

CMYK color model

#417432 color CMYK value is (44,0,57,55).

  • cyan value is 43.97%
  • magenta value is 0.00%
  • yellow value is 56.90%
  • key color value is 54.51%
CMYK:
(44,0,57,55)
C44M0Y57K55 
(44%,0%,57%,55%)
(0.44/0.00/0.57/0.55)	

CMYK percentages

%43.97
%0
%56.9
%54.51

Codes

Color #417432 in popluar color models

417432
RGB6511650
HSL106°39.76%32.55%
HSB/HSV106°56.90%45.49%
CMYK43.97%0.00%56.90%
54.51%

Color #417432 in popluar number systems.

HEX417432
Decimal6511650
Binary10000011110100110010
Octal10116462

Shades and tints

Shades of #417432

#417432
(65,116,50)
#3C6A2E
(60,106,46)
#37602A
(55,96,42)
#325626
(50,86,38)
#2D4C22
(45,76,34)
#28421E
(40,66,30)
#23381A
(35,56,26)
#1E2E16
(30,46,22)
#192412
(25,36,18)
#141A0E
(20,26,14)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #417432

#417432
(65,116,50)
#528044
(82,128,68)
#638C56
(99,140,86)
#749868
(116,152,104)
#85A47A
(133,164,122)
#96B08C
(150,176,140)
#A7BC9E
(167,188,158)
#B8C8B0
(184,200,176)
#C9D4C2
(201,212,194)
#DAE0D4
(218,224,212)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417432; }

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

This text font color is #417432.


Background Color

.myBgColor { background-color: #417432; }

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

This div background color is #417432.


Border color

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

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

This div border color is #417432.


Opacity

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

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

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

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

This text has shadow with #417432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417432 on black background.


Color preview on white background

This text has color #417432 on white background.



Black color preview on #417432 background

This text has black color on #417432 background.


White color preview on #417432 background

This text has white color on #417432 background.