COLOR #3F304C

HEX: #3F304C RGB: (63,48,76)

Color info

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

RGB color model

#3F304C color RGB value is (63,48,76).

RGB: (63,48,76) (25%, 19%, 30%)

RGB channels and saturation

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

63
48
76

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

Portions of RGB colors in percentages

R + G + B = 63 + 48 + 76 = 187 (100%)
R 63 of 187 ~ 33.69%
G 48 of 187 ~ 25.67%
B 76 of 187 ~ 40.64'%

%33.69
%25.67
%40.64

CMYK color model

#3F304C color CMYK value is (17,37,0,70).

  • cyan value is 17.11%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK: (17,37,0,70) C17M37Y0K70 (17%,37%,0%,70%) (0.17/0.37/0.00/0.70) 

CMYK percentages

%17.11
%36.84
%0
%70.2

Codes

Color #3F304C in popluar color models

3F 30 4C
RGB 63 48 76
HSL 272° 22.58% 24.31%
HSB/HSV 272° 36.84% 29.80%
CMYK 17.11% 36.84% 0.00%
70.20%

Color #3F304C in popluar number systems.

HEX 3F 30 4C
Decimal 63 48 76
Binary 111111 110000 1001100
Octal 77 60 114

Shades and tints

Shades of #3F304C

#3F304C
(63,48,76)
#3A2C46
(58,44,70)
#352840
(53,40,64)
#30243A
(48,36,58)
#2B2034
(43,32,52)
#261C2E
(38,28,46)
#211828
(33,24,40)
#1C1422
(28,20,34)
#17101C
(23,16,28)
#120C16
(18,12,22)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #3F304C

#3F304C
(63,48,76)
#50425C
(80,66,92)
#61546C
(97,84,108)
#72667C
(114,102,124)
#83788C
(131,120,140)
#948A9C
(148,138,156)
#A59CAC
(165,156,172)
#B6AEBC
(182,174,188)
#C7C0CC
(199,192,204)
#D8D2DC
(216,210,220)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F304C; }

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

This text font color is #3F304C.

Background Color

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

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

This div background color is #3F304C.

Border color

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

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

This div border color is #3F304C.

Opacity

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

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

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

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

This text has shadow with #3F304C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F304C.

Preview

Color preview on black background

This text has color #3F304C on black background.


Color preview on white background

This text has color #3F304C on white background.


Black color preview on #3F304C background

This text has black color on #3F304C background.


White color preview on #3F304C background

This text has white color on #3F304C background.


Related colors

Complementary color

Complementary color for #hex is #C0CFB3.


I love getcolorcode.com

Triadic colors

1 #4C3F30 and #304C3F with #3F304C are triadic colors.

2 #4C303F and #303F4C with #3F304C are triadic colors.