COLOR #415B65

HEX: #415B65
RGB: (65,91,101)

Color info

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

RGB color model

#415B65 color RGB value is (65,91,101).

  • red value is 65;
  • green value is 91;
  • blue value is 101.
RGB:
(65,91,101)
(25%,36%,40%)

RGB channels and saturation

R 65 of 255 = 25%
G 91 of 255 = 36%
B 101 of 255 = 40%

65
91
101

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

Portions of RGB colors in percentages

R + G + B =
65 + 91 + 101 = 257 (100%)
R 65 of 257 ~ 25.29%
G 91 of 257 ~ 35.41%
B 101 of 257 ~ 39.3%

%25.29
%35.41
%39.3

CMYK color model

#415B65 color CMYK value is (36,10,0,60).

  • cyan value is 35.64%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(36,10,0,60)
C36M10Y0K60 
(36%,10%,0%,60%)
(0.36/0.10/0.00/0.60)	

CMYK percentages

%35.64
%9.9
%0
%60.39

Codes

Color #415B65 in popluar color models

415B65
RGB6591101
HSL197°21.69%32.55%
HSB/HSV197°35.64%39.61%
CMYK35.64%9.90%0.00%
60.39%

Color #415B65 in popluar number systems.

HEX415B65
Decimal6591101
Binary100000110110111100101
Octal101133145

Shades and tints

Shades of #415B65

#415B65
(65,91,101)
#3C535C
(60,83,92)
#374B53
(55,75,83)
#32434A
(50,67,74)
#2D3B41
(45,59,65)
#283338
(40,51,56)
#232B2F
(35,43,47)
#1E2326
(30,35,38)
#191B1D
(25,27,29)
#141314
(20,19,20)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #415B65

#415B65
(65,91,101)
#526973
(82,105,115)
#637781
(99,119,129)
#74858F
(116,133,143)
#85939D
(133,147,157)
#96A1AB
(150,161,171)
#A7AFB9
(167,175,185)
#B8BDC7
(184,189,199)
#C9CBD5
(201,203,213)
#DAD9E3
(218,217,227)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415B65 color. Also use rgb(65,91,101) instead hex code.

Text Font Color

.myTextColor { color: #415B65; }

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

This text font color is #415B65.


Background Color

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

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

This div background color is #415B65.


Border color

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

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

This div border color is #415B65.


Opacity

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

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

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

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

This text has shadow with #415B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415B65 on black background.


Color preview on white background

This text has color #415B65 on white background.



Black color preview on #415B65 background

This text has black color on #415B65 background.


White color preview on #415B65 background

This text has white color on #415B65 background.