COLOR #3F757E

HEX: #3F757E RGB: (63,117,126)

Color info

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

RGB color model

#3F757E color RGB value is (63,117,126).

RGB: (63,117,126) (25%, 46%, 49%)

RGB channels and saturation

R 63 of 255 = 25%
G 117 of 255 = 46%
B 126 of 255 = 49%

63
117
126

R + G + B ~ 40%. #3F757E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 63 + 117 + 126 = 306 (100%)
R 63 of 306 ~ 20.59%
G 117 of 306 ~ 38.24%
B 126 of 306 ~ 41.18'%

%20.59
%38.24
%41.18

CMYK color model

#3F757E color CMYK value is (50,7,0,51).

  • cyan value is 50.00%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (50,7,0,51)
C50M7Y0K51 (50%, 7%, 0%, 51%)
(0.50 / 0.07 / 0.00 / 0.51)

CMYK percentages

%50
%7.14
%0
%50.59

Codes

Color #3F757E in popluar color models

3F 75 7E
RGB 63 117 126
HSL 189° 33.33% 37.06%
HSB/HSV 189° 50.00% 49.41%
CMYK 50.00% 7.14% 0.00%
50.59%

Color #3F757E in popluar number systems.

HEX 3F 75 7E
Decimal 63 117 126
Binary 111111 1110101 1111110
Octal 77 165 176

Shades and tints

Shades of #3F757E

#3F757E
(63,117,126)
#3A6B73
(58,107,115)
#356168
(53,97,104)
#30575D
(48,87,93)
#2B4D52
(43,77,82)
#264347
(38,67,71)
#21393C
(33,57,60)
#1C2F31
(28,47,49)
#172526
(23,37,38)
#121B1B
(18,27,27)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #3F757E

#3F757E
(63,117,126)
#508189
(80,129,137)
#618D94
(97,141,148)
#72999F
(114,153,159)
#83A5AA
(131,165,170)
#94B1B5
(148,177,181)
#A5BDC0
(165,189,192)
#B6C9CB
(182,201,203)
#C7D5D6
(199,213,214)
#D8E1E1
(216,225,225)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F757E color. Also use rgb(63,117,126) instead hex code.

Text Font Color

.myTextColor { color: #3F757E; }

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

This text font color is #3F757E.

Background Color

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

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

This div background color is #3F757E.

Border color

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

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

This div border color is #3F757E.

Opacity

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

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

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

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

This text has shadow with #3F757E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F757E.

Preview

Color preview on black background

This text has color #3F757E on black background.


Color preview on white background

This text has color #3F757E on white background.


Black color preview on #3F757E background

This text has black color on #3F757E background.


White color preview on #3F757E background

This text has white color on #3F757E background.


Related colors

Complementary color

Complementary color for #hex is #C08A81.


I love getcolorcode.com

Triadic colors

1 #7E3F75 and #757E3F with #3F757E are triadic colors.

2 #7E753F and #753F7E with #3F757E are triadic colors.