COLOR #417F04

HEX: #417F04
RGB: (65,127,4)

Color info

#417F04 contains mainly green color. Web safe color of #417F04 is #336600 (or #360).

RGB color model

#417F04 color RGB value is (65,127,4).

  • red value is 65;
  • green value is 127;
  • blue value is 4.
RGB:
(65,127,4)
(25%,50%,2%)

RGB channels and saturation

R 65 of 255 = 25%
G 127 of 255 = 50%
B 4 of 255 = 2%

65
127
4

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

Portions of RGB colors in percentages

R + G + B =
65 + 127 + 4 = 196 (100%)
R 65 of 196 ~ 33.16%
G 127 of 196 ~ 64.8%
B 4 of 196 ~ 2.04%

%33.16
%64.8

CMYK color model

#417F04 color CMYK value is (49,0,97,50).

  • cyan value is 48.82%
  • magenta value is 0.00%
  • yellow value is 96.85%
  • key color value is 50.20%
CMYK:
(49,0,97,50)
C49M0Y97K50 
(49%,0%,97%,50%)
(0.49/0.00/0.97/0.50)	

CMYK percentages

%48.82
%0
%96.85
%50.2

Codes

Color #417F04 in popluar color models

417F04
RGB651274
HSL90°93.89%25.69%
HSB/HSV90°96.85%49.80%
CMYK48.82%0.00%96.85%
50.20%

Color #417F04 in popluar number systems.

HEX417F04
Decimal651274
Binary10000011111111100
Octal1011774

Shades and tints

Shades of #417F04

#417F04
(65,127,4)
#3C7404
(60,116,4)
#376904
(55,105,4)
#325E04
(50,94,4)
#2D5304
(45,83,4)
#284804
(40,72,4)
#233D04
(35,61,4)
#1E3204
(30,50,4)
#192704
(25,39,4)
#141C04
(20,28,4)
#0F1104
(15,17,4)
#000000
(0,0,0)

Tints of #417F04

#417F04
(65,127,4)
#528A1A
(82,138,26)
#639530
(99,149,48)
#74A046
(116,160,70)
#85AB5C
(133,171,92)
#96B672
(150,182,114)
#A7C188
(167,193,136)
#B8CC9E
(184,204,158)
#C9D7B4
(201,215,180)
#DAE2CA
(218,226,202)
#EBEDE0
(235,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417F04 color. Also use rgb(65,127,4) instead hex code.

Text Font Color

.myTextColor { color: #417F04; }

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

This text font color is #417F04.


Background Color

.myBgColor { background-color: #417F04; }

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

This div background color is #417F04.


Border color

.myBorderColor { border: 1px solid #417F04; }

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

This div border color is #417F04.


Opacity

.myOpacity80 { color: #417F04; opacity: 0.8; }

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

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

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

This text has shadow with #417F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417F04 on black background.


Color preview on white background

This text has color #417F04 on white background.



Black color preview on #417F04 background

This text has black color on #417F04 background.


White color preview on #417F04 background

This text has white color on #417F04 background.