COLOR #3F746E

HEX: #3F746E RGB: (63,116,110)

Color info

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

RGB color model

#3F746E color RGB value is (63,116,110).

RGB: (63,116,110) (25%, 45%, 43%)

RGB channels and saturation

R 63 of 255 = 25%
G 116 of 255 = 45%
B 110 of 255 = 43%

63
116
110

R + G + B ~ 38%. #3F746E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 116 + 110 = 289 (100%)
R 63 of 289 ~ 21.8%
G 116 of 289 ~ 40.14%
B 110 of 289 ~ 38.06'%

%21.8
%40.14
%38.06

CMYK color model

#3F746E color CMYK value is (46,0,5,55).

  • cyan value is 45.69%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 54.51%

CMYK: (46,0,5,55)
C46M0Y5K55 (46%, 0%, 5%, 55%)
(0.46 / 0.00 / 0.05 / 0.55)

CMYK percentages

%45.69
%0
%5.17
%54.51

Codes

Color #3F746E in popluar color models

3F 74 6E
RGB 63 116 110
HSL 173° 29.61% 35.10%
HSB/HSV 173° 45.69% 45.49%
CMYK 45.69% 0.00% 5.17%
54.51%

Color #3F746E in popluar number systems.

HEX 3F 74 6E
Decimal 63 116 110
Binary 111111 1110100 1101110
Octal 77 164 156

Shades and tints

Shades of #3F746E

#3F746E
(63,116,110)
#3A6A64
(58,106,100)
#35605A
(53,96,90)
#305650
(48,86,80)
#2B4C46
(43,76,70)
#26423C
(38,66,60)
#213832
(33,56,50)
#1C2E28
(28,46,40)
#17241E
(23,36,30)
#121A14
(18,26,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #3F746E

#3F746E
(63,116,110)
#50807B
(80,128,123)
#618C88
(97,140,136)
#729895
(114,152,149)
#83A4A2
(131,164,162)
#94B0AF
(148,176,175)
#A5BCBC
(165,188,188)
#B6C8C9
(182,200,201)
#C7D4D6
(199,212,214)
#D8E0E3
(216,224,227)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F746E color. Also use rgb(63,116,110) instead hex code.

Text Font Color

.myTextColor { color: #3F746E; }

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

This text font color is #3F746E.

Background Color

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

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

This div background color is #3F746E.

Border color

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

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

This div border color is #3F746E.

Opacity

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

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

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

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

This text has shadow with #3F746E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F746E.

Preview

Color preview on black background

This text has color #3F746E on black background.


Color preview on white background

This text has color #3F746E on white background.


Black color preview on #3F746E background

This text has black color on #3F746E background.


White color preview on #3F746E background

This text has white color on #3F746E background.


Related colors

Complementary color

Complementary color for #hex is #C08B91.


I love getcolorcode.com

Triadic colors

1 #6E3F74 and #746E3F with #3F746E are triadic colors.

2 #6E743F and #743F6E with #3F746E are triadic colors.