COLOR #3F555E

HEX: #3F555E RGB: (63,85,94)

Color info

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

RGB color model

#3F555E color RGB value is (63,85,94).

RGB: (63,85,94) (25%, 33%, 37%)

RGB channels and saturation

R 63 of 255 = 25%
G 85 of 255 = 33%
B 94 of 255 = 37%

63
85
94

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

Portions of RGB colors in percentages

R + G + B = 63 + 85 + 94 = 242 (100%)
R 63 of 242 ~ 26.03%
G 85 of 242 ~ 35.12%
B 94 of 242 ~ 38.84'%

%26.03
%35.12
%38.84

CMYK color model

#3F555E color CMYK value is (33,10,0,63).

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

CMYK: (33,10,0,63)
C33M10Y0K63 (33%, 10%, 0%, 63%)
(0.33 / 0.10 / 0.00 / 0.63)

CMYK percentages

%32.98
%9.57
%0
%63.14

Codes

Color #3F555E in popluar color models

3F 55 5E
RGB 63 85 94
HSL 197° 19.75% 30.78%
HSB/HSV 197° 32.98% 36.86%
CMYK 32.98% 9.57% 0.00%
63.14%

Color #3F555E in popluar number systems.

HEX 3F 55 5E
Decimal 63 85 94
Binary 111111 1010101 1011110
Octal 77 125 136

Shades and tints

Shades of #3F555E

#3F555E
(63,85,94)
#3A4E56
(58,78,86)
#35474E
(53,71,78)
#304046
(48,64,70)
#2B393E
(43,57,62)
#263236
(38,50,54)
#212B2E
(33,43,46)
#1C2426
(28,36,38)
#171D1E
(23,29,30)
#121616
(18,22,22)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #3F555E

#3F555E
(63,85,94)
#50646C
(80,100,108)
#61737A
(97,115,122)
#728288
(114,130,136)
#839196
(131,145,150)
#94A0A4
(148,160,164)
#A5AFB2
(165,175,178)
#B6BEC0
(182,190,192)
#C7CDCE
(199,205,206)
#D8DCDC
(216,220,220)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F555E; }

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

This text font color is #3F555E.

Background Color

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

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

This div background color is #3F555E.

Border color

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

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

This div border color is #3F555E.

Opacity

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

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

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

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

This text has shadow with #3F555E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F555E.

Preview

Color preview on black background

This text has color #3F555E on black background.


Color preview on white background

This text has color #3F555E on white background.


Black color preview on #3F555E background

This text has black color on #3F555E background.


White color preview on #3F555E background

This text has white color on #3F555E background.


Related colors

Complementary color

Complementary color for #hex is #C0AAA1.


I love getcolorcode.com

Triadic colors

1 #5E3F55 and #555E3F with #3F555E are triadic colors.

2 #5E553F and #553F5E with #3F555E are triadic colors.