COLOR #3F274E

HEX: #3F274E
RGB: (63,39,78)

Color info

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

RGB color model

#3F274E color RGB value is (63,39,78).

  • red value is 63;
  • green value is 39;
  • blue value is 78.
RGB:
(63,39,78)
(25%,15%,31%)

RGB channels and saturation

R 63 of 255 = 25%
G 39 of 255 = 15%
B 78 of 255 = 31%

63
39
78

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

Portions of RGB colors in percentages

R + G + B =
63 + 39 + 78 = 180 (100%)
R 63 of 180 ~ 35%
G 39 of 180 ~ 21.67%
B 78 of 180 ~ 43.33%

%35
%21.67
%43.33

CMYK color model

#3F274E color CMYK value is (19,50,0,69).

  • cyan value is 19.23%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(19,50,0,69)
C19M50Y0K69 
(19%,50%,0%,69%)
(0.19/0.50/0.00/0.69)	

CMYK percentages

%19.23
%50
%0
%69.41

Codes

Color #3F274E in popluar color models

3F274E
RGB633978
HSL277°33.33%22.94%
HSB/HSV277°50.00%30.59%
CMYK19.23%50.00%0.00%
69.41%

Color #3F274E in popluar number systems.

HEX3F274E
Decimal633978
Binary1111111001111001110
Octal7747116

Shades and tints

Shades of #3F274E

#3F274E
(63,39,78)
#3A2447
(58,36,71)
#352140
(53,33,64)
#301E39
(48,30,57)
#2B1B32
(43,27,50)
#26182B
(38,24,43)
#211524
(33,21,36)
#1C121D
(28,18,29)
#170F16
(23,15,22)
#120C0F
(18,12,15)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #3F274E

#3F274E
(63,39,78)
#503A5E
(80,58,94)
#614D6E
(97,77,110)
#72607E
(114,96,126)
#83738E
(131,115,142)
#94869E
(148,134,158)
#A599AE
(165,153,174)
#B6ACBE
(182,172,190)
#C7BFCE
(199,191,206)
#D8D2DE
(216,210,222)
#E9E5EE
(233,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F274E color. Also use rgb(63,39,78) instead hex code.

Text Font Color

.myTextColor { color: #3F274E; }

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

This text font color is #3F274E.


Background Color

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

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

This div background color is #3F274E.


Border color

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

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

This div border color is #3F274E.


Opacity

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

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

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

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

This text has shadow with #3F274E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F274E on black background.


Color preview on white background

This text has color #3F274E on white background.



Black color preview on #3F274E background

This text has black color on #3F274E background.


White color preview on #3F274E background

This text has white color on #3F274E background.