COLOR #417752

HEX: #417752
RGB: (65,119,82)

Color info

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

RGB color model

#417752 color RGB value is (65,119,82).

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

RGB channels and saturation

R 65 of 255 = 25%
G 119 of 255 = 47%
B 82 of 255 = 32%

65
119
82

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

Portions of RGB colors in percentages

R + G + B =
65 + 119 + 82 = 266 (100%)
R 65 of 266 ~ 24.44%
G 119 of 266 ~ 44.74%
B 82 of 266 ~ 30.83%

%24.44
%44.74
%30.83

CMYK color model

#417752 color CMYK value is (45,0,31,53).

  • cyan value is 45.38%
  • magenta value is 0.00%
  • yellow value is 31.09%
  • key color value is 53.33%
CMYK:
(45,0,31,53)
C45M0Y31K53 
(45%,0%,31%,53%)
(0.45/0.00/0.31/0.53)	

CMYK percentages

%45.38
%0
%31.09
%53.33

Codes

Color #417752 in popluar color models

417752
RGB6511982
HSL139°29.35%36.08%
HSB/HSV139°45.38%46.67%
CMYK45.38%0.00%31.09%
53.33%

Color #417752 in popluar number systems.

HEX417752
Decimal6511982
Binary100000111101111010010
Octal101167122

Shades and tints

Shades of #417752

#417752
(65,119,82)
#3C6D4B
(60,109,75)
#376344
(55,99,68)
#32593D
(50,89,61)
#2D4F36
(45,79,54)
#28452F
(40,69,47)
#233B28
(35,59,40)
#1E3121
(30,49,33)
#19271A
(25,39,26)
#141D13
(20,29,19)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #417752

#417752
(65,119,82)
#528361
(82,131,97)
#638F70
(99,143,112)
#749B7F
(116,155,127)
#85A78E
(133,167,142)
#96B39D
(150,179,157)
#A7BFAC
(167,191,172)
#B8CBBB
(184,203,187)
#C9D7CA
(201,215,202)
#DAE3D9
(218,227,217)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417752; }

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

This text font color is #417752.


Background Color

.myBgColor { background-color: #417752; }

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

This div background color is #417752.


Border color

.myBorderColor { border: 1px solid #417752; }

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

This div border color is #417752.


Opacity

.myOpacity80 { color: #417752; opacity: 0.8; }

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

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

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

This text has shadow with #417752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417752 on black background.


Color preview on white background

This text has color #417752 on white background.



Black color preview on #417752 background

This text has black color on #417752 background.


White color preview on #417752 background

This text has white color on #417752 background.