COLOR #3F314A

HEX: #3F314A
RGB: (63,49,74)

Color info

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

RGB color model

#3F314A color RGB value is (63,49,74).

  • red value is 63;
  • green value is 49;
  • blue value is 74.
RGB: (63,49,74) (25%,19%,29%)

RGB channels and saturation

R 63 of 255 = 25%
G 49 of 255 = 19%
B 74 of 255 = 29%

63
49
74

R + G + B ~ 24%. #3F314A is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 49 + 74 = 186 (100%)
R 63 of 186 ~ 33.87%
G 49 of 186 ~ 26.34%
B 74 of 186 ~ 39.78%

%33.87
%26.34
%39.78

CMYK color model

#3F314A color CMYK value is (15,34,0,71).

  • cyan value is 14.86%
  • magenta value is 33.78%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK: (15,34,0,71) C15M34Y0K71 (15%,34%,0%,71%) (0.15/0.34/0.00/0.71)

CMYK percentages

%14.86
%33.78
%0
%70.98

Codes

Color #3F314A in popluar color models

3F314A
RGB634974
HSL274°20.33%24.12%
HSB/HSV274°33.78%29.02%
CMYK14.86%33.78%0.00%
70.98%

Color #3F314A in popluar number systems.

HEX3F314A
Decimal634974
Binary1111111100011001010
Octal7761112

Shades and tints

Shades of #3F314A

#3F314A
(63,49,74)
#3A2D44
(58,45,68)
#35293E
(53,41,62)
#302538
(48,37,56)
#2B2132
(43,33,50)
#261D2C
(38,29,44)
#211926
(33,25,38)
#1C1520
(28,21,32)
#17111A
(23,17,26)
#120D14
(18,13,20)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #3F314A

#3F314A
(63,49,74)
#50435A
(80,67,90)
#61556A
(97,85,106)
#72677A
(114,103,122)
#83798A
(131,121,138)
#948B9A
(148,139,154)
#A59DAA
(165,157,170)
#B6AFBA
(182,175,186)
#C7C1CA
(199,193,202)
#D8D3DA
(216,211,218)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F314A color. Also use rgb(63,49,74) instead hex code.

Text Font Color

.myTextColor { color: #3F314A; }

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

This text font color is #3F314A.


Background Color

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

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

This div background color is #3F314A.


Border color

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

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

This div border color is #3F314A.


Opacity

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

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

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

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

This text has shadow with #3F314A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3F314A on black background.


Color preview on white background

This text has color #3F314A on white background.



Black color preview on #3F314A background

This text has black color on #3F314A background.


White color preview on #3F314A background

This text has white color on #3F314A background.