COLOR #417C0B

HEX: #417C0B
RGB: (65,124,11)

Color info

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

RGB color model

#417C0B color RGB value is (65,124,11).

  • red value is 65;
  • green value is 124;
  • blue value is 11.
RGB:
(65,124,11)
(25%,49%,4%)

RGB channels and saturation

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

65
124
11

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

Portions of RGB colors in percentages

R + G + B =
65 + 124 + 11 = 200 (100%)
R 65 of 200 ~ 32.5%
G 124 of 200 ~ 62%
B 11 of 200 ~ 5.5%

%32.5
%62

CMYK color model

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

  • cyan value is 47.58%
  • magenta value is 0.00%
  • yellow value is 91.13%
  • key color value is 51.37%
CMYK:
(48,0,91,51)
C48M0Y91K51 
(48%,0%,91%,51%)
(0.48/0.00/0.91/0.51)	

CMYK percentages

%47.58
%0
%91.13
%51.37

Codes

Color #417C0B in popluar color models

417C0B
RGB6512411
HSL91°83.70%26.47%
HSB/HSV91°91.13%48.63%
CMYK47.58%0.00%91.13%
51.37%

Color #417C0B in popluar number systems.

HEX417C0B
Decimal6512411
Binary100000111111001011
Octal10117413

Shades and tints

Shades of #417C0B

#417C0B
(65,124,11)
#3C710A
(60,113,10)
#376609
(55,102,9)
#325B08
(50,91,8)
#2D5007
(45,80,7)
#284506
(40,69,6)
#233A05
(35,58,5)
#1E2F04
(30,47,4)
#192403
(25,36,3)
#141902
(20,25,2)
#0F0E01
(15,14,1)
#000000
(0,0,0)

Tints of #417C0B

#417C0B
(65,124,11)
#528721
(82,135,33)
#639237
(99,146,55)
#749D4D
(116,157,77)
#85A863
(133,168,99)
#96B379
(150,179,121)
#A7BE8F
(167,190,143)
#B8C9A5
(184,201,165)
#C9D4BB
(201,212,187)
#DADFD1
(218,223,209)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417C0B; }

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

This text font color is #417C0B.


Background Color

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

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

This div background color is #417C0B.


Border color

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

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

This div border color is #417C0B.


Opacity

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

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

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

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

This text has shadow with #417C0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417C0B on black background.


Color preview on white background

This text has color #417C0B on white background.



Black color preview on #417C0B background

This text has black color on #417C0B background.


White color preview on #417C0B background

This text has white color on #417C0B background.