COLOR #3F5A7C

HEX: #3F5A7C RGB: (63,90,124)

Color info

#3F5A7C contains mainly green and blue colors. Web safe color of #3F5A7C is #336666 (or #366).

RGB color model

#3F5A7C color RGB value is (63,90,124).

RGB: (63,90,124) (25%, 35%, 49%)

RGB channels and saturation

R 63 of 255 = 25%
G 90 of 255 = 35%
B 124 of 255 = 49%

63
90
124

R + G + B ~ 36%. #3F5A7C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 90 + 124 = 277 (100%)
R 63 of 277 ~ 22.74%
G 90 of 277 ~ 32.49%
B 124 of 277 ~ 44.77'%

%22.74
%32.49
%44.77

CMYK color model

#3F5A7C color CMYK value is (49,27,0,51).

  • cyan value is 49.19%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (49,27,0,51)
C49M27Y0K51 (49%, 27%, 0%, 51%)
(0.49 / 0.27 / 0.00 / 0.51)

CMYK percentages

%49.19
%27.42
%0
%51.37

Codes

Color #3F5A7C in popluar color models

3F 5A 7C
RGB 63 90 124
HSL 213° 32.62% 36.67%
HSB/HSV 213° 49.19% 48.63%
CMYK 49.19% 27.42% 0.00%
51.37%

Color #3F5A7C in popluar number systems.

HEX 3F 5A 7C
Decimal 63 90 124
Binary 111111 1011010 1111100
Octal 77 132 174

Shades and tints

Shades of #3F5A7C

#3F5A7C
(63,90,124)
#3A5271
(58,82,113)
#354A66
(53,74,102)
#30425B
(48,66,91)
#2B3A50
(43,58,80)
#263245
(38,50,69)
#212A3A
(33,42,58)
#1C222F
(28,34,47)
#171A24
(23,26,36)
#121219
(18,18,25)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #3F5A7C

#3F5A7C
(63,90,124)
#506987
(80,105,135)
#617892
(97,120,146)
#72879D
(114,135,157)
#8396A8
(131,150,168)
#94A5B3
(148,165,179)
#A5B4BE
(165,180,190)
#B6C3C9
(182,195,201)
#C7D2D4
(199,210,212)
#D8E1DF
(216,225,223)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5A7C color. Also use rgb(63,90,124) instead hex code.

Text Font Color

.myTextColor { color: #3F5A7C; }

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

This text font color is #3F5A7C.

Background Color

.myBgColor { background-color: #3F5A7C; }

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

This div background color is #3F5A7C.

Border color

.myBorderColor { border: 1px solid #3F5A7C; }

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

This div border color is #3F5A7C.

Opacity

.myOpacity80 { color: #3F5A7C; opacity: 0.8; }

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

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

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

This text has shadow with #3F5A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5A7C.

Preview

Color preview on black background

This text has color #3F5A7C on black background.


Color preview on white background

This text has color #3F5A7C on white background.


Black color preview on #3F5A7C background

This text has black color on #3F5A7C background.


White color preview on #3F5A7C background

This text has white color on #3F5A7C background.


Related colors

Complementary color

Complementary color for #hex is #C0A583.


I love getcolorcode.com

Triadic colors

1 #7C3F5A and #5A7C3F with #3F5A7C are triadic colors.

2 #7C5A3F and #5A3F7C with #3F5A7C are triadic colors.