COLOR #417E0B

HEX: #417E0B RGB: (65,126,11)

Color info

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

RGB color model

#417E0B color RGB value is (65,126,11).

RGB: (65,126,11) (25%, 49%, 4%)

RGB channels and saturation

R 65 of 255 = 25%
G 126 of 255 = 49%
B 11 of 255 = 4%

65
126
11

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

Portions of RGB colors in percentages

R + G + B = 65 + 126 + 11 = 202 (100%)
R 65 of 202 ~ 32.18%
G 126 of 202 ~ 62.38%
B 11 of 202 ~ 5.45'%

%32.18
%62.38

CMYK color model

#417E0B color CMYK value is (48,0,91,51).

  • cyan value is 48.41%
  • magenta value is 0.00%
  • yellow value is 91.27%
  • key color value is 50.59%

CMYK: (48,0,91,51)
C48M0Y91K51 (48%, 0%, 91%, 51%)
(0.48 / 0.00 / 0.91 / 0.51)

CMYK percentages

%48.41
%0
%91.27
%50.59

Codes

Color #417E0B in popluar color models

41 7E 0B
RGB 65 126 11
HSL 92° 83.94% 26.86%
HSB/HSV 92° 91.27% 49.41%
CMYK 48.41% 0.00% 91.27%
50.59%

Color #417E0B in popluar number systems.

HEX 41 7E 0B
Decimal 65 126 11
Binary 1000001 1111110 1011
Octal 101 176 13

Shades and tints

Shades of #417E0B

#417E0B
(65,126,11)
#3C730A
(60,115,10)
#376809
(55,104,9)
#325D08
(50,93,8)
#2D5207
(45,82,7)
#284706
(40,71,6)
#233C05
(35,60,5)
#1E3104
(30,49,4)
#192603
(25,38,3)
#141B02
(20,27,2)
#0F1001
(15,16,1)
#000000
(0,0,0)

Tints of #417E0B

#417E0B
(65,126,11)
#528921
(82,137,33)
#639437
(99,148,55)
#749F4D
(116,159,77)
#85AA63
(133,170,99)
#96B579
(150,181,121)
#A7C08F
(167,192,143)
#B8CBA5
(184,203,165)
#C9D6BB
(201,214,187)
#DAE1D1
(218,225,209)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417E0B color. Also use rgb(65,126,11) instead hex code.

Text Font Color

.myTextColor { color: #417E0B; }

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

This text font color is #417E0B.

Background Color

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

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

This div background color is #417E0B.

Border color

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

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

This div border color is #417E0B.

Opacity

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

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

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

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

This text has shadow with #417E0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #417E0B.

Preview

Color preview on black background

This text has color #417E0B on black background.


Color preview on white background

This text has color #417E0B on white background.


Black color preview on #417E0B background

This text has black color on #417E0B background.


White color preview on #417E0B background

This text has white color on #417E0B background.


Related colors

Complementary color

Complementary color for #hex is #BE81F4.


I love getcolorcode.com

Triadic colors

1 #0B417E and #7E0B41 with #417E0B are triadic colors.

2 #0B7E41 and #7E410B with #417E0B are triadic colors.