COLOR #3F595E

HEX: #3F595E RGB: (63,89,94)

Color info

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

RGB color model

#3F595E color RGB value is (63,89,94).

RGB: (63,89,94) (25%, 35%, 37%)

RGB channels and saturation

R 63 of 255 = 25%
G 89 of 255 = 35%
B 94 of 255 = 37%

63
89
94

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

Portions of RGB colors in percentages

R + G + B = 63 + 89 + 94 = 246 (100%)
R 63 of 246 ~ 25.61%
G 89 of 246 ~ 36.18%
B 94 of 246 ~ 38.21'%

%25.61
%36.18
%38.21

CMYK color model

#3F595E color CMYK value is (33,5,0,63).

  • cyan value is 32.98%
  • magenta value is 5.32%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (33,5,0,63)
C33M5Y0K63 (33%, 5%, 0%, 63%)
(0.33 / 0.05 / 0.00 / 0.63)

CMYK percentages

%32.98
%5.32
%0
%63.14

Codes

Color #3F595E in popluar color models

3F 59 5E
RGB 63 89 94
HSL 190° 19.75% 30.78%
HSB/HSV 190° 32.98% 36.86%
CMYK 32.98% 5.32% 0.00%
63.14%

Color #3F595E in popluar number systems.

HEX 3F 59 5E
Decimal 63 89 94
Binary 111111 1011001 1011110
Octal 77 131 136

Shades and tints

Shades of #3F595E

#3F595E
(63,89,94)
#3A5156
(58,81,86)
#35494E
(53,73,78)
#304146
(48,65,70)
#2B393E
(43,57,62)
#263136
(38,49,54)
#21292E
(33,41,46)
#1C2126
(28,33,38)
#17191E
(23,25,30)
#121116
(18,17,22)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #3F595E

#3F595E
(63,89,94)
#50686C
(80,104,108)
#61777A
(97,119,122)
#728688
(114,134,136)
#839596
(131,149,150)
#94A4A4
(148,164,164)
#A5B3B2
(165,179,178)
#B6C2C0
(182,194,192)
#C7D1CE
(199,209,206)
#D8E0DC
(216,224,220)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F595E; }

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

This text font color is #3F595E.

Background Color

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

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

This div background color is #3F595E.

Border color

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

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

This div border color is #3F595E.

Opacity

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

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

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

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

This text has shadow with #3F595E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F595E.

Preview

Color preview on black background

This text has color #3F595E on black background.


Color preview on white background

This text has color #3F595E on white background.


Black color preview on #3F595E background

This text has black color on #3F595E background.


White color preview on #3F595E background

This text has white color on #3F595E background.


Related colors

Complementary color

Complementary color for #hex is #C0A6A1.


I love getcolorcode.com

Triadic colors

1 #5E3F59 and #595E3F with #3F595E are triadic colors.

2 #5E593F and #593F5E with #3F595E are triadic colors.