COLOR #415F6A

HEX: #415F6A
RGB: (65,95,106)

Color info

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

RGB color model

#415F6A color RGB value is (65,95,106).

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

RGB channels and saturation

R 65 of 255 = 25%
G 95 of 255 = 37%
B 106 of 255 = 42%

65
95
106

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

Portions of RGB colors in percentages

R + G + B =
65 + 95 + 106 = 266 (100%)
R 65 of 266 ~ 24.44%
G 95 of 266 ~ 35.71%
B 106 of 266 ~ 39.85%

%24.44
%35.71
%39.85

CMYK color model

#415F6A color CMYK value is (39,10,0,58).

  • cyan value is 38.68%
  • magenta value is 10.38%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(39,10,0,58)
C39M10Y0K58 
(39%,10%,0%,58%)
(0.39/0.10/0.00/0.58)	

CMYK percentages

%38.68
%10.38
%0
%58.43

Codes

Color #415F6A in popluar color models

415F6A
RGB6595106
HSL196°23.98%33.53%
HSB/HSV196°38.68%41.57%
CMYK38.68%10.38%0.00%
58.43%

Color #415F6A in popluar number systems.

HEX415F6A
Decimal6595106
Binary100000110111111101010
Octal101137152

Shades and tints

Shades of #415F6A

#415F6A
(65,95,106)
#3C5761
(60,87,97)
#374F58
(55,79,88)
#32474F
(50,71,79)
#2D3F46
(45,63,70)
#28373D
(40,55,61)
#232F34
(35,47,52)
#1E272B
(30,39,43)
#191F22
(25,31,34)
#141719
(20,23,25)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #415F6A

#415F6A
(65,95,106)
#526D77
(82,109,119)
#637B84
(99,123,132)
#748991
(116,137,145)
#85979E
(133,151,158)
#96A5AB
(150,165,171)
#A7B3B8
(167,179,184)
#B8C1C5
(184,193,197)
#C9CFD2
(201,207,210)
#DADDDF
(218,221,223)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #415F6A; }

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

This text font color is #415F6A.


Background Color

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

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

This div background color is #415F6A.


Border color

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

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

This div border color is #415F6A.


Opacity

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

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

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

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

This text has shadow with #415F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415F6A on black background.


Color preview on white background

This text has color #415F6A on white background.



Black color preview on #415F6A background

This text has black color on #415F6A background.


White color preview on #415F6A background

This text has white color on #415F6A background.