COLOR #3F4B45

HEX: #3F4B45
RGB: (63,75,69)

Color info

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

RGB color model

#3F4B45 color RGB value is (63,75,69).

  • red value is 63;
  • green value is 75;
  • blue value is 69.
RGB:
(63,75,69)
(25%,29%,27%)

RGB channels and saturation

R 63 of 255 = 25%
G 75 of 255 = 29%
B 69 of 255 = 27%

63
75
69

R + G + B ~ 27%. #3F4B45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 75 + 69 = 207 (100%)
R 63 of 207 ~ 30.43%
G 75 of 207 ~ 36.23%
B 69 of 207 ~ 33.33%

%30.43
%36.23
%33.33

CMYK color model

#3F4B45 color CMYK value is (16,0,8,71).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 70.59%
CMYK:
(16,0,8,71)
C16M0Y8K71 
(16%,0%,8%,71%)
(0.16/0.00/0.08/0.71)	

CMYK percentages

%16
%0
%8
%70.59

Codes

Color #3F4B45 in popluar color models

3F4B45
RGB637569
HSL150°8.70%27.06%
HSB/HSV150°16.00%29.41%
CMYK16.00%0.00%8.00%
70.59%

Color #3F4B45 in popluar number systems.

HEX3F4B45
Decimal637569
Binary11111110010111000101
Octal77113105

Shades and tints

Shades of #3F4B45

#3F4B45
(63,75,69)
#3A453F
(58,69,63)
#353F39
(53,63,57)
#303933
(48,57,51)
#2B332D
(43,51,45)
#262D27
(38,45,39)
#212721
(33,39,33)
#1C211B
(28,33,27)
#171B15
(23,27,21)
#12150F
(18,21,15)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #3F4B45

#3F4B45
(63,75,69)
#505B55
(80,91,85)
#616B65
(97,107,101)
#727B75
(114,123,117)
#838B85
(131,139,133)
#949B95
(148,155,149)
#A5ABA5
(165,171,165)
#B6BBB5
(182,187,181)
#C7CBC5
(199,203,197)
#D8DBD5
(216,219,213)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4B45 color. Also use rgb(63,75,69) instead hex code.

Text Font Color

.myTextColor { color: #3F4B45; }

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

This text font color is #3F4B45.


Background Color

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

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

This div background color is #3F4B45.


Border color

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

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

This div border color is #3F4B45.


Opacity

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

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

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

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

This text has shadow with #3F4B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4B45 on black background.


Color preview on white background

This text has color #3F4B45 on white background.



Black color preview on #3F4B45 background

This text has black color on #3F4B45 background.


White color preview on #3F4B45 background

This text has white color on #3F4B45 background.