COLOR #3F3049

HEX: #3F3049 RGB: (63,48,73)

Color info

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

RGB color model

#3F3049 color RGB value is (63,48,73).

RGB: (63,48,73) (25%, 19%, 29%)

RGB channels and saturation

R 63 of 255 = 25%
G 48 of 255 = 19%
B 73 of 255 = 29%

63
48
73

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

Portions of RGB colors in percentages

R + G + B = 63 + 48 + 73 = 184 (100%)
R 63 of 184 ~ 34.24%
G 48 of 184 ~ 26.09%
B 73 of 184 ~ 39.67'%

%34.24
%26.09
%39.67

CMYK color model

#3F3049 color CMYK value is (14,34,0,71).

  • cyan value is 13.70%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (14,34,0,71)
C14M34Y0K71 (14%, 34%, 0%, 71%)
(0.14 / 0.34 / 0.00 / 0.71)

CMYK percentages

%13.7
%34.25
%0
%71.37

Codes

Color #3F3049 in popluar color models

3F 30 49
RGB 63 48 73
HSL 276° 20.66% 23.73%
HSB/HSV 276° 34.25% 28.63%
CMYK 13.70% 34.25% 0.00%
71.37%

Color #3F3049 in popluar number systems.

HEX 3F 30 49
Decimal 63 48 73
Binary 111111 110000 1001001
Octal 77 60 111

Shades and tints

Shades of #3F3049

#3F3049
(63,48,73)
#3A2C43
(58,44,67)
#35283D
(53,40,61)
#302437
(48,36,55)
#2B2031
(43,32,49)
#261C2B
(38,28,43)
#211825
(33,24,37)
#1C141F
(28,20,31)
#171019
(23,16,25)
#120C13
(18,12,19)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #3F3049

#3F3049
(63,48,73)
#504259
(80,66,89)
#615469
(97,84,105)
#726679
(114,102,121)
#837889
(131,120,137)
#948A99
(148,138,153)
#A59CA9
(165,156,169)
#B6AEB9
(182,174,185)
#C7C0C9
(199,192,201)
#D8D2D9
(216,210,217)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3049; }

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

This text font color is #3F3049.

Background Color

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

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

This div background color is #3F3049.

Border color

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

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

This div border color is #3F3049.

Opacity

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

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

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

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

This text has shadow with #3F3049 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3049.

Preview

Color preview on black background

This text has color #3F3049 on black background.


Color preview on white background

This text has color #3F3049 on white background.


Black color preview on #3F3049 background

This text has black color on #3F3049 background.


White color preview on #3F3049 background

This text has white color on #3F3049 background.


Related colors

Complementary color

Complementary color for #hex is #C0CFB6.


I love getcolorcode.com

Triadic colors

1 #493F30 and #30493F with #3F3049 are triadic colors.

2 #49303F and #303F49 with #3F3049 are triadic colors.