COLOR #417114

HEX: #417114
RGB: (65,113,20)

Color info

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

RGB color model

#417114 color RGB value is (65,113,20).

  • red value is 65;
  • green value is 113;
  • blue value is 20.
RGB:
(65,113,20)
(25%,44%,8%)

RGB channels and saturation

R 65 of 255 = 25%
G 113 of 255 = 44%
B 20 of 255 = 8%

65
113
20

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

Portions of RGB colors in percentages

R + G + B =
65 + 113 + 20 = 198 (100%)
R 65 of 198 ~ 32.83%
G 113 of 198 ~ 57.07%
B 20 of 198 ~ 10.1%

%32.83
%57.07
%10.1

CMYK color model

#417114 color CMYK value is (42,0,82,56).

  • cyan value is 42.48%
  • magenta value is 0.00%
  • yellow value is 82.30%
  • key color value is 55.69%
CMYK:
(42,0,82,56)
C42M0Y82K56 
(42%,0%,82%,56%)
(0.42/0.00/0.82/0.56)	

CMYK percentages

%42.48
%0
%82.3
%55.69

Codes

Color #417114 in popluar color models

417114
RGB6511320
HSL91°69.92%26.08%
HSB/HSV91°82.30%44.31%
CMYK42.48%0.00%82.30%
55.69%

Color #417114 in popluar number systems.

HEX417114
Decimal6511320
Binary1000001111000110100
Octal10116124

Shades and tints

Shades of #417114

#417114
(65,113,20)
#3C6713
(60,103,19)
#375D12
(55,93,18)
#325311
(50,83,17)
#2D4910
(45,73,16)
#283F0F
(40,63,15)
#23350E
(35,53,14)
#1E2B0D
(30,43,13)
#19210C
(25,33,12)
#14170B
(20,23,11)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #417114

#417114
(65,113,20)
#527D29
(82,125,41)
#63893E
(99,137,62)
#749553
(116,149,83)
#85A168
(133,161,104)
#96AD7D
(150,173,125)
#A7B992
(167,185,146)
#B8C5A7
(184,197,167)
#C9D1BC
(201,209,188)
#DADDD1
(218,221,209)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417114 color. Also use rgb(65,113,20) instead hex code.

Text Font Color

.myTextColor { color: #417114; }

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

This text font color is #417114.


Background Color

.myBgColor { background-color: #417114; }

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

This div background color is #417114.


Border color

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

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

This div border color is #417114.


Opacity

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

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

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

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

This text has shadow with #417114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417114 on black background.


Color preview on white background

This text has color #417114 on white background.



Black color preview on #417114 background

This text has black color on #417114 background.


White color preview on #417114 background

This text has white color on #417114 background.