COLOR #3F6179

HEX: #3F6179
RGB: (63,97,121)

Color info

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

RGB color model

#3F6179 color RGB value is (63,97,121).

  • red value is 63;
  • green value is 97;
  • blue value is 121.
RGB:
(63,97,121)
(25%,38%,47%)

RGB channels and saturation

R 63 of 255 = 25%
G 97 of 255 = 38%
B 121 of 255 = 47%

63
97
121

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

Portions of RGB colors in percentages

R + G + B =
63 + 97 + 121 = 281 (100%)
R 63 of 281 ~ 22.42%
G 97 of 281 ~ 34.52%
B 121 of 281 ~ 43.06%

%22.42
%34.52
%43.06

CMYK color model

#3F6179 color CMYK value is (48,20,0,53).

  • cyan value is 47.93%
  • magenta value is 19.83%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(48,20,0,53)
C48M20Y0K53 
(48%,20%,0%,53%)
(0.48/0.20/0.00/0.53)	

CMYK percentages

%47.93
%19.83
%0
%52.55

Codes

Color #3F6179 in popluar color models

3F6179
RGB6397121
HSL205°31.52%36.08%
HSB/HSV205°47.93%47.45%
CMYK47.93%19.83%0.00%
52.55%

Color #3F6179 in popluar number systems.

HEX3F6179
Decimal6397121
Binary11111111000011111001
Octal77141171

Shades and tints

Shades of #3F6179

#3F6179
(63,97,121)
#3A596E
(58,89,110)
#355163
(53,81,99)
#304958
(48,73,88)
#2B414D
(43,65,77)
#263942
(38,57,66)
#213137
(33,49,55)
#1C292C
(28,41,44)
#172121
(23,33,33)
#121916
(18,25,22)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #3F6179

#3F6179
(63,97,121)
#506F85
(80,111,133)
#617D91
(97,125,145)
#728B9D
(114,139,157)
#8399A9
(131,153,169)
#94A7B5
(148,167,181)
#A5B5C1
(165,181,193)
#B6C3CD
(182,195,205)
#C7D1D9
(199,209,217)
#D8DFE5
(216,223,229)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6179 color. Also use rgb(63,97,121) instead hex code.

Text Font Color

.myTextColor { color: #3F6179; }

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

This text font color is #3F6179.


Background Color

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

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

This div background color is #3F6179.


Border color

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

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

This div border color is #3F6179.


Opacity

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

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

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

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

This text has shadow with #3F6179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6179 on black background.


Color preview on white background

This text has color #3F6179 on white background.



Black color preview on #3F6179 background

This text has black color on #3F6179 background.


White color preview on #3F6179 background

This text has white color on #3F6179 background.