COLOR #415C6C

HEX: #415C6C
RGB: (65,92,108)

Color info

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

RGB color model

#415C6C color RGB value is (65,92,108).

  • red value is 65;
  • green value is 92;
  • blue value is 108.
RGB:
(65,92,108)
(25%,36%,42%)

RGB channels and saturation

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

65
92
108

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

Portions of RGB colors in percentages

R + G + B =
65 + 92 + 108 = 265 (100%)
R 65 of 265 ~ 24.53%
G 92 of 265 ~ 34.72%
B 108 of 265 ~ 40.75%

%24.53
%34.72
%40.75

CMYK color model

#415C6C color CMYK value is (40,15,0,58).

  • cyan value is 39.81%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(40,15,0,58)
C40M15Y0K58 
(40%,15%,0%,58%)
(0.40/0.15/0.00/0.58)	

CMYK percentages

%39.81
%14.81
%0
%57.65

Codes

Color #415C6C in popluar color models

415C6C
RGB6592108
HSL202°24.86%33.92%
HSB/HSV202°39.81%42.35%
CMYK39.81%14.81%0.00%
57.65%

Color #415C6C in popluar number systems.

HEX415C6C
Decimal6592108
Binary100000110111001101100
Octal101134154

Shades and tints

Shades of #415C6C

#415C6C
(65,92,108)
#3C5463
(60,84,99)
#374C5A
(55,76,90)
#324451
(50,68,81)
#2D3C48
(45,60,72)
#28343F
(40,52,63)
#232C36
(35,44,54)
#1E242D
(30,36,45)
#191C24
(25,28,36)
#14141B
(20,20,27)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #415C6C

#415C6C
(65,92,108)
#526A79
(82,106,121)
#637886
(99,120,134)
#748693
(116,134,147)
#8594A0
(133,148,160)
#96A2AD
(150,162,173)
#A7B0BA
(167,176,186)
#B8BEC7
(184,190,199)
#C9CCD4
(201,204,212)
#DADAE1
(218,218,225)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #415C6C; }

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

This text font color is #415C6C.


Background Color

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

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

This div background color is #415C6C.


Border color

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

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

This div border color is #415C6C.


Opacity

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

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

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

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

This text has shadow with #415C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415C6C on black background.


Color preview on white background

This text has color #415C6C on white background.



Black color preview on #415C6C background

This text has black color on #415C6C background.


White color preview on #415C6C background

This text has white color on #415C6C background.