COLOR #415361

HEX: #415361
RGB: (65,83,97)

Color info

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

RGB color model

#415361 color RGB value is (65,83,97).

  • red value is 65;
  • green value is 83;
  • blue value is 97.
RGB:
(65,83,97)
(25%,33%,38%)

RGB channels and saturation

R 65 of 255 = 25%
G 83 of 255 = 33%
B 97 of 255 = 38%

65
83
97

R + G + B ~ 32%. #415361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 83 + 97 = 245 (100%)
R 65 of 245 ~ 26.53%
G 83 of 245 ~ 33.88%
B 97 of 245 ~ 39.59%

%26.53
%33.88
%39.59

CMYK color model

#415361 color CMYK value is (33,14,0,62).

  • cyan value is 32.99%
  • magenta value is 14.43%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(33,14,0,62)
C33M14Y0K62 
(33%,14%,0%,62%)
(0.33/0.14/0.00/0.62)	

CMYK percentages

%32.99
%14.43
%0
%61.96

Codes

Color #415361 in popluar color models

415361
RGB658397
HSL206°19.75%31.76%
HSB/HSV206°32.99%38.04%
CMYK32.99%14.43%0.00%
61.96%

Color #415361 in popluar number systems.

HEX415361
Decimal658397
Binary100000110100111100001
Octal101123141

Shades and tints

Shades of #415361

#415361
(65,83,97)
#3C4C59
(60,76,89)
#374551
(55,69,81)
#323E49
(50,62,73)
#2D3741
(45,55,65)
#283039
(40,48,57)
#232931
(35,41,49)
#1E2229
(30,34,41)
#191B21
(25,27,33)
#141419
(20,20,25)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #415361

#415361
(65,83,97)
#52626F
(82,98,111)
#63717D
(99,113,125)
#74808B
(116,128,139)
#858F99
(133,143,153)
#969EA7
(150,158,167)
#A7ADB5
(167,173,181)
#B8BCC3
(184,188,195)
#C9CBD1
(201,203,209)
#DADADF
(218,218,223)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415361 color. Also use rgb(65,83,97) instead hex code.

Text Font Color

.myTextColor { color: #415361; }

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

This text font color is #415361.


Background Color

.myBgColor { background-color: #415361; }

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

This div background color is #415361.


Border color

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

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

This div border color is #415361.


Opacity

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

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

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

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

This text has shadow with #415361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415361 on black background.


Color preview on white background

This text has color #415361 on white background.



Black color preview on #415361 background

This text has black color on #415361 background.


White color preview on #415361 background

This text has white color on #415361 background.