COLOR #3F796B

HEX: #3F796B
RGB: (63,121,107)

Color info

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

RGB color model

#3F796B color RGB value is (63,121,107).

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

RGB channels and saturation

R 63 of 255 = 25%
G 121 of 255 = 47%
B 107 of 255 = 42%

63
121
107

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

Portions of RGB colors in percentages

R + G + B =
63 + 121 + 107 = 291 (100%)
R 63 of 291 ~ 21.65%
G 121 of 291 ~ 41.58%
B 107 of 291 ~ 36.77%

%21.65
%41.58
%36.77

CMYK color model

#3F796B color CMYK value is (48,0,12,53).

  • cyan value is 47.93%
  • magenta value is 0.00%
  • yellow value is 11.57%
  • key color value is 52.55%
CMYK:
(48,0,12,53)
C48M0Y12K53 
(48%,0%,12%,53%)
(0.48/0.00/0.12/0.53)	

CMYK percentages

%47.93
%0
%11.57
%52.55

Codes

Color #3F796B in popluar color models

3F796B
RGB63121107
HSL166°31.52%36.08%
HSB/HSV166°47.93%47.45%
CMYK47.93%0.00%11.57%
52.55%

Color #3F796B in popluar number systems.

HEX3F796B
Decimal63121107
Binary11111111110011101011
Octal77171153

Shades and tints

Shades of #3F796B

#3F796B
(63,121,107)
#3A6E62
(58,110,98)
#356359
(53,99,89)
#305850
(48,88,80)
#2B4D47
(43,77,71)
#26423E
(38,66,62)
#213735
(33,55,53)
#1C2C2C
(28,44,44)
#172123
(23,33,35)
#12161A
(18,22,26)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #3F796B

#3F796B
(63,121,107)
#508578
(80,133,120)
#619185
(97,145,133)
#729D92
(114,157,146)
#83A99F
(131,169,159)
#94B5AC
(148,181,172)
#A5C1B9
(165,193,185)
#B6CDC6
(182,205,198)
#C7D9D3
(199,217,211)
#D8E5E0
(216,229,224)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F796B; }

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

This text font color is #3F796B.


Background Color

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

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

This div background color is #3F796B.


Border color

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

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

This div border color is #3F796B.


Opacity

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

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

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

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

This text has shadow with #3F796B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F796B on black background.


Color preview on white background

This text has color #3F796B on white background.



Black color preview on #3F796B background

This text has black color on #3F796B background.


White color preview on #3F796B background

This text has white color on #3F796B background.