COLOR #3F5C5C

HEX: #3F5C5C
RGB: (63,92,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

63
92
92

R + G + B ~ 32%. #3F5C5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 92 + 92 = 247 (100%)
R 63 of 247 ~ 25.51%
G 92 of 247 ~ 37.25%
B 92 of 247 ~ 37.25%

%25.51
%37.25
%37.25

CMYK color model

#3F5C5C color CMYK value is (32,0,0,64).

  • cyan value is 31.52%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(32,0,0,64)
C32M0Y0K64 
(32%,0%,0%,64%)
(0.32/0.00/0.00/0.64)	

CMYK percentages

%31.52
%0
%0
%63.92

Codes

Color #3F5C5C in popluar color models

3F5C5C
RGB639292
HSL180°18.71%30.39%
HSB/HSV180°31.52%36.08%
CMYK31.52%0.00%0.00%
63.92%

Color #3F5C5C in popluar number systems.

HEX3F5C5C
Decimal639292
Binary11111110111001011100
Octal77134134

Shades and tints

Shades of #3F5C5C

#3F5C5C
(63,92,92)
#3A5454
(58,84,84)
#354C4C
(53,76,76)
#304444
(48,68,68)
#2B3C3C
(43,60,60)
#263434
(38,52,52)
#212C2C
(33,44,44)
#1C2424
(28,36,36)
#171C1C
(23,28,28)
#121414
(18,20,20)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #3F5C5C

#3F5C5C
(63,92,92)
#506A6A
(80,106,106)
#617878
(97,120,120)
#728686
(114,134,134)
#839494
(131,148,148)
#94A2A2
(148,162,162)
#A5B0B0
(165,176,176)
#B6BEBE
(182,190,190)
#C7CCCC
(199,204,204)
#D8DADA
(216,218,218)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5C5C; }

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

This text font color is #3F5C5C.


Background Color

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

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

This div background color is #3F5C5C.


Border color

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

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

This div border color is #3F5C5C.


Opacity

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

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

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

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

This text has shadow with #3F5C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5C5C on black background.


Color preview on white background

This text has color #3F5C5C on white background.



Black color preview on #3F5C5C background

This text has black color on #3F5C5C background.


White color preview on #3F5C5C background

This text has white color on #3F5C5C background.