COLOR #3F5E54

HEX: #3F5E54 RGB: (63,94,84)

Color info

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

RGB color model

#3F5E54 color RGB value is (63,94,84).

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

RGB channels and saturation

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

63
94
84

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

Portions of RGB colors in percentages

R + G + B = 63 + 94 + 84 = 241 (100%)
R 63 of 241 ~ 26.14%
G 94 of 241 ~ 39%
B 84 of 241 ~ 34.85'%

%26.14
%39
%34.85

CMYK color model

#3F5E54 color CMYK value is (33,0,11,63).

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

CMYK: (33,0,11,63)
C33M0Y11K63 (33%, 0%, 11%, 63%)
(0.33 / 0.00 / 0.11 / 0.63)

CMYK percentages

%32.98
%0
%10.64
%63.14

Codes

Color #3F5E54 in popluar color models

3F 5E 54
RGB 63 94 84
HSL 161° 19.75% 30.78%
HSB/HSV 161° 32.98% 36.86%
CMYK 32.98% 0.00% 10.64%
63.14%

Color #3F5E54 in popluar number systems.

HEX 3F 5E 54
Decimal 63 94 84
Binary 111111 1011110 1010100
Octal 77 136 124

Shades and tints

Shades of #3F5E54

#3F5E54
(63,94,84)
#3A564D
(58,86,77)
#354E46
(53,78,70)
#30463F
(48,70,63)
#2B3E38
(43,62,56)
#263631
(38,54,49)
#212E2A
(33,46,42)
#1C2623
(28,38,35)
#171E1C
(23,30,28)
#121615
(18,22,21)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #3F5E54

#3F5E54
(63,94,84)
#506C63
(80,108,99)
#617A72
(97,122,114)
#728881
(114,136,129)
#839690
(131,150,144)
#94A49F
(148,164,159)
#A5B2AE
(165,178,174)
#B6C0BD
(182,192,189)
#C7CECC
(199,206,204)
#D8DCDB
(216,220,219)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5E54; }

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

This text font color is #3F5E54.

Background Color

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

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

This div background color is #3F5E54.

Border color

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

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

This div border color is #3F5E54.

Opacity

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

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

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

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

This text has shadow with #3F5E54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5E54.

Preview

Color preview on black background

This text has color #3F5E54 on black background.


Color preview on white background

This text has color #3F5E54 on white background.


Black color preview on #3F5E54 background

This text has black color on #3F5E54 background.


White color preview on #3F5E54 background

This text has white color on #3F5E54 background.


Related colors

Complementary color

Complementary color for #hex is #C0A1AB.


I love getcolorcode.com

Triadic colors

1 #543F5E and #5E543F with #3F5E54 are triadic colors.

2 #545E3F and #5E3F54 with #3F5E54 are triadic colors.