COLOR #3F676C

HEX: #3F676C RGB: (63,103,108)

Color info

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

RGB color model

#3F676C color RGB value is (63,103,108).

RGB: (63,103,108) (25%, 40%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 103 of 255 = 40%
B 108 of 255 = 42%

63
103
108

R + G + B ~ 36%. #3F676C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 103 + 108 = 274 (100%)
R 63 of 274 ~ 22.99%
G 103 of 274 ~ 37.59%
B 108 of 274 ~ 39.42'%

%22.99
%37.59
%39.42

CMYK color model

#3F676C color CMYK value is (42,5,0,58).

  • cyan value is 41.67%
  • magenta value is 4.63%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (42,5,0,58)
C42M5Y0K58 (42%, 5%, 0%, 58%)
(0.42 / 0.05 / 0.00 / 0.58)

CMYK percentages

%41.67
%4.63
%0
%57.65

Codes

Color #3F676C in popluar color models

3F 67 6C
RGB 63 103 108
HSL 187° 26.32% 33.53%
HSB/HSV 187° 41.67% 42.35%
CMYK 41.67% 4.63% 0.00%
57.65%

Color #3F676C in popluar number systems.

HEX 3F 67 6C
Decimal 63 103 108
Binary 111111 1100111 1101100
Octal 77 147 154

Shades and tints

Shades of #3F676C

#3F676C
(63,103,108)
#3A5E63
(58,94,99)
#35555A
(53,85,90)
#304C51
(48,76,81)
#2B4348
(43,67,72)
#263A3F
(38,58,63)
#213136
(33,49,54)
#1C282D
(28,40,45)
#171F24
(23,31,36)
#12161B
(18,22,27)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #3F676C

#3F676C
(63,103,108)
#507479
(80,116,121)
#618186
(97,129,134)
#728E93
(114,142,147)
#839BA0
(131,155,160)
#94A8AD
(148,168,173)
#A5B5BA
(165,181,186)
#B6C2C7
(182,194,199)
#C7CFD4
(199,207,212)
#D8DCE1
(216,220,225)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F676C; }

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

This text font color is #3F676C.

Background Color

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

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

This div background color is #3F676C.

Border color

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

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

This div border color is #3F676C.

Opacity

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

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

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

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

This text has shadow with #3F676C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F676C.

Preview

Color preview on black background

This text has color #3F676C on black background.


Color preview on white background

This text has color #3F676C on white background.


Black color preview on #3F676C background

This text has black color on #3F676C background.


White color preview on #3F676C background

This text has white color on #3F676C background.


Related colors

Complementary color

Complementary color for #hex is #C09893.


I love getcolorcode.com

Triadic colors

1 #6C3F67 and #676C3F with #3F676C are triadic colors.

2 #6C673F and #673F6C with #3F676C are triadic colors.