COLOR #415D6A

HEX: #415D6A
RGB: (65,93,106)

Color info

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

RGB color model

#415D6A color RGB value is (65,93,106).

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

RGB channels and saturation

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

65
93
106

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

Portions of RGB colors in percentages

R + G + B =
65 + 93 + 106 = 264 (100%)
R 65 of 264 ~ 24.62%
G 93 of 264 ~ 35.23%
B 106 of 264 ~ 40.15%

%24.62
%35.23
%40.15

CMYK color model

#415D6A color CMYK value is (39,12,0,58).

  • cyan value is 38.68%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(39,12,0,58)
C39M12Y0K58 
(39%,12%,0%,58%)
(0.39/0.12/0.00/0.58)	

CMYK percentages

%38.68
%12.26
%0
%58.43

Codes

Color #415D6A in popluar color models

415D6A
RGB6593106
HSL199°23.98%33.53%
HSB/HSV199°38.68%41.57%
CMYK38.68%12.26%0.00%
58.43%

Color #415D6A in popluar number systems.

HEX415D6A
Decimal6593106
Binary100000110111011101010
Octal101135152

Shades and tints

Shades of #415D6A

#415D6A
(65,93,106)
#3C5561
(60,85,97)
#374D58
(55,77,88)
#32454F
(50,69,79)
#2D3D46
(45,61,70)
#28353D
(40,53,61)
#232D34
(35,45,52)
#1E252B
(30,37,43)
#191D22
(25,29,34)
#141519
(20,21,25)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #415D6A

#415D6A
(65,93,106)
#526B77
(82,107,119)
#637984
(99,121,132)
#748791
(116,135,145)
#85959E
(133,149,158)
#96A3AB
(150,163,171)
#A7B1B8
(167,177,184)
#B8BFC5
(184,191,197)
#C9CDD2
(201,205,210)
#DADBDF
(218,219,223)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #415D6A; }

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

This text font color is #415D6A.


Background Color

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

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

This div background color is #415D6A.


Border color

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

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

This div border color is #415D6A.


Opacity

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

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

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

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

This text has shadow with #415D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415D6A on black background.


Color preview on white background

This text has color #415D6A on white background.



Black color preview on #415D6A background

This text has black color on #415D6A background.


White color preview on #415D6A background

This text has white color on #415D6A background.