COLOR #415D6D

HEX: #415D6D
RGB: (65,93,109)

Color info

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

RGB color model

#415D6D color RGB value is (65,93,109).

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

RGB channels and saturation

R 65 of 255 = 25%
G 93 of 255 = 36%
B 109 of 255 = 43%

65
93
109

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

Portions of RGB colors in percentages

R + G + B =
65 + 93 + 109 = 267 (100%)
R 65 of 267 ~ 24.34%
G 93 of 267 ~ 34.83%
B 109 of 267 ~ 40.82%

%24.34
%34.83
%40.82

CMYK color model

#415D6D color CMYK value is (40,15,0,57).

  • cyan value is 40.37%
  • magenta value is 14.68%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(40,15,0,57)
C40M15Y0K57 
(40%,15%,0%,57%)
(0.40/0.15/0.00/0.57)	

CMYK percentages

%40.37
%14.68
%0
%57.25

Codes

Color #415D6D in popluar color models

415D6D
RGB6593109
HSL202°25.29%34.12%
HSB/HSV202°40.37%42.75%
CMYK40.37%14.68%0.00%
57.25%

Color #415D6D in popluar number systems.

HEX415D6D
Decimal6593109
Binary100000110111011101101
Octal101135155

Shades and tints

Shades of #415D6D

#415D6D
(65,93,109)
#3C5564
(60,85,100)
#374D5B
(55,77,91)
#324552
(50,69,82)
#2D3D49
(45,61,73)
#283540
(40,53,64)
#232D37
(35,45,55)
#1E252E
(30,37,46)
#191D25
(25,29,37)
#14151C
(20,21,28)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #415D6D

#415D6D
(65,93,109)
#526B7A
(82,107,122)
#637987
(99,121,135)
#748794
(116,135,148)
#8595A1
(133,149,161)
#96A3AE
(150,163,174)
#A7B1BB
(167,177,187)
#B8BFC8
(184,191,200)
#C9CDD5
(201,205,213)
#DADBE2
(218,219,226)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #415D6D; }

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

This text font color is #415D6D.


Background Color

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

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

This div background color is #415D6D.


Border color

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

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

This div border color is #415D6D.


Opacity

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

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

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

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

This text has shadow with #415D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415D6D on black background.


Color preview on white background

This text has color #415D6D on white background.



Black color preview on #415D6D background

This text has black color on #415D6D background.


White color preview on #415D6D background

This text has white color on #415D6D background.