COLOR #3F5748

HEX: #3F5748
RGB: (63,87,72)

Color info

#3F5748 contains red, green and blue colors in about the same proportion. Web safe color of #3F5748 is #336633 (or #363).

RGB color model

#3F5748 color RGB value is (63,87,72).

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

RGB channels and saturation

R 63 of 255 = 25%
G 87 of 255 = 34%
B 72 of 255 = 28%

63
87
72

R + G + B ~ 29%. #3F5748 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 87 + 72 = 222 (100%)
R 63 of 222 ~ 28.38%
G 87 of 222 ~ 39.19%
B 72 of 222 ~ 32.43%

%28.38
%39.19
%32.43

CMYK color model

#3F5748 color CMYK value is (28,0,17,66).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 65.88%
CMYK:
(28,0,17,66)
C28M0Y17K66 
(28%,0%,17%,66%)
(0.28/0.00/0.17/0.66)	

CMYK percentages

%27.59
%0
%17.24
%65.88

Codes

Color #3F5748 in popluar color models

3F5748
RGB638772
HSL143°16.00%29.41%
HSB/HSV143°27.59%34.12%
CMYK27.59%0.00%17.24%
65.88%

Color #3F5748 in popluar number systems.

HEX3F5748
Decimal638772
Binary11111110101111001000
Octal77127110

Shades and tints

Shades of #3F5748

#3F5748
(63,87,72)
#3A5042
(58,80,66)
#35493C
(53,73,60)
#304236
(48,66,54)
#2B3B30
(43,59,48)
#26342A
(38,52,42)
#212D24
(33,45,36)
#1C261E
(28,38,30)
#171F18
(23,31,24)
#121812
(18,24,18)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #3F5748

#3F5748
(63,87,72)
#506658
(80,102,88)
#617568
(97,117,104)
#728478
(114,132,120)
#839388
(131,147,136)
#94A298
(148,162,152)
#A5B1A8
(165,177,168)
#B6C0B8
(182,192,184)
#C7CFC8
(199,207,200)
#D8DED8
(216,222,216)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5748; }

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

This text font color is #3F5748.


Background Color

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

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

This div background color is #3F5748.


Border color

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

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

This div border color is #3F5748.


Opacity

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

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

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

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

This text has shadow with #3F5748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5748 on black background.


Color preview on white background

This text has color #3F5748 on white background.



Black color preview on #3F5748 background

This text has black color on #3F5748 background.


White color preview on #3F5748 background

This text has white color on #3F5748 background.