COLOR #3F5151

HEX: #3F5151 RGB: (63,81,81)

Color info

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

RGB color model

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

RGB: (63,81,81) (25%, 32%, 32%)

RGB channels and saturation

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

63
81
81

R + G + B ~ 30%. #3F5151 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 81 + 81 = 225 (100%)
R 63 of 225 ~ 28%
G 81 of 225 ~ 36%
B 81 of 225 ~ 36'%

%28
%36
%36

CMYK color model

#3F5151 color CMYK value is (22,0,0,68).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (22,0,0,68)
C22M0Y0K68 (22%, 0%, 0%, 68%)
(0.22 / 0.00 / 0.00 / 0.68)

CMYK percentages

%22.22
%0
%0
%68.24

Codes

Color #3F5151 in popluar color models

3F 51 51
RGB 63 81 81
HSL 180° 12.50% 28.24%
HSB/HSV 180° 22.22% 31.76%
CMYK 22.22% 0.00% 0.00%
68.24%

Color #3F5151 in popluar number systems.

HEX 3F 51 51
Decimal 63 81 81
Binary 111111 1010001 1010001
Octal 77 121 121

Shades and tints

Shades of #3F5151

#3F5151
(63,81,81)
#3A4A4A
(58,74,74)
#354343
(53,67,67)
#303C3C
(48,60,60)
#2B3535
(43,53,53)
#262E2E
(38,46,46)
#212727
(33,39,39)
#1C2020
(28,32,32)
#171919
(23,25,25)
#121212
(18,18,18)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #3F5151

#3F5151
(63,81,81)
#506060
(80,96,96)
#616F6F
(97,111,111)
#727E7E
(114,126,126)
#838D8D
(131,141,141)
#949C9C
(148,156,156)
#A5ABAB
(165,171,171)
#B6BABA
(182,186,186)
#C7C9C9
(199,201,201)
#D8D8D8
(216,216,216)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5151; }

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

This text font color is #3F5151.

Background Color

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

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

This div background color is #3F5151.

Border color

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

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

This div border color is #3F5151.

Opacity

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

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

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

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

This text has shadow with #3F5151 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5151.

Preview

Color preview on black background

This text has color #3F5151 on black background.


Color preview on white background

This text has color #3F5151 on white background.


Black color preview on #3F5151 background

This text has black color on #3F5151 background.


White color preview on #3F5151 background

This text has white color on #3F5151 background.


Related colors

Complementary color

Complementary color for #hex is #C0AEAE.


I love getcolorcode.com