COLOR #3F746C

HEX: #3F746C RGB: (63,116,108)

Color info

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

RGB color model

#3F746C color RGB value is (63,116,108).

RGB: (63,116,108) (25%, 45%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 116 of 255 = 45%
B 108 of 255 = 42%

63
116
108

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

Portions of RGB colors in percentages

R + G + B = 63 + 116 + 108 = 287 (100%)
R 63 of 287 ~ 21.95%
G 116 of 287 ~ 40.42%
B 108 of 287 ~ 37.63'%

%21.95
%40.42
%37.63

CMYK color model

#3F746C color CMYK value is (46,0,7,55).

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

CMYK: (46,0,7,55)
C46M0Y7K55 (46%, 0%, 7%, 55%)
(0.46 / 0.00 / 0.07 / 0.55)

CMYK percentages

%45.69
%0
%6.9
%54.51

Codes

Color #3F746C in popluar color models

3F 74 6C
RGB 63 116 108
HSL 171° 29.61% 35.10%
HSB/HSV 171° 45.69% 45.49%
CMYK 45.69% 0.00% 6.90%
54.51%

Color #3F746C in popluar number systems.

HEX 3F 74 6C
Decimal 63 116 108
Binary 111111 1110100 1101100
Octal 77 164 154

Shades and tints

Shades of #3F746C

#3F746C
(63,116,108)
#3A6A63
(58,106,99)
#35605A
(53,96,90)
#305651
(48,86,81)
#2B4C48
(43,76,72)
#26423F
(38,66,63)
#213836
(33,56,54)
#1C2E2D
(28,46,45)
#172424
(23,36,36)
#121A1B
(18,26,27)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #3F746C

#3F746C
(63,116,108)
#508079
(80,128,121)
#618C86
(97,140,134)
#729893
(114,152,147)
#83A4A0
(131,164,160)
#94B0AD
(148,176,173)
#A5BCBA
(165,188,186)
#B6C8C7
(182,200,199)
#C7D4D4
(199,212,212)
#D8E0E1
(216,224,225)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F746C; }

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

This text font color is #3F746C.

Background Color

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

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

This div background color is #3F746C.

Border color

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

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

This div border color is #3F746C.

Opacity

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

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

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

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

This text has shadow with #3F746C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F746C.

Preview

Color preview on black background

This text has color #3F746C on black background.


Color preview on white background

This text has color #3F746C on white background.


Black color preview on #3F746C background

This text has black color on #3F746C background.


White color preview on #3F746C background

This text has white color on #3F746C background.


Related colors

Complementary color

Complementary color for #hex is #C08B93.


I love getcolorcode.com

Triadic colors

1 #6C3F74 and #746C3F with #3F746C are triadic colors.

2 #6C743F and #743F6C with #3F746C are triadic colors.