COLOR #417024

HEX: #417024
RGB: (65,112,36)

Color info

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

RGB color model

#417024 color RGB value is (65,112,36).

  • red value is 65;
  • green value is 112;
  • blue value is 36.
RGB:
(65,112,36)
(25%,44%,14%)

RGB channels and saturation

R 65 of 255 = 25%
G 112 of 255 = 44%
B 36 of 255 = 14%

65
112
36

R + G + B ~ 28%. #417024 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 112 + 36 = 213 (100%)
R 65 of 213 ~ 30.52%
G 112 of 213 ~ 52.58%
B 36 of 213 ~ 16.9%

%30.52
%52.58
%16.9

CMYK color model

#417024 color CMYK value is (42,0,68,56).

  • cyan value is 41.96%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 56.08%
CMYK:
(42,0,68,56)
C42M0Y68K56 
(42%,0%,68%,56%)
(0.42/0.00/0.68/0.56)	

CMYK percentages

%41.96
%0
%67.86
%56.08

Codes

Color #417024 in popluar color models

417024
RGB6511236
HSL97°51.35%29.02%
HSB/HSV97°67.86%43.92%
CMYK41.96%0.00%67.86%
56.08%

Color #417024 in popluar number systems.

HEX417024
Decimal6511236
Binary10000011110000100100
Octal10116044

Shades and tints

Shades of #417024

#417024
(65,112,36)
#3C6621
(60,102,33)
#375C1E
(55,92,30)
#32521B
(50,82,27)
#2D4818
(45,72,24)
#283E15
(40,62,21)
#233412
(35,52,18)
#1E2A0F
(30,42,15)
#19200C
(25,32,12)
#141609
(20,22,9)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #417024

#417024
(65,112,36)
#527D37
(82,125,55)
#638A4A
(99,138,74)
#74975D
(116,151,93)
#85A470
(133,164,112)
#96B183
(150,177,131)
#A7BE96
(167,190,150)
#B8CBA9
(184,203,169)
#C9D8BC
(201,216,188)
#DAE5CF
(218,229,207)
#EBF2E2
(235,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417024 color. Also use rgb(65,112,36) instead hex code.

Text Font Color

.myTextColor { color: #417024; }

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

This text font color is #417024.


Background Color

.myBgColor { background-color: #417024; }

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

This div background color is #417024.


Border color

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

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

This div border color is #417024.


Opacity

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

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

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

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

This text has shadow with #417024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417024 on black background.


Color preview on white background

This text has color #417024 on white background.



Black color preview on #417024 background

This text has black color on #417024 background.


White color preview on #417024 background

This text has white color on #417024 background.