COLOR #417B16

HEX: #417B16
RGB: (65,123,22)

Color info

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

RGB color model

#417B16 color RGB value is (65,123,22).

  • red value is 65;
  • green value is 123;
  • blue value is 22.
RGB:
(65,123,22)
(25%,48%,9%)

RGB channels and saturation

R 65 of 255 = 25%
G 123 of 255 = 48%
B 22 of 255 = 9%

65
123
22

R + G + B ~ 27%. #417B16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 123 + 22 = 210 (100%)
R 65 of 210 ~ 30.95%
G 123 of 210 ~ 58.57%
B 22 of 210 ~ 10.48%

%30.95
%58.57
%10.48

CMYK color model

#417B16 color CMYK value is (47,0,82,52).

  • cyan value is 47.15%
  • magenta value is 0.00%
  • yellow value is 82.11%
  • key color value is 51.76%
CMYK:
(47,0,82,52)
C47M0Y82K52 
(47%,0%,82%,52%)
(0.47/0.00/0.82/0.52)	

CMYK percentages

%47.15
%0
%82.11
%51.76

Codes

Color #417B16 in popluar color models

417B16
RGB6512322
HSL94°69.66%28.43%
HSB/HSV94°82.11%48.24%
CMYK47.15%0.00%82.11%
51.76%

Color #417B16 in popluar number systems.

HEX417B16
Decimal6512322
Binary1000001111101110110
Octal10117326

Shades and tints

Shades of #417B16

#417B16
(65,123,22)
#3C7014
(60,112,20)
#376512
(55,101,18)
#325A10
(50,90,16)
#2D4F0E
(45,79,14)
#28440C
(40,68,12)
#23390A
(35,57,10)
#1E2E08
(30,46,8)
#192306
(25,35,6)
#141804
(20,24,4)
#0F0D02
(15,13,2)
#000000
(0,0,0)

Tints of #417B16

#417B16
(65,123,22)
#52872B
(82,135,43)
#639340
(99,147,64)
#749F55
(116,159,85)
#85AB6A
(133,171,106)
#96B77F
(150,183,127)
#A7C394
(167,195,148)
#B8CFA9
(184,207,169)
#C9DBBE
(201,219,190)
#DAE7D3
(218,231,211)
#EBF3E8
(235,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417B16 color. Also use rgb(65,123,22) instead hex code.

Text Font Color

.myTextColor { color: #417B16; }

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

This text font color is #417B16.


Background Color

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

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

This div background color is #417B16.


Border color

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

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

This div border color is #417B16.


Opacity

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

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

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

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

This text has shadow with #417B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417B16 on black background.


Color preview on white background

This text has color #417B16 on white background.



Black color preview on #417B16 background

This text has black color on #417B16 background.


White color preview on #417B16 background

This text has white color on #417B16 background.