COLOR #3F303A

HEX: #3F303A RGB: (63,48,58)

Color info

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

RGB color model

#3F303A color RGB value is (63,48,58).

RGB: (63,48,58) (25%, 19%, 23%)

RGB channels and saturation

R 63 of 255 = 25%
G 48 of 255 = 19%
B 58 of 255 = 23%

63
48
58

R + G + B ~ 22%. #3F303A is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 48 + 58 = 169 (100%)
R 63 of 169 ~ 37.28%
G 48 of 169 ~ 28.4%
B 58 of 169 ~ 34.32'%

%37.28
%28.4
%34.32

CMYK color model

#3F303A color CMYK value is (0,24,8,75).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 7.94%
  • key color value is 75.29%

CMYK: (0,24,8,75)
C0M24Y8K75 (0%, 24%, 8%, 75%)
(0.00 / 0.24 / 0.08 / 0.75)

CMYK percentages

%0
%23.81
%7.94
%75.29

Codes

Color #3F303A in popluar color models

3F 30 3A
RGB 63 48 58
HSL 320° 13.51% 21.76%
HSB/HSV 320° 23.81% 24.71%
CMYK 0.00% 23.81% 7.94%
75.29%

Color #3F303A in popluar number systems.

HEX 3F 30 3A
Decimal 63 48 58
Binary 111111 110000 111010
Octal 77 60 72

Shades and tints

Shades of #3F303A

#3F303A
(63,48,58)
#3A2C35
(58,44,53)
#352830
(53,40,48)
#30242B
(48,36,43)
#2B2026
(43,32,38)
#261C21
(38,28,33)
#21181C
(33,24,28)
#1C1417
(28,20,23)
#171012
(23,16,18)
#120C0D
(18,12,13)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #3F303A

#3F303A
(63,48,58)
#50424B
(80,66,75)
#61545C
(97,84,92)
#72666D
(114,102,109)
#83787E
(131,120,126)
#948A8F
(148,138,143)
#A59CA0
(165,156,160)
#B6AEB1
(182,174,177)
#C7C0C2
(199,192,194)
#D8D2D3
(216,210,211)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F303A; }

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

This text font color is #3F303A.

Background Color

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

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

This div background color is #3F303A.

Border color

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

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

This div border color is #3F303A.

Opacity

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

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

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

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

This text has shadow with #3F303A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F303A.

Preview

Color preview on black background

This text has color #3F303A on black background.


Color preview on white background

This text has color #3F303A on white background.


Black color preview on #3F303A background

This text has black color on #3F303A background.


White color preview on #3F303A background

This text has white color on #3F303A background.


Related colors

Complementary color

Complementary color for #hex is #C0CFC5.


I love getcolorcode.com

Triadic colors

1 #3A3F30 and #303A3F with #3F303A are triadic colors.

2 #3A303F and #303F3A with #3F303A are triadic colors.