COLOR #417C58

HEX: #417C58
RGB: (65,124,88)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

65
124
88

R + G + B ~ 36%. #417C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 124 + 88 = 277 (100%)
R 65 of 277 ~ 23.47%
G 124 of 277 ~ 44.77%
B 88 of 277 ~ 31.77%

%23.47
%44.77
%31.77

CMYK color model

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

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

CMYK percentages

%47.58
%0
%29.03
%51.37

Codes

Color #417C58 in popluar color models

417C58
RGB6512488
HSL143°31.22%37.06%
HSB/HSV143°47.58%48.63%
CMYK47.58%0.00%29.03%
51.37%

Color #417C58 in popluar number systems.

HEX417C58
Decimal6512488
Binary100000111111001011000
Octal101174130

Shades and tints

Shades of #417C58

#417C58
(65,124,88)
#3C7150
(60,113,80)
#376648
(55,102,72)
#325B40
(50,91,64)
#2D5038
(45,80,56)
#284530
(40,69,48)
#233A28
(35,58,40)
#1E2F20
(30,47,32)
#192418
(25,36,24)
#141910
(20,25,16)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #417C58

#417C58
(65,124,88)
#528767
(82,135,103)
#639276
(99,146,118)
#749D85
(116,157,133)
#85A894
(133,168,148)
#96B3A3
(150,179,163)
#A7BEB2
(167,190,178)
#B8C9C1
(184,201,193)
#C9D4D0
(201,212,208)
#DADFDF
(218,223,223)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417C58; }

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

This text font color is #417C58.


Background Color

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

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

This div background color is #417C58.


Border color

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

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

This div border color is #417C58.


Opacity

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

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

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

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

This text has shadow with #417C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417C58 on black background.


Color preview on white background

This text has color #417C58 on white background.



Black color preview on #417C58 background

This text has black color on #417C58 background.


White color preview on #417C58 background

This text has white color on #417C58 background.