COLOR #3F334B

HEX: #3F334B RGB: (63,51,75)

Color info

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

RGB color model

#3F334B color RGB value is (63,51,75).

RGB: (63,51,75) (25%, 20%, 29%)

RGB channels and saturation

R 63 of 255 = 25%
G 51 of 255 = 20%
B 75 of 255 = 29%

63
51
75

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

Portions of RGB colors in percentages

R + G + B = 63 + 51 + 75 = 189 (100%)
R 63 of 189 ~ 33.33%
G 51 of 189 ~ 26.98%
B 75 of 189 ~ 39.68'%

%33.33
%26.98
%39.68

CMYK color model

#3F334B color CMYK value is (16,32,0,71).

  • cyan value is 16.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (16,32,0,71)
C16M32Y0K71 (16%, 32%, 0%, 71%)
(0.16 / 0.32 / 0.00 / 0.71)

CMYK percentages

%16
%32
%0
%70.59

Codes

Color #3F334B in popluar color models

3F 33 4B
RGB 63 51 75
HSL 270° 19.05% 24.71%
HSB/HSV 270° 32.00% 29.41%
CMYK 16.00% 32.00% 0.00%
70.59%

Color #3F334B in popluar number systems.

HEX 3F 33 4B
Decimal 63 51 75
Binary 111111 110011 1001011
Octal 77 63 113

Shades and tints

Shades of #3F334B

#3F334B
(63,51,75)
#3A2F45
(58,47,69)
#352B3F
(53,43,63)
#302739
(48,39,57)
#2B2333
(43,35,51)
#261F2D
(38,31,45)
#211B27
(33,27,39)
#1C1721
(28,23,33)
#17131B
(23,19,27)
#120F15
(18,15,21)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #3F334B

#3F334B
(63,51,75)
#50455B
(80,69,91)
#61576B
(97,87,107)
#72697B
(114,105,123)
#837B8B
(131,123,139)
#948D9B
(148,141,155)
#A59FAB
(165,159,171)
#B6B1BB
(182,177,187)
#C7C3CB
(199,195,203)
#D8D5DB
(216,213,219)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F334B; }

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

This text font color is #3F334B.

Background Color

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

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

This div background color is #3F334B.

Border color

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

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

This div border color is #3F334B.

Opacity

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

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

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

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

This text has shadow with #3F334B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F334B.

Preview

Color preview on black background

This text has color #3F334B on black background.


Color preview on white background

This text has color #3F334B on white background.


Black color preview on #3F334B background

This text has black color on #3F334B background.


White color preview on #3F334B background

This text has white color on #3F334B background.


Related colors

Complementary color

Complementary color for #hex is #C0CCB4.


I love getcolorcode.com

Triadic colors

1 #4B3F33 and #334B3F with #3F334B are triadic colors.

2 #4B333F and #333F4B with #3F334B are triadic colors.