COLOR #417756

HEX: #417756
RGB: (65,119,86)

Color info

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

RGB color model

#417756 color RGB value is (65,119,86).

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

RGB channels and saturation

R 65 of 255 = 25%
G 119 of 255 = 47%
B 86 of 255 = 34%

65
119
86

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

Portions of RGB colors in percentages

R + G + B =
65 + 119 + 86 = 270 (100%)
R 65 of 270 ~ 24.07%
G 119 of 270 ~ 44.07%
B 86 of 270 ~ 31.85%

%24.07
%44.07
%31.85

CMYK color model

#417756 color CMYK value is (45,0,28,53).

  • cyan value is 45.38%
  • magenta value is 0.00%
  • yellow value is 27.73%
  • key color value is 53.33%
CMYK:
(45,0,28,53)
C45M0Y28K53 
(45%,0%,28%,53%)
(0.45/0.00/0.28/0.53)	

CMYK percentages

%45.38
%0
%27.73
%53.33

Codes

Color #417756 in popluar color models

417756
RGB6511986
HSL143°29.35%36.08%
HSB/HSV143°45.38%46.67%
CMYK45.38%0.00%27.73%
53.33%

Color #417756 in popluar number systems.

HEX417756
Decimal6511986
Binary100000111101111010110
Octal101167126

Shades and tints

Shades of #417756

#417756
(65,119,86)
#3C6D4F
(60,109,79)
#376348
(55,99,72)
#325941
(50,89,65)
#2D4F3A
(45,79,58)
#284533
(40,69,51)
#233B2C
(35,59,44)
#1E3125
(30,49,37)
#19271E
(25,39,30)
#141D17
(20,29,23)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #417756

#417756
(65,119,86)
#528365
(82,131,101)
#638F74
(99,143,116)
#749B83
(116,155,131)
#85A792
(133,167,146)
#96B3A1
(150,179,161)
#A7BFB0
(167,191,176)
#B8CBBF
(184,203,191)
#C9D7CE
(201,215,206)
#DAE3DD
(218,227,221)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417756; }

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

This text font color is #417756.


Background Color

.myBgColor { background-color: #417756; }

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

This div background color is #417756.


Border color

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

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

This div border color is #417756.


Opacity

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

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

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

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

This text has shadow with #417756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417756 on black background.


Color preview on white background

This text has color #417756 on white background.



Black color preview on #417756 background

This text has black color on #417756 background.


White color preview on #417756 background

This text has white color on #417756 background.