COLOR #417F43

HEX: #417F43
RGB: (65,127,67)

Color info

#417F43 contains mainly green color. Web safe color of #417F43 is #336633 (or #363).

RGB color model

#417F43 color RGB value is (65,127,67).

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

RGB channels and saturation

R 65 of 255 = 25%
G 127 of 255 = 50%
B 67 of 255 = 26%

65
127
67

R + G + B ~ 34%. #417F43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 127 + 67 = 259 (100%)
R 65 of 259 ~ 25.1%
G 127 of 259 ~ 49.03%
B 67 of 259 ~ 25.87%

%25.1
%49.03
%25.87

CMYK color model

#417F43 color CMYK value is (49,0,47,50).

  • cyan value is 48.82%
  • magenta value is 0.00%
  • yellow value is 47.24%
  • key color value is 50.20%
CMYK:
(49,0,47,50)
C49M0Y47K50 
(49%,0%,47%,50%)
(0.49/0.00/0.47/0.50)	

CMYK percentages

%48.82
%0
%47.24
%50.2

Codes

Color #417F43 in popluar color models

417F43
RGB6512767
HSL122°32.29%37.65%
HSB/HSV122°48.82%49.80%
CMYK48.82%0.00%47.24%
50.20%

Color #417F43 in popluar number systems.

HEX417F43
Decimal6512767
Binary100000111111111000011
Octal101177103

Shades and tints

Shades of #417F43

#417F43
(65,127,67)
#3C743D
(60,116,61)
#376937
(55,105,55)
#325E31
(50,94,49)
#2D532B
(45,83,43)
#284825
(40,72,37)
#233D1F
(35,61,31)
#1E3219
(30,50,25)
#192713
(25,39,19)
#141C0D
(20,28,13)
#0F1107
(15,17,7)
#000000
(0,0,0)

Tints of #417F43

#417F43
(65,127,67)
#528A54
(82,138,84)
#639565
(99,149,101)
#74A076
(116,160,118)
#85AB87
(133,171,135)
#96B698
(150,182,152)
#A7C1A9
(167,193,169)
#B8CCBA
(184,204,186)
#C9D7CB
(201,215,203)
#DAE2DC
(218,226,220)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417F43; }

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

This text font color is #417F43.


Background Color

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

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

This div background color is #417F43.


Border color

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

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

This div border color is #417F43.


Opacity

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

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

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

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

This text has shadow with #417F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417F43 on black background.


Color preview on white background

This text has color #417F43 on white background.



Black color preview on #417F43 background

This text has black color on #417F43 background.


White color preview on #417F43 background

This text has white color on #417F43 background.