COLOR #417A52

HEX: #417A52
RGB: (65,122,82)

Color info

#417A52 contains red, green and blue colors in about the same proportion. Web safe color of #417A52 is #336666 (or #366).

RGB color model

#417A52 color RGB value is (65,122,82).

  • red value is 65;
  • green value is 122;
  • blue value is 82.
RGB:
(65,122,82)
(25%,48%,32%)

RGB channels and saturation

R 65 of 255 = 25%
G 122 of 255 = 48%
B 82 of 255 = 32%

65
122
82

R + G + B ~ 35%. #417A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 122 + 82 = 269 (100%)
R 65 of 269 ~ 24.16%
G 122 of 269 ~ 45.35%
B 82 of 269 ~ 30.48%

%24.16
%45.35
%30.48

CMYK color model

#417A52 color CMYK value is (47,0,33,52).

  • cyan value is 46.72%
  • magenta value is 0.00%
  • yellow value is 32.79%
  • key color value is 52.16%
CMYK:
(47,0,33,52)
C47M0Y33K52 
(47%,0%,33%,52%)
(0.47/0.00/0.33/0.52)	

CMYK percentages

%46.72
%0
%32.79
%52.16

Codes

Color #417A52 in popluar color models

417A52
RGB6512282
HSL138°30.48%36.67%
HSB/HSV138°46.72%47.84%
CMYK46.72%0.00%32.79%
52.16%

Color #417A52 in popluar number systems.

HEX417A52
Decimal6512282
Binary100000111110101010010
Octal101172122

Shades and tints

Shades of #417A52

#417A52
(65,122,82)
#3C6F4B
(60,111,75)
#376444
(55,100,68)
#32593D
(50,89,61)
#2D4E36
(45,78,54)
#28432F
(40,67,47)
#233828
(35,56,40)
#1E2D21
(30,45,33)
#19221A
(25,34,26)
#141713
(20,23,19)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #417A52

#417A52
(65,122,82)
#528661
(82,134,97)
#639270
(99,146,112)
#749E7F
(116,158,127)
#85AA8E
(133,170,142)
#96B69D
(150,182,157)
#A7C2AC
(167,194,172)
#B8CEBB
(184,206,187)
#C9DACA
(201,218,202)
#DAE6D9
(218,230,217)
#EBF2E8
(235,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417A52; }

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

This text font color is #417A52.


Background Color

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

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

This div background color is #417A52.


Border color

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

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

This div border color is #417A52.


Opacity

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

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

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

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

This text has shadow with #417A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417A52 on black background.


Color preview on white background

This text has color #417A52 on white background.



Black color preview on #417A52 background

This text has black color on #417A52 background.


White color preview on #417A52 background

This text has white color on #417A52 background.