COLOR #3F334D

HEX: #3F334D
RGB: (63,51,77)

Color info

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

RGB color model

#3F334D color RGB value is (63,51,77).

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

RGB channels and saturation

R 63 of 255 = 25%
G 51 of 255 = 20%
B 77 of 255 = 30%

63
51
77

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

Portions of RGB colors in percentages

R + G + B =
63 + 51 + 77 = 191 (100%)
R 63 of 191 ~ 32.98%
G 51 of 191 ~ 26.7%
B 77 of 191 ~ 40.31%

%32.98
%26.7
%40.31

CMYK color model

#3F334D color CMYK value is (18,34,0,70).

  • cyan value is 18.18%
  • magenta value is 33.77%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(18,34,0,70)
C18M34Y0K70 
(18%,34%,0%,70%)
(0.18/0.34/0.00/0.70)	

CMYK percentages

%18.18
%33.77
%0
%69.8

Codes

Color #3F334D in popluar color models

3F334D
RGB635177
HSL268°20.31%25.10%
HSB/HSV268°33.77%30.20%
CMYK18.18%33.77%0.00%
69.80%

Color #3F334D in popluar number systems.

HEX3F334D
Decimal635177
Binary1111111100111001101
Octal7763115

Shades and tints

Shades of #3F334D

#3F334D
(63,51,77)
#3A2F46
(58,47,70)
#352B3F
(53,43,63)
#302738
(48,39,56)
#2B2331
(43,35,49)
#261F2A
(38,31,42)
#211B23
(33,27,35)
#1C171C
(28,23,28)
#171315
(23,19,21)
#120F0E
(18,15,14)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #3F334D

#3F334D
(63,51,77)
#50455D
(80,69,93)
#61576D
(97,87,109)
#72697D
(114,105,125)
#837B8D
(131,123,141)
#948D9D
(148,141,157)
#A59FAD
(165,159,173)
#B6B1BD
(182,177,189)
#C7C3CD
(199,195,205)
#D8D5DD
(216,213,221)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F334D; }

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

This text font color is #3F334D.


Background Color

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

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

This div background color is #3F334D.


Border color

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

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

This div border color is #3F334D.


Opacity

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

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

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

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

This text has shadow with #3F334D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F334D on black background.


Color preview on white background

This text has color #3F334D on white background.



Black color preview on #3F334D background

This text has black color on #3F334D background.


White color preview on #3F334D background

This text has white color on #3F334D background.