COLOR #415F53

HEX: #415F53 RGB: (65,95,83)

Color info

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

RGB color model

#415F53 color RGB value is (65,95,83).

RGB: (65,95,83) (25%, 37%, 33%)

RGB channels and saturation

R 65 of 255 = 25%
G 95 of 255 = 37%
B 83 of 255 = 33%

65
95
83

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

Portions of RGB colors in percentages

R + G + B = 65 + 95 + 83 = 243 (100%)
R 65 of 243 ~ 26.75%
G 95 of 243 ~ 39.09%
B 83 of 243 ~ 34.16'%

%26.75
%39.09
%34.16

CMYK color model

#415F53 color CMYK value is (32,0,13,63).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 62.75%

CMYK: (32,0,13,63)
C32M0Y13K63 (32%, 0%, 13%, 63%)
(0.32 / 0.00 / 0.13 / 0.63)

CMYK percentages

%31.58
%0
%12.63
%62.75

Codes

Color #415F53 in popluar color models

41 5F 53
RGB 65 95 83
HSL 156° 18.75% 31.37%
HSB/HSV 156° 31.58% 37.25%
CMYK 31.58% 0.00% 12.63%
62.75%

Color #415F53 in popluar number systems.

HEX 41 5F 53
Decimal 65 95 83
Binary 1000001 1011111 1010011
Octal 101 137 123

Shades and tints

Shades of #415F53

#415F53
(65,95,83)
#3C574C
(60,87,76)
#374F45
(55,79,69)
#32473E
(50,71,62)
#2D3F37
(45,63,55)
#283730
(40,55,48)
#232F29
(35,47,41)
#1E2722
(30,39,34)
#191F1B
(25,31,27)
#141714
(20,23,20)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #415F53

#415F53
(65,95,83)
#526D62
(82,109,98)
#637B71
(99,123,113)
#748980
(116,137,128)
#85978F
(133,151,143)
#96A59E
(150,165,158)
#A7B3AD
(167,179,173)
#B8C1BC
(184,193,188)
#C9CFCB
(201,207,203)
#DADDDA
(218,221,218)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #415F53; }

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

This text font color is #415F53.

Background Color

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

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

This div background color is #415F53.

Border color

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

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

This div border color is #415F53.

Opacity

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

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

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

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

This text has shadow with #415F53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #415F53.

Preview

Color preview on black background

This text has color #415F53 on black background.


Color preview on white background

This text has color #415F53 on white background.


Black color preview on #415F53 background

This text has black color on #415F53 background.


White color preview on #415F53 background

This text has white color on #415F53 background.


Related colors

Complementary color

Complementary color for #hex is #BEA0AC.


I love getcolorcode.com

Triadic colors

1 #53415F and #5F5341 with #415F53 are triadic colors.

2 #535F41 and #5F4153 with #415F53 are triadic colors.