COLOR #3F5C5B

HEX: #3F5C5B RGB: (63,92,91)

Color info

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

RGB color model

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

RGB: (63,92,91) (25%, 36%, 36%)

RGB channels and saturation

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

63
92
91

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

Portions of RGB colors in percentages

R + G + B = 63 + 92 + 91 = 246 (100%)
R 63 of 246 ~ 25.61%
G 92 of 246 ~ 37.4%
B 91 of 246 ~ 36.99'%

%25.61
%37.4
%36.99

CMYK color model

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

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

CMYK percentages

%31.52
%0
%1.09
%63.92

Codes

Color #3F5C5B in popluar color models

3F 5C 5B
RGB 63 92 91
HSL 178° 18.71% 30.39%
HSB/HSV 178° 31.52% 36.08%
CMYK 31.52% 0.00% 1.09%
63.92%

Color #3F5C5B in popluar number systems.

HEX 3F 5C 5B
Decimal 63 92 91
Binary 111111 1011100 1011011
Octal 77 134 133

Shades and tints

Shades of #3F5C5B

#3F5C5B
(63,92,91)
#3A5453
(58,84,83)
#354C4B
(53,76,75)
#304443
(48,68,67)
#2B3C3B
(43,60,59)
#263433
(38,52,51)
#212C2B
(33,44,43)
#1C2423
(28,36,35)
#171C1B
(23,28,27)
#121413
(18,20,19)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #3F5C5B

#3F5C5B
(63,92,91)
#506A69
(80,106,105)
#617877
(97,120,119)
#728685
(114,134,133)
#839493
(131,148,147)
#94A2A1
(148,162,161)
#A5B0AF
(165,176,175)
#B6BEBD
(182,190,189)
#C7CCCB
(199,204,203)
#D8DAD9
(216,218,217)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5C5B; }

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

This text font color is #3F5C5B.

Background Color

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

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

This div background color is #3F5C5B.

Border color

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

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

This div border color is #3F5C5B.

Opacity

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

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

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

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

This text has shadow with #3F5C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5C5B.

Preview

Color preview on black background

This text has color #3F5C5B on black background.


Color preview on white background

This text has color #3F5C5B on white background.


Black color preview on #3F5C5B background

This text has black color on #3F5C5B background.


White color preview on #3F5C5B background

This text has white color on #3F5C5B background.


Related colors

Complementary color

Complementary color for #hex is #C0A3A4.


I love getcolorcode.com

Triadic colors

1 #5B3F5C and #5C5B3F with #3F5C5B are triadic colors.

2 #5B5C3F and #5C3F5B with #3F5C5B are triadic colors.