COLOR #417D3A

HEX: #417D3A
RGB: (65,125,58)

Color info

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

RGB color model

#417D3A color RGB value is (65,125,58).

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

RGB channels and saturation

R 65 of 255 = 25%
G 125 of 255 = 49%
B 58 of 255 = 23%

65
125
58

R + G + B ~ 32%. #417D3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 125 + 58 = 248 (100%)
R 65 of 248 ~ 26.21%
G 125 of 248 ~ 50.4%
B 58 of 248 ~ 23.39%

%26.21
%50.4
%23.39

CMYK color model

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

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 53.60%
  • key color value is 50.98%
CMYK:
(48,0,54,51)
C48M0Y54K51 
(48%,0%,54%,51%)
(0.48/0.00/0.54/0.51)	

CMYK percentages

%48
%0
%53.6
%50.98

Codes

Color #417D3A in popluar color models

417D3A
RGB6512558
HSL114°36.61%35.88%
HSB/HSV114°53.60%49.02%
CMYK48.00%0.00%53.60%
50.98%

Color #417D3A in popluar number systems.

HEX417D3A
Decimal6512558
Binary10000011111101111010
Octal10117572

Shades and tints

Shades of #417D3A

#417D3A
(65,125,58)
#3C7235
(60,114,53)
#376730
(55,103,48)
#325C2B
(50,92,43)
#2D5126
(45,81,38)
#284621
(40,70,33)
#233B1C
(35,59,28)
#1E3017
(30,48,23)
#192512
(25,37,18)
#141A0D
(20,26,13)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #417D3A

#417D3A
(65,125,58)
#52884B
(82,136,75)
#63935C
(99,147,92)
#749E6D
(116,158,109)
#85A97E
(133,169,126)
#96B48F
(150,180,143)
#A7BFA0
(167,191,160)
#B8CAB1
(184,202,177)
#C9D5C2
(201,213,194)
#DAE0D3
(218,224,211)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417D3A; }

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

This text font color is #417D3A.


Background Color

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

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

This div background color is #417D3A.


Border color

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

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

This div border color is #417D3A.


Opacity

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

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

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

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

This text has shadow with #417D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417D3A on black background.


Color preview on white background

This text has color #417D3A on white background.



Black color preview on #417D3A background

This text has black color on #417D3A background.


White color preview on #417D3A background

This text has white color on #417D3A background.