COLOR #3F4154

HEX: #3F4154
RGB: (63,65,84)

Color info

#3F4154 contains red, green and blue colors in about the same proportion. Web safe color of #3F4154 is #333366 (or #336).

RGB color model

#3F4154 color RGB value is (63,65,84).

  • red value is 63;
  • green value is 65;
  • blue value is 84.
RGB:
(63,65,84)
(25%,25%,33%)

RGB channels and saturation

R 63 of 255 = 25%
G 65 of 255 = 25%
B 84 of 255 = 33%

63
65
84

R + G + B ~ 28%. #3F4154 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 65 + 84 = 212 (100%)
R 63 of 212 ~ 29.72%
G 65 of 212 ~ 30.66%
B 84 of 212 ~ 39.62%

%29.72
%30.66
%39.62

CMYK color model

#3F4154 color CMYK value is (25,23,0,67).

  • cyan value is 25.00%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(25,23,0,67)
C25M23Y0K67 
(25%,23%,0%,67%)
(0.25/0.23/0.00/0.67)	

CMYK percentages

%25
%22.62
%0
%67.06

Codes

Color #3F4154 in popluar color models

3F4154
RGB636584
HSL234°14.29%28.82%
HSB/HSV234°25.00%32.94%
CMYK25.00%22.62%0.00%
67.06%

Color #3F4154 in popluar number systems.

HEX3F4154
Decimal636584
Binary11111110000011010100
Octal77101124

Shades and tints

Shades of #3F4154

#3F4154
(63,65,84)
#3A3C4D
(58,60,77)
#353746
(53,55,70)
#30323F
(48,50,63)
#2B2D38
(43,45,56)
#262831
(38,40,49)
#21232A
(33,35,42)
#1C1E23
(28,30,35)
#17191C
(23,25,28)
#121415
(18,20,21)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #3F4154

#3F4154
(63,65,84)
#505263
(80,82,99)
#616372
(97,99,114)
#727481
(114,116,129)
#838590
(131,133,144)
#94969F
(148,150,159)
#A5A7AE
(165,167,174)
#B6B8BD
(182,184,189)
#C7C9CC
(199,201,204)
#D8DADB
(216,218,219)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4154 color. Also use rgb(63,65,84) instead hex code.

Text Font Color

.myTextColor { color: #3F4154; }

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

This text font color is #3F4154.


Background Color

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

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

This div background color is #3F4154.


Border color

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

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

This div border color is #3F4154.


Opacity

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

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

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

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

This text has shadow with #3F4154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4154 on black background.


Color preview on white background

This text has color #3F4154 on white background.



Black color preview on #3F4154 background

This text has black color on #3F4154 background.


White color preview on #3F4154 background

This text has white color on #3F4154 background.