COLOR #3F5C5F

HEX: #3F5C5F
RGB: (63,92,95)

Color info

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

RGB color model

#3F5C5F color RGB value is (63,92,95).

  • red value is 63;
  • green value is 92;
  • blue value is 95.
RGB:
(63,92,95)
(25%,36%,37%)

RGB channels and saturation

R 63 of 255 = 25%
G 92 of 255 = 36%
B 95 of 255 = 37%

63
92
95

R + G + B ~ 33%. #3F5C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 92 + 95 = 250 (100%)
R 63 of 250 ~ 25.2%
G 92 of 250 ~ 36.8%
B 95 of 250 ~ 38%

%25.2
%36.8
%38

CMYK color model

#3F5C5F color CMYK value is (34,3,0,63).

  • cyan value is 33.68%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(34,3,0,63)
C34M3Y0K63 
(34%,3%,0%,63%)
(0.34/0.03/0.00/0.63)	

CMYK percentages

%33.68
%3.16
%0
%62.75

Codes

Color #3F5C5F in popluar color models

3F5C5F
RGB639295
HSL186°20.25%30.98%
HSB/HSV186°33.68%37.25%
CMYK33.68%3.16%0.00%
62.75%

Color #3F5C5F in popluar number systems.

HEX3F5C5F
Decimal639295
Binary11111110111001011111
Octal77134137

Shades and tints

Shades of #3F5C5F

#3F5C5F
(63,92,95)
#3A5457
(58,84,87)
#354C4F
(53,76,79)
#304447
(48,68,71)
#2B3C3F
(43,60,63)
#263437
(38,52,55)
#212C2F
(33,44,47)
#1C2427
(28,36,39)
#171C1F
(23,28,31)
#121417
(18,20,23)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #3F5C5F

#3F5C5F
(63,92,95)
#506A6D
(80,106,109)
#61787B
(97,120,123)
#728689
(114,134,137)
#839497
(131,148,151)
#94A2A5
(148,162,165)
#A5B0B3
(165,176,179)
#B6BEC1
(182,190,193)
#C7CCCF
(199,204,207)
#D8DADD
(216,218,221)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5C5F; }

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

This text font color is #3F5C5F.


Background Color

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

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

This div background color is #3F5C5F.


Border color

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

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

This div border color is #3F5C5F.


Opacity

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

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

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

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

This text has shadow with #3F5C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5C5F on black background.


Color preview on white background

This text has color #3F5C5F on white background.



Black color preview on #3F5C5F background

This text has black color on #3F5C5F background.


White color preview on #3F5C5F background

This text has white color on #3F5C5F background.