COLOR #3F5F7D

HEX: #3F5F7D RGB: (63,95,125)

Color info

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

RGB color model

#3F5F7D color RGB value is (63,95,125).

RGB: (63,95,125) (25%, 37%, 49%)

RGB channels and saturation

R 63 of 255 = 25%
G 95 of 255 = 37%
B 125 of 255 = 49%

63
95
125

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

Portions of RGB colors in percentages

R + G + B = 63 + 95 + 125 = 283 (100%)
R 63 of 283 ~ 22.26%
G 95 of 283 ~ 33.57%
B 125 of 283 ~ 44.17'%

%22.26
%33.57
%44.17

CMYK color model

#3F5F7D color CMYK value is (50,24,0,51).

  • cyan value is 49.60%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (50,24,0,51) C50M24Y0K51 (50%,24%,0%,51%) (0.50/0.24/0.00/0.51) 

CMYK percentages

%49.6
%24
%0
%50.98

Codes

Color #3F5F7D in popluar color models

3F 5F 7D
RGB 63 95 125
HSL 209° 32.98% 36.86%
HSB/HSV 209° 49.60% 49.02%
CMYK 49.60% 24.00% 0.00%
50.98%

Color #3F5F7D in popluar number systems.

HEX 3F 5F 7D
Decimal 63 95 125
Binary 111111 1011111 1111101
Octal 77 137 175

Shades and tints

Shades of #3F5F7D

#3F5F7D
(63,95,125)
#3A5772
(58,87,114)
#354F67
(53,79,103)
#30475C
(48,71,92)
#2B3F51
(43,63,81)
#263746
(38,55,70)
#212F3B
(33,47,59)
#1C2730
(28,39,48)
#171F25
(23,31,37)
#12171A
(18,23,26)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #3F5F7D

#3F5F7D
(63,95,125)
#506D88
(80,109,136)
#617B93
(97,123,147)
#72899E
(114,137,158)
#8397A9
(131,151,169)
#94A5B4
(148,165,180)
#A5B3BF
(165,179,191)
#B6C1CA
(182,193,202)
#C7CFD5
(199,207,213)
#D8DDE0
(216,221,224)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5F7D color. Also use rgb(63,95,125) instead hex code.

Text Font Color

.myTextColor { color: #3F5F7D; }

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

This text font color is #3F5F7D.

Background Color

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

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

This div background color is #3F5F7D.

Border color

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

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

This div border color is #3F5F7D.

Opacity

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

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

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

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

This text has shadow with #3F5F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5F7D.

Preview

Color preview on black background

This text has color #3F5F7D on black background.


Color preview on white background

This text has color #3F5F7D on white background.


Black color preview on #3F5F7D background

This text has black color on #3F5F7D background.


White color preview on #3F5F7D background

This text has white color on #3F5F7D background.


Related colors

Complementary color

Complementary color for #hex is #C0A082.


I love getcolorcode.com

Triadic colors

1 #7D3F5F and #5F7D3F with #3F5F7D are triadic colors.

2 #7D5F3F and #5F3F7D with #3F5F7D are triadic colors.