COLOR #417019

HEX: #417019
RGB: (65,112,25)

Color info

#417019 contains mainly red and green colors. Web safe color of #417019 is #336600 (or #360).

RGB color model

#417019 color RGB value is (65,112,25).

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

RGB channels and saturation

R 65 of 255 = 25%
G 112 of 255 = 44%
B 25 of 255 = 10%

65
112
25

R + G + B ~ 26%. #417019 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 112 + 25 = 202 (100%)
R 65 of 202 ~ 32.18%
G 112 of 202 ~ 55.45%
B 25 of 202 ~ 12.38%

%32.18
%55.45
%12.38

CMYK color model

#417019 color CMYK value is (42,0,78,56).

  • cyan value is 41.96%
  • magenta value is 0.00%
  • yellow value is 77.68%
  • key color value is 56.08%
CMYK:
(42,0,78,56)
C42M0Y78K56 
(42%,0%,78%,56%)
(0.42/0.00/0.78/0.56)	

CMYK percentages

%41.96
%0
%77.68
%56.08

Codes

Color #417019 in popluar color models

417019
RGB6511225
HSL92°63.50%26.86%
HSB/HSV92°77.68%43.92%
CMYK41.96%0.00%77.68%
56.08%

Color #417019 in popluar number systems.

HEX417019
Decimal6511225
Binary1000001111000011001
Octal10116031

Shades and tints

Shades of #417019

#417019
(65,112,25)
#3C6617
(60,102,23)
#375C15
(55,92,21)
#325213
(50,82,19)
#2D4811
(45,72,17)
#283E0F
(40,62,15)
#23340D
(35,52,13)
#1E2A0B
(30,42,11)
#192009
(25,32,9)
#141607
(20,22,7)
#0F0C05
(15,12,5)
#000000
(0,0,0)

Tints of #417019

#417019
(65,112,25)
#527D2D
(82,125,45)
#638A41
(99,138,65)
#749755
(116,151,85)
#85A469
(133,164,105)
#96B17D
(150,177,125)
#A7BE91
(167,190,145)
#B8CBA5
(184,203,165)
#C9D8B9
(201,216,185)
#DAE5CD
(218,229,205)
#EBF2E1
(235,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417019; }

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

This text font color is #417019.


Background Color

.myBgColor { background-color: #417019; }

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

This div background color is #417019.


Border color

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

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

This div border color is #417019.


Opacity

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

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

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

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

This text has shadow with #417019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417019 on black background.


Color preview on white background

This text has color #417019 on white background.



Black color preview on #417019 background

This text has black color on #417019 background.


White color preview on #417019 background

This text has white color on #417019 background.