COLOR #3F5073

HEX: #3F5073 RGB: (63,80,115)

Color info

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

RGB color model

#3F5073 color RGB value is (63,80,115).

RGB: (63,80,115) (25%, 31%, 45%)

RGB channels and saturation

R 63 of 255 = 25%
G 80 of 255 = 31%
B 115 of 255 = 45%

63
80
115

R + G + B ~ 34%. #3F5073 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 80 + 115 = 258 (100%)
R 63 of 258 ~ 24.42%
G 80 of 258 ~ 31.01%
B 115 of 258 ~ 44.57'%

%24.42
%31.01
%44.57

CMYK color model

#3F5073 color CMYK value is (45,30,0,55).

  • cyan value is 45.22%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (45,30,0,55)
C45M30Y0K55 (45%, 30%, 0%, 55%)
(0.45 / 0.30 / 0.00 / 0.55)

CMYK percentages

%45.22
%30.43
%0
%54.9

Codes

Color #3F5073 in popluar color models

3F 50 73
RGB 63 80 115
HSL 220° 29.21% 34.90%
HSB/HSV 220° 45.22% 45.10%
CMYK 45.22% 30.43% 0.00%
54.90%

Color #3F5073 in popluar number systems.

HEX 3F 50 73
Decimal 63 80 115
Binary 111111 1010000 1110011
Octal 77 120 163

Shades and tints

Shades of #3F5073

#3F5073
(63,80,115)
#3A4969
(58,73,105)
#35425F
(53,66,95)
#303B55
(48,59,85)
#2B344B
(43,52,75)
#262D41
(38,45,65)
#212637
(33,38,55)
#1C1F2D
(28,31,45)
#171823
(23,24,35)
#121119
(18,17,25)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #3F5073

#3F5073
(63,80,115)
#505F7F
(80,95,127)
#616E8B
(97,110,139)
#727D97
(114,125,151)
#838CA3
(131,140,163)
#949BAF
(148,155,175)
#A5AABB
(165,170,187)
#B6B9C7
(182,185,199)
#C7C8D3
(199,200,211)
#D8D7DF
(216,215,223)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5073 color. Also use rgb(63,80,115) instead hex code.

Text Font Color

.myTextColor { color: #3F5073; }

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

This text font color is #3F5073.

Background Color

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

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

This div background color is #3F5073.

Border color

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

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

This div border color is #3F5073.

Opacity

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

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

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

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

This text has shadow with #3F5073 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5073.

Preview

Color preview on black background

This text has color #3F5073 on black background.


Color preview on white background

This text has color #3F5073 on white background.


Black color preview on #3F5073 background

This text has black color on #3F5073 background.


White color preview on #3F5073 background

This text has white color on #3F5073 background.


Related colors

Complementary color

Complementary color for #hex is #C0AF8C.


I love getcolorcode.com

Triadic colors

1 #733F50 and #50733F with #3F5073 are triadic colors.

2 #73503F and #503F73 with #3F5073 are triadic colors.