COLOR #3F5B51

HEX: #3F5B51
RGB: (63,91,81)

Color info

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

RGB color model

#3F5B51 color RGB value is (63,91,81).

  • red value is 63;
  • green value is 91;
  • blue value is 81.
RGB:
(63,91,81)
(25%,36%,32%)

RGB channels and saturation

R 63 of 255 = 25%
G 91 of 255 = 36%
B 81 of 255 = 32%

63
91
81

R + G + B ~ 31%. #3F5B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 91 + 81 = 235 (100%)
R 63 of 235 ~ 26.81%
G 91 of 235 ~ 38.72%
B 81 of 235 ~ 34.47%

%26.81
%38.72
%34.47

CMYK color model

#3F5B51 color CMYK value is (31,0,11,64).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 10.99%
  • key color value is 64.31%
CMYK:
(31,0,11,64)
C31M0Y11K64 
(31%,0%,11%,64%)
(0.31/0.00/0.11/0.64)	

CMYK percentages

%30.77
%0
%10.99
%64.31

Codes

Color #3F5B51 in popluar color models

3F5B51
RGB639181
HSL159°18.18%30.20%
HSB/HSV159°30.77%35.69%
CMYK30.77%0.00%10.99%
64.31%

Color #3F5B51 in popluar number systems.

HEX3F5B51
Decimal639181
Binary11111110110111010001
Octal77133121

Shades and tints

Shades of #3F5B51

#3F5B51
(63,91,81)
#3A534A
(58,83,74)
#354B43
(53,75,67)
#30433C
(48,67,60)
#2B3B35
(43,59,53)
#26332E
(38,51,46)
#212B27
(33,43,39)
#1C2320
(28,35,32)
#171B19
(23,27,25)
#121312
(18,19,18)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #3F5B51

#3F5B51
(63,91,81)
#506960
(80,105,96)
#61776F
(97,119,111)
#72857E
(114,133,126)
#83938D
(131,147,141)
#94A19C
(148,161,156)
#A5AFAB
(165,175,171)
#B6BDBA
(182,189,186)
#C7CBC9
(199,203,201)
#D8D9D8
(216,217,216)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5B51 color. Also use rgb(63,91,81) instead hex code.

Text Font Color

.myTextColor { color: #3F5B51; }

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

This text font color is #3F5B51.


Background Color

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

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

This div background color is #3F5B51.


Border color

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

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

This div border color is #3F5B51.


Opacity

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

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

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

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

This text has shadow with #3F5B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5B51 on black background.


Color preview on white background

This text has color #3F5B51 on white background.



Black color preview on #3F5B51 background

This text has black color on #3F5B51 background.


White color preview on #3F5B51 background

This text has white color on #3F5B51 background.