COLOR #3F304D

HEX: #3F304D
RGB: (63,48,77)

Color info

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

RGB color model

#3F304D color RGB value is (63,48,77).

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

RGB channels and saturation

R 63 of 255 = 25%
G 48 of 255 = 19%
B 77 of 255 = 30%

63
48
77

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

Portions of RGB colors in percentages

R + G + B =
63 + 48 + 77 = 188 (100%)
R 63 of 188 ~ 33.51%
G 48 of 188 ~ 25.53%
B 77 of 188 ~ 40.96%

%33.51
%25.53
%40.96

CMYK color model

#3F304D color CMYK value is (18,38,0,70).

  • cyan value is 18.18%
  • magenta value is 37.66%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(18,38,0,70)
C18M38Y0K70 
(18%,38%,0%,70%)
(0.18/0.38/0.00/0.70)	

CMYK percentages

%18.18
%37.66
%0
%69.8

Codes

Color #3F304D in popluar color models

3F304D
RGB634877
HSL271°23.20%24.51%
HSB/HSV271°37.66%30.20%
CMYK18.18%37.66%0.00%
69.80%

Color #3F304D in popluar number systems.

HEX3F304D
Decimal634877
Binary1111111100001001101
Octal7760115

Shades and tints

Shades of #3F304D

#3F304D
(63,48,77)
#3A2C46
(58,44,70)
#35283F
(53,40,63)
#302438
(48,36,56)
#2B2031
(43,32,49)
#261C2A
(38,28,42)
#211823
(33,24,35)
#1C141C
(28,20,28)
#171015
(23,16,21)
#120C0E
(18,12,14)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #3F304D

#3F304D
(63,48,77)
#50425D
(80,66,93)
#61546D
(97,84,109)
#72667D
(114,102,125)
#83788D
(131,120,141)
#948A9D
(148,138,157)
#A59CAD
(165,156,173)
#B6AEBD
(182,174,189)
#C7C0CD
(199,192,205)
#D8D2DD
(216,210,221)
#E9E4ED
(233,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F304D; }

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

This text font color is #3F304D.


Background Color

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

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

This div background color is #3F304D.


Border color

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

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

This div border color is #3F304D.


Opacity

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

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

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

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

This text has shadow with #3F304D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F304D on black background.


Color preview on white background

This text has color #3F304D on white background.



Black color preview on #3F304D background

This text has black color on #3F304D background.


White color preview on #3F304D background

This text has white color on #3F304D background.