COLOR #3F3548

HEX: #3F3548
RGB: (63,53,72)

Color info

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

RGB color model

#3F3548 color RGB value is (63,53,72).

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

RGB channels and saturation

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

63
53
72

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

Portions of RGB colors in percentages

R + G + B =
63 + 53 + 72 = 188 (100%)
R 63 of 188 ~ 33.51%
G 53 of 188 ~ 28.19%
B 72 of 188 ~ 38.3%

%33.51
%28.19
%38.3

CMYK color model

#3F3548 color CMYK value is (13,26,0,72).

  • cyan value is 12.50%
  • magenta value is 26.39%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(13,26,0,72)
C13M26Y0K72 
(13%,26%,0%,72%)
(0.13/0.26/0.00/0.72)	

CMYK percentages

%12.5
%26.39
%0
%71.76

Codes

Color #3F3548 in popluar color models

3F3548
RGB635372
HSL272°15.20%24.51%
HSB/HSV272°26.39%28.24%
CMYK12.50%26.39%0.00%
71.76%

Color #3F3548 in popluar number systems.

HEX3F3548
Decimal635372
Binary1111111101011001000
Octal7765110

Shades and tints

Shades of #3F3548

#3F3548
(63,53,72)
#3A3142
(58,49,66)
#352D3C
(53,45,60)
#302936
(48,41,54)
#2B2530
(43,37,48)
#26212A
(38,33,42)
#211D24
(33,29,36)
#1C191E
(28,25,30)
#171518
(23,21,24)
#121112
(18,17,18)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #3F3548

#3F3548
(63,53,72)
#504758
(80,71,88)
#615968
(97,89,104)
#726B78
(114,107,120)
#837D88
(131,125,136)
#948F98
(148,143,152)
#A5A1A8
(165,161,168)
#B6B3B8
(182,179,184)
#C7C5C8
(199,197,200)
#D8D7D8
(216,215,216)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3548; }

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

This text font color is #3F3548.


Background Color

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

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

This div background color is #3F3548.


Border color

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

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

This div border color is #3F3548.


Opacity

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

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

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

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

This text has shadow with #3F3548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3548 on black background.


Color preview on white background

This text has color #3F3548 on white background.



Black color preview on #3F3548 background

This text has black color on #3F3548 background.


White color preview on #3F3548 background

This text has white color on #3F3548 background.