COLOR #415D6C

HEX: #415D6C RGB: (65,93,108)

Color info

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

RGB color model

#415D6C color RGB value is (65,93,108).

RGB: (65,93,108) (25%, 36%, 42%)

RGB channels and saturation

R 65 of 255 = 25%
G 93 of 255 = 36%
B 108 of 255 = 42%

65
93
108

R + G + B ~ 34%. #415D6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 93 + 108 = 266 (100%)
R 65 of 266 ~ 24.44%
G 93 of 266 ~ 34.96%
B 108 of 266 ~ 40.6'%

%24.44
%34.96
%40.6

CMYK color model

#415D6C color CMYK value is (40,14,0,58).

  • cyan value is 39.81%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (40,14,0,58) C40M14Y0K58 (40%,14%,0%,58%) (0.40/0.14/0.00/0.58) 

CMYK percentages

%39.81
%13.89
%0
%57.65

Codes

Color #415D6C in popluar color models

41 5D 6C
RGB 65 93 108
HSL 201° 24.86% 33.92%
HSB/HSV 201° 39.81% 42.35%
CMYK 39.81% 13.89% 0.00%
57.65%

Color #415D6C in popluar number systems.

HEX 41 5D 6C
Decimal 65 93 108
Binary 1000001 1011101 1101100
Octal 101 135 154

Shades and tints

Shades of #415D6C

#415D6C
(65,93,108)
#3C5563
(60,85,99)
#374D5A
(55,77,90)
#324551
(50,69,81)
#2D3D48
(45,61,72)
#28353F
(40,53,63)
#232D36
(35,45,54)
#1E252D
(30,37,45)
#191D24
(25,29,36)
#14151B
(20,21,27)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #415D6C

#415D6C
(65,93,108)
#526B79
(82,107,121)
#637986
(99,121,134)
#748793
(116,135,147)
#8595A0
(133,149,160)
#96A3AD
(150,163,173)
#A7B1BA
(167,177,186)
#B8BFC7
(184,191,199)
#C9CDD4
(201,205,212)
#DADBE1
(218,219,225)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415D6C color. Also use rgb(65,93,108) instead hex code.

Text Font Color

.myTextColor { color: #415D6C; }

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

This text font color is #415D6C.

Background Color

.myBgColor { background-color: #415D6C; }

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

This div background color is #415D6C.

Border color

.myBorderColor { border: 1px solid #415D6C; }

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

This div border color is #415D6C.

Opacity

.myOpacity80 { color: #415D6C; opacity: 0.8; }

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

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

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

This text has shadow with #415D6C color.


.textShadow {text-shadow: 3px 3px 1px #415D6C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #415D6C; -webkit-box-shadow: 1px 1px 3px 2px #415D6C; box-shadow:1px 1px 3px 2px #415D6C;">
Div content here
</div>

This div box has shadow with color #415D6C.

Preview

Color preview on black background

This text has color #415D6C on black background.


Color preview on white background

This text has color #415D6C on white background.


Black color preview on #415D6C background

This text has black color on #415D6C background.


White color preview on #415D6C background

This text has white color on #415D6C background.


Related colors

Complementary color

Complementary color for #hex is #BEA293.


I love getcolorcode.com

Triadic colors

1 #6C415D and #5D6C41 with #415D6C are triadic colors.

2 #6C5D41 and #5D416C with #415D6C are triadic colors.