COLOR #415059

HEX: #415059
RGB: (65,80,89)

Color info

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

RGB color model

#415059 color RGB value is (65,80,89).

  • red value is 65;
  • green value is 80;
  • blue value is 89.
RGB:
(65,80,89)
(25%,31%,35%)

RGB channels and saturation

R 65 of 255 = 25%
G 80 of 255 = 31%
B 89 of 255 = 35%

65
80
89

R + G + B ~ 30%. #415059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 80 + 89 = 234 (100%)
R 65 of 234 ~ 27.78%
G 80 of 234 ~ 34.19%
B 89 of 234 ~ 38.03%

%27.78
%34.19
%38.03

CMYK color model

#415059 color CMYK value is (27,10,0,65).

  • cyan value is 26.97%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(27,10,0,65)
C27M10Y0K65 
(27%,10%,0%,65%)
(0.27/0.10/0.00/0.65)	

CMYK percentages

%26.97
%10.11
%0
%65.1

Codes

Color #415059 in popluar color models

415059
RGB658089
HSL203°15.58%30.20%
HSB/HSV203°26.97%34.90%
CMYK26.97%10.11%0.00%
65.10%

Color #415059 in popluar number systems.

HEX415059
Decimal658089
Binary100000110100001011001
Octal101120131

Shades and tints

Shades of #415059

#415059
(65,80,89)
#3C4951
(60,73,81)
#374249
(55,66,73)
#323B41
(50,59,65)
#2D3439
(45,52,57)
#282D31
(40,45,49)
#232629
(35,38,41)
#1E1F21
(30,31,33)
#191819
(25,24,25)
#141111
(20,17,17)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #415059

#415059
(65,80,89)
#525F68
(82,95,104)
#636E77
(99,110,119)
#747D86
(116,125,134)
#858C95
(133,140,149)
#969BA4
(150,155,164)
#A7AAB3
(167,170,179)
#B8B9C2
(184,185,194)
#C9C8D1
(201,200,209)
#DAD7E0
(218,215,224)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415059 color. Also use rgb(65,80,89) instead hex code.

Text Font Color

.myTextColor { color: #415059; }

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

This text font color is #415059.


Background Color

.myBgColor { background-color: #415059; }

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

This div background color is #415059.


Border color

.myBorderColor { border: 1px solid #415059; }

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

This div border color is #415059.


Opacity

.myOpacity80 { color: #415059; opacity: 0.8; }

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

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

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

This text has shadow with #415059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415059 on black background.


Color preview on white background

This text has color #415059 on white background.



Black color preview on #415059 background

This text has black color on #415059 background.


White color preview on #415059 background

This text has white color on #415059 background.