COLOR #3F334E

HEX: #3F334E
RGB: (63,51,78)

Color info

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

RGB color model

#3F334E color RGB value is (63,51,78).

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

RGB channels and saturation

R 63 of 255 = 25%
G 51 of 255 = 20%
B 78 of 255 = 31%

63
51
78

R + G + B ~ 25%. #3F334E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 51 + 78 = 192 (100%)
R 63 of 192 ~ 32.81%
G 51 of 192 ~ 26.56%
B 78 of 192 ~ 40.63%

%32.81
%26.56
%40.63

CMYK color model

#3F334E color CMYK value is (19,35,0,69).

  • cyan value is 19.23%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(19,35,0,69)
C19M35Y0K69 
(19%,35%,0%,69%)
(0.19/0.35/0.00/0.69)	

CMYK percentages

%19.23
%34.62
%0
%69.41

Codes

Color #3F334E in popluar color models

3F334E
RGB635178
HSL267°20.93%25.29%
HSB/HSV267°34.62%30.59%
CMYK19.23%34.62%0.00%
69.41%

Color #3F334E in popluar number systems.

HEX3F334E
Decimal635178
Binary1111111100111001110
Octal7763116

Shades and tints

Shades of #3F334E

#3F334E
(63,51,78)
#3A2F47
(58,47,71)
#352B40
(53,43,64)
#302739
(48,39,57)
#2B2332
(43,35,50)
#261F2B
(38,31,43)
#211B24
(33,27,36)
#1C171D
(28,23,29)
#171316
(23,19,22)
#120F0F
(18,15,15)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #3F334E

#3F334E
(63,51,78)
#50455E
(80,69,94)
#61576E
(97,87,110)
#72697E
(114,105,126)
#837B8E
(131,123,142)
#948D9E
(148,141,158)
#A59FAE
(165,159,174)
#B6B1BE
(182,177,190)
#C7C3CE
(199,195,206)
#D8D5DE
(216,213,222)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F334E; }

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

This text font color is #3F334E.


Background Color

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

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

This div background color is #3F334E.


Border color

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

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

This div border color is #3F334E.


Opacity

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

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

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

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

This text has shadow with #3F334E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F334E on black background.


Color preview on white background

This text has color #3F334E on white background.



Black color preview on #3F334E background

This text has black color on #3F334E background.


White color preview on #3F334E background

This text has white color on #3F334E background.