COLOR #3F5653

HEX: #3F5653
RGB: (63,86,83)

Color info

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

RGB color model

#3F5653 color RGB value is (63,86,83).

  • red value is 63;
  • green value is 86;
  • blue value is 83.
RGB:
(63,86,83)
(25%,34%,33%)

RGB channels and saturation

R 63 of 255 = 25%
G 86 of 255 = 34%
B 83 of 255 = 33%

63
86
83

R + G + B ~ 31%. #3F5653 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 86 + 83 = 232 (100%)
R 63 of 232 ~ 27.16%
G 86 of 232 ~ 37.07%
B 83 of 232 ~ 35.78%

%27.16
%37.07
%35.78

CMYK color model

#3F5653 color CMYK value is (27,0,3,66).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 66.27%
CMYK:
(27,0,3,66)
C27M0Y3K66 
(27%,0%,3%,66%)
(0.27/0.00/0.03/0.66)	

CMYK percentages

%26.74
%0
%3.49
%66.27

Codes

Color #3F5653 in popluar color models

3F5653
RGB638683
HSL172°15.44%29.22%
HSB/HSV172°26.74%33.73%
CMYK26.74%0.00%3.49%
66.27%

Color #3F5653 in popluar number systems.

HEX3F5653
Decimal638683
Binary11111110101101010011
Octal77126123

Shades and tints

Shades of #3F5653

#3F5653
(63,86,83)
#3A4F4C
(58,79,76)
#354845
(53,72,69)
#30413E
(48,65,62)
#2B3A37
(43,58,55)
#263330
(38,51,48)
#212C29
(33,44,41)
#1C2522
(28,37,34)
#171E1B
(23,30,27)
#121714
(18,23,20)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #3F5653

#3F5653
(63,86,83)
#506562
(80,101,98)
#617471
(97,116,113)
#728380
(114,131,128)
#83928F
(131,146,143)
#94A19E
(148,161,158)
#A5B0AD
(165,176,173)
#B6BFBC
(182,191,188)
#C7CECB
(199,206,203)
#D8DDDA
(216,221,218)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5653; }

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

This text font color is #3F5653.


Background Color

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

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

This div background color is #3F5653.


Border color

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

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

This div border color is #3F5653.


Opacity

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

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

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

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

This text has shadow with #3F5653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5653 on black background.


Color preview on white background

This text has color #3F5653 on white background.



Black color preview on #3F5653 background

This text has black color on #3F5653 background.


White color preview on #3F5653 background

This text has white color on #3F5653 background.