COLOR #3F5E7A

HEX: #3F5E7A RGB: (63,94,122)

Color info

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

RGB color model

#3F5E7A color RGB value is (63,94,122).

RGB: (63,94,122) (25%, 37%, 48%)

RGB channels and saturation

R 63 of 255 = 25%
G 94 of 255 = 37%
B 122 of 255 = 48%

63
94
122

R + G + B ~ 37%. #3F5E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 94 + 122 = 279 (100%)
R 63 of 279 ~ 22.58%
G 94 of 279 ~ 33.69%
B 122 of 279 ~ 43.73'%

%22.58
%33.69
%43.73

CMYK color model

#3F5E7A color CMYK value is (48,23,0,52).

  • cyan value is 48.36%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (48,23,0,52)
C48M23Y0K52 (48%, 23%, 0%, 52%)
(0.48 / 0.23 / 0.00 / 0.52)

CMYK percentages

%48.36
%22.95
%0
%52.16

Codes

Color #3F5E7A in popluar color models

3F 5E 7A
RGB 63 94 122
HSL 208° 31.89% 36.27%
HSB/HSV 208° 48.36% 47.84%
CMYK 48.36% 22.95% 0.00%
52.16%

Color #3F5E7A in popluar number systems.

HEX 3F 5E 7A
Decimal 63 94 122
Binary 111111 1011110 1111010
Octal 77 136 172

Shades and tints

Shades of #3F5E7A

#3F5E7A
(63,94,122)
#3A566F
(58,86,111)
#354E64
(53,78,100)
#304659
(48,70,89)
#2B3E4E
(43,62,78)
#263643
(38,54,67)
#212E38
(33,46,56)
#1C262D
(28,38,45)
#171E22
(23,30,34)
#121617
(18,22,23)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #3F5E7A

#3F5E7A
(63,94,122)
#506C86
(80,108,134)
#617A92
(97,122,146)
#72889E
(114,136,158)
#8396AA
(131,150,170)
#94A4B6
(148,164,182)
#A5B2C2
(165,178,194)
#B6C0CE
(182,192,206)
#C7CEDA
(199,206,218)
#D8DCE6
(216,220,230)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5E7A color. Also use rgb(63,94,122) instead hex code.

Text Font Color

.myTextColor { color: #3F5E7A; }

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

This text font color is #3F5E7A.

Background Color

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

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

This div background color is #3F5E7A.

Border color

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

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

This div border color is #3F5E7A.

Opacity

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

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

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

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

This text has shadow with #3F5E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5E7A.

Preview

Color preview on black background

This text has color #3F5E7A on black background.


Color preview on white background

This text has color #3F5E7A on white background.


Black color preview on #3F5E7A background

This text has black color on #3F5E7A background.


White color preview on #3F5E7A background

This text has white color on #3F5E7A background.


Related colors

Complementary color

Complementary color for #hex is #C0A185.


I love getcolorcode.com

Triadic colors

1 #7A3F5E and #5E7A3F with #3F5E7A are triadic colors.

2 #7A5E3F and #5E3F7A with #3F5E7A are triadic colors.