COLOR #417C41

HEX: #417C41
RGB: (65,124,65)

Color info

#417C41 contains red, green and blue colors in about the same proportion. Web safe color of #417C41 is #336633 (or #363).

RGB color model

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

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

RGB channels and saturation

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

65
124
65

R + G + B ~ 33%. #417C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 124 + 65 = 254 (100%)
R 65 of 254 ~ 25.59%
G 124 of 254 ~ 48.82%
B 65 of 254 ~ 25.59%

%25.59
%48.82
%25.59

CMYK color model

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

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

CMYK percentages

%47.58
%0
%47.58
%51.37

Codes

Color #417C41 in popluar color models

417C41
RGB6512465
HSL120°31.22%37.06%
HSB/HSV120°47.58%48.63%
CMYK47.58%0.00%47.58%
51.37%

Color #417C41 in popluar number systems.

HEX417C41
Decimal6512465
Binary100000111111001000001
Octal101174101

Shades and tints

Shades of #417C41

#417C41
(65,124,65)
#3C713C
(60,113,60)
#376637
(55,102,55)
#325B32
(50,91,50)
#2D502D
(45,80,45)
#284528
(40,69,40)
#233A23
(35,58,35)
#1E2F1E
(30,47,30)
#192419
(25,36,25)
#141914
(20,25,20)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #417C41

#417C41
(65,124,65)
#528752
(82,135,82)
#639263
(99,146,99)
#749D74
(116,157,116)
#85A885
(133,168,133)
#96B396
(150,179,150)
#A7BEA7
(167,190,167)
#B8C9B8
(184,201,184)
#C9D4C9
(201,212,201)
#DADFDA
(218,223,218)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417C41; }

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

This text font color is #417C41.


Background Color

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

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

This div background color is #417C41.


Border color

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

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

This div border color is #417C41.


Opacity

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

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

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

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

This text has shadow with #417C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417C41 on black background.


Color preview on white background

This text has color #417C41 on white background.



Black color preview on #417C41 background

This text has black color on #417C41 background.


White color preview on #417C41 background

This text has white color on #417C41 background.