COLOR #3F5E78

HEX: #3F5E78 RGB: (63,94,120)

Color info

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

RGB color model

#3F5E78 color RGB value is (63,94,120).

RGB: (63,94,120) (25%, 37%, 47%)

RGB channels and saturation

R 63 of 255 = 25%
G 94 of 255 = 37%
B 120 of 255 = 47%

63
94
120

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

Portions of RGB colors in percentages

R + G + B = 63 + 94 + 120 = 277 (100%)
R 63 of 277 ~ 22.74%
G 94 of 277 ~ 33.94%
B 120 of 277 ~ 43.32'%

%22.74
%33.94
%43.32

CMYK color model

#3F5E78 color CMYK value is (48,22,0,53).

  • cyan value is 47.50%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (48,22,0,53)
C48M22Y0K53 (48%, 22%, 0%, 53%)
(0.48 / 0.22 / 0.00 / 0.53)

CMYK percentages

%47.5
%21.67
%0
%52.94

Codes

Color #3F5E78 in popluar color models

3F 5E 78
RGB 63 94 120
HSL 207° 31.15% 35.88%
HSB/HSV 207° 47.50% 47.06%
CMYK 47.50% 21.67% 0.00%
52.94%

Color #3F5E78 in popluar number systems.

HEX 3F 5E 78
Decimal 63 94 120
Binary 111111 1011110 1111000
Octal 77 136 170

Shades and tints

Shades of #3F5E78

#3F5E78
(63,94,120)
#3A566E
(58,86,110)
#354E64
(53,78,100)
#30465A
(48,70,90)
#2B3E50
(43,62,80)
#263646
(38,54,70)
#212E3C
(33,46,60)
#1C2632
(28,38,50)
#171E28
(23,30,40)
#12161E
(18,22,30)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #3F5E78

#3F5E78
(63,94,120)
#506C84
(80,108,132)
#617A90
(97,122,144)
#72889C
(114,136,156)
#8396A8
(131,150,168)
#94A4B4
(148,164,180)
#A5B2C0
(165,178,192)
#B6C0CC
(182,192,204)
#C7CED8
(199,206,216)
#D8DCE4
(216,220,228)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5E78; }

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

This text font color is #3F5E78.

Background Color

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

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

This div background color is #3F5E78.

Border color

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

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

This div border color is #3F5E78.

Opacity

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

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

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

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

This text has shadow with #3F5E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5E78.

Preview

Color preview on black background

This text has color #3F5E78 on black background.


Color preview on white background

This text has color #3F5E78 on white background.


Black color preview on #3F5E78 background

This text has black color on #3F5E78 background.


White color preview on #3F5E78 background

This text has white color on #3F5E78 background.


Related colors

Complementary color

Complementary color for #hex is #C0A187.


I love getcolorcode.com

Triadic colors

1 #783F5E and #5E783F with #3F5E78 are triadic colors.

2 #785E3F and #5E3F78 with #3F5E78 are triadic colors.