COLOR #3F5350

HEX: #3F5350
RGB: (63,83,80)

Color info

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

RGB color model

#3F5350 color RGB value is (63,83,80).

  • red value is 63;
  • green value is 83;
  • blue value is 80.
RGB:
(63,83,80)
(25%,33%,31%)

RGB channels and saturation

R 63 of 255 = 25%
G 83 of 255 = 33%
B 80 of 255 = 31%

63
83
80

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

Portions of RGB colors in percentages

R + G + B =
63 + 83 + 80 = 226 (100%)
R 63 of 226 ~ 27.88%
G 83 of 226 ~ 36.73%
B 80 of 226 ~ 35.4%

%27.88
%36.73
%35.4

CMYK color model

#3F5350 color CMYK value is (24,0,4,67).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 3.61%
  • key color value is 67.45%
CMYK:
(24,0,4,67)
C24M0Y4K67 
(24%,0%,4%,67%)
(0.24/0.00/0.04/0.67)	

CMYK percentages

%24.1
%0
%3.61
%67.45

Codes

Color #3F5350 in popluar color models

3F5350
RGB638380
HSL171°13.70%28.63%
HSB/HSV171°24.10%32.55%
CMYK24.10%0.00%3.61%
67.45%

Color #3F5350 in popluar number systems.

HEX3F5350
Decimal638380
Binary11111110100111010000
Octal77123120

Shades and tints

Shades of #3F5350

#3F5350
(63,83,80)
#3A4C49
(58,76,73)
#354542
(53,69,66)
#303E3B
(48,62,59)
#2B3734
(43,55,52)
#26302D
(38,48,45)
#212926
(33,41,38)
#1C221F
(28,34,31)
#171B18
(23,27,24)
#121411
(18,20,17)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #3F5350

#3F5350
(63,83,80)
#50625F
(80,98,95)
#61716E
(97,113,110)
#72807D
(114,128,125)
#838F8C
(131,143,140)
#949E9B
(148,158,155)
#A5ADAA
(165,173,170)
#B6BCB9
(182,188,185)
#C7CBC8
(199,203,200)
#D8DAD7
(216,218,215)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5350; }

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

This text font color is #3F5350.


Background Color

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

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

This div background color is #3F5350.


Border color

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

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

This div border color is #3F5350.


Opacity

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

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

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

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

This text has shadow with #3F5350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5350 on black background.


Color preview on white background

This text has color #3F5350 on white background.



Black color preview on #3F5350 background

This text has black color on #3F5350 background.


White color preview on #3F5350 background

This text has white color on #3F5350 background.