COLOR #3F3648

HEX: #3F3648
RGB: (63,54,72)

Color info

#3F3648 contains red, green and blue colors in about the same proportion. Web safe color of #3F3648 is #333333 (or #333).

RGB color model

#3F3648 color RGB value is (63,54,72).

  • red value is 63;
  • green value is 54;
  • blue value is 72.
RGB:
(63,54,72)
(25%,21%,28%)

RGB channels and saturation

R 63 of 255 = 25%
G 54 of 255 = 21%
B 72 of 255 = 28%

63
54
72

R + G + B ~ 25%. #3F3648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 54 + 72 = 189 (100%)
R 63 of 189 ~ 33.33%
G 54 of 189 ~ 28.57%
B 72 of 189 ~ 38.1%

%33.33
%28.57
%38.1

CMYK color model

#3F3648 color CMYK value is (13,25,0,72).

  • cyan value is 12.50%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(13,25,0,72)
C13M25Y0K72 
(13%,25%,0%,72%)
(0.13/0.25/0.00/0.72)	

CMYK percentages

%12.5
%25
%0
%71.76

Codes

Color #3F3648 in popluar color models

3F3648
RGB635472
HSL270°14.29%24.71%
HSB/HSV270°25.00%28.24%
CMYK12.50%25.00%0.00%
71.76%

Color #3F3648 in popluar number systems.

HEX3F3648
Decimal635472
Binary1111111101101001000
Octal7766110

Shades and tints

Shades of #3F3648

#3F3648
(63,54,72)
#3A3242
(58,50,66)
#352E3C
(53,46,60)
#302A36
(48,42,54)
#2B2630
(43,38,48)
#26222A
(38,34,42)
#211E24
(33,30,36)
#1C1A1E
(28,26,30)
#171618
(23,22,24)
#121212
(18,18,18)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #3F3648

#3F3648
(63,54,72)
#504858
(80,72,88)
#615A68
(97,90,104)
#726C78
(114,108,120)
#837E88
(131,126,136)
#949098
(148,144,152)
#A5A2A8
(165,162,168)
#B6B4B8
(182,180,184)
#C7C6C8
(199,198,200)
#D8D8D8
(216,216,216)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3648 color. Also use rgb(63,54,72) instead hex code.

Text Font Color

.myTextColor { color: #3F3648; }

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

This text font color is #3F3648.


Background Color

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

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

This div background color is #3F3648.


Border color

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

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

This div border color is #3F3648.


Opacity

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

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

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

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

This text has shadow with #3F3648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3648 on black background.


Color preview on white background

This text has color #3F3648 on white background.



Black color preview on #3F3648 background

This text has black color on #3F3648 background.


White color preview on #3F3648 background

This text has white color on #3F3648 background.