COLOR #415F7C

HEX: #415F7C RGB: (65,95,124)

Color info

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

RGB color model

#415F7C color RGB value is (65,95,124).

RGB: (65,95,124) (25%, 37%, 49%)

RGB channels and saturation

R 65 of 255 = 25%
G 95 of 255 = 37%
B 124 of 255 = 49%

65
95
124

R + G + B ~ 37%. #415F7C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 95 + 124 = 284 (100%)
R 65 of 284 ~ 22.89%
G 95 of 284 ~ 33.45%
B 124 of 284 ~ 43.66'%

%22.89
%33.45
%43.66

CMYK color model

#415F7C color CMYK value is (48,23,0,51).

  • cyan value is 47.58%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (48,23,0,51)
C48M23Y0K51 (48%, 23%, 0%, 51%)
(0.48 / 0.23 / 0.00 / 0.51)

CMYK percentages

%47.58
%23.39
%0
%51.37

Codes

Color #415F7C in popluar color models

41 5F 7C
RGB 65 95 124
HSL 209° 31.22% 37.06%
HSB/HSV 209° 47.58% 48.63%
CMYK 47.58% 23.39% 0.00%
51.37%

Color #415F7C in popluar number systems.

HEX 41 5F 7C
Decimal 65 95 124
Binary 1000001 1011111 1111100
Octal 101 137 174

Shades and tints

Shades of #415F7C

#415F7C
(65,95,124)
#3C5771
(60,87,113)
#374F66
(55,79,102)
#32475B
(50,71,91)
#2D3F50
(45,63,80)
#283745
(40,55,69)
#232F3A
(35,47,58)
#1E272F
(30,39,47)
#191F24
(25,31,36)
#141719
(20,23,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #415F7C

#415F7C
(65,95,124)
#526D87
(82,109,135)
#637B92
(99,123,146)
#74899D
(116,137,157)
#8597A8
(133,151,168)
#96A5B3
(150,165,179)
#A7B3BE
(167,179,190)
#B8C1C9
(184,193,201)
#C9CFD4
(201,207,212)
#DADDDF
(218,221,223)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #415F7C; }

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

This text font color is #415F7C.

Background Color

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

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

This div background color is #415F7C.

Border color

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

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

This div border color is #415F7C.

Opacity

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

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

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

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

This text has shadow with #415F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #415F7C.

Preview

Color preview on black background

This text has color #415F7C on black background.


Color preview on white background

This text has color #415F7C on white background.


Black color preview on #415F7C background

This text has black color on #415F7C background.


White color preview on #415F7C background

This text has white color on #415F7C background.


Related colors

Complementary color

Complementary color for #hex is #BEA083.


I love getcolorcode.com

Triadic colors

1 #7C415F and #5F7C41 with #415F7C are triadic colors.

2 #7C5F41 and #5F417C with #415F7C are triadic colors.