COLOR #417935

HEX: #417935
RGB: (65,121,53)

Color info

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

RGB color model

#417935 color RGB value is (65,121,53).

  • red value is 65;
  • green value is 121;
  • blue value is 53.
RGB:
(65,121,53)
(25%,47%,21%)

RGB channels and saturation

R 65 of 255 = 25%
G 121 of 255 = 47%
B 53 of 255 = 21%

65
121
53

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

Portions of RGB colors in percentages

R + G + B =
65 + 121 + 53 = 239 (100%)
R 65 of 239 ~ 27.2%
G 121 of 239 ~ 50.63%
B 53 of 239 ~ 22.18%

%27.2
%50.63
%22.18

CMYK color model

#417935 color CMYK value is (46,0,56,53).

  • cyan value is 46.28%
  • magenta value is 0.00%
  • yellow value is 56.20%
  • key color value is 52.55%
CMYK:
(46,0,56,53)
C46M0Y56K53 
(46%,0%,56%,53%)
(0.46/0.00/0.56/0.53)	

CMYK percentages

%46.28
%0
%56.2
%52.55

Codes

Color #417935 in popluar color models

417935
RGB6512153
HSL109°39.08%34.12%
HSB/HSV109°56.20%47.45%
CMYK46.28%0.00%56.20%
52.55%

Color #417935 in popluar number systems.

HEX417935
Decimal6512153
Binary10000011111001110101
Octal10117165

Shades and tints

Shades of #417935

#417935
(65,121,53)
#3C6E31
(60,110,49)
#37632D
(55,99,45)
#325829
(50,88,41)
#2D4D25
(45,77,37)
#284221
(40,66,33)
#23371D
(35,55,29)
#1E2C19
(30,44,25)
#192115
(25,33,21)
#141611
(20,22,17)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #417935

#417935
(65,121,53)
#528547
(82,133,71)
#639159
(99,145,89)
#749D6B
(116,157,107)
#85A97D
(133,169,125)
#96B58F
(150,181,143)
#A7C1A1
(167,193,161)
#B8CDB3
(184,205,179)
#C9D9C5
(201,217,197)
#DAE5D7
(218,229,215)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417935 color. Also use rgb(65,121,53) instead hex code.

Text Font Color

.myTextColor { color: #417935; }

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

This text font color is #417935.


Background Color

.myBgColor { background-color: #417935; }

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

This div background color is #417935.


Border color

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

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

This div border color is #417935.


Opacity

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

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

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

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

This text has shadow with #417935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417935 on black background.


Color preview on white background

This text has color #417935 on white background.



Black color preview on #417935 background

This text has black color on #417935 background.


White color preview on #417935 background

This text has white color on #417935 background.