COLOR #3F3430

HEX: #3F3430 RGB: (63,52,48)

Color info

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

RGB color model

#3F3430 color RGB value is (63,52,48).

RGB: (63,52,48) (25%, 20%, 19%)

RGB channels and saturation

R 63 of 255 = 25%
G 52 of 255 = 20%
B 48 of 255 = 19%

63
52
48

R + G + B ~ 21%. #3F3430 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 52 + 48 = 163 (100%)
R 63 of 163 ~ 38.65%
G 52 of 163 ~ 31.9%
B 48 of 163 ~ 29.45'%

%38.65
%31.9
%29.45

CMYK color model

#3F3430 color CMYK value is (0,17,24,75).

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

CMYK: (0,17,24,75)
C0M17Y24K75 (0%, 17%, 24%, 75%)
(0.00 / 0.17 / 0.24 / 0.75)

CMYK percentages

%0
%17.46
%23.81
%75.29

Codes

Color #3F3430 in popluar color models

3F 34 30
RGB 63 52 48
HSL 16° 13.51% 21.76%
HSB/HSV 16° 23.81% 24.71%
CMYK 0.00% 17.46% 23.81%
75.29%

Color #3F3430 in popluar number systems.

HEX 3F 34 30
Decimal 63 52 48
Binary 111111 110100 110000
Octal 77 64 60

Shades and tints

Shades of #3F3430

#3F3430
(63,52,48)
#3A302C
(58,48,44)
#352C28
(53,44,40)
#302824
(48,40,36)
#2B2420
(43,36,32)
#26201C
(38,32,28)
#211C18
(33,28,24)
#1C1814
(28,24,20)
#171410
(23,20,16)
#12100C
(18,16,12)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #3F3430

#3F3430
(63,52,48)
#504642
(80,70,66)
#615854
(97,88,84)
#726A66
(114,106,102)
#837C78
(131,124,120)
#948E8A
(148,142,138)
#A5A09C
(165,160,156)
#B6B2AE
(182,178,174)
#C7C4C0
(199,196,192)
#D8D6D2
(216,214,210)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3430; }

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

This text font color is #3F3430.

Background Color

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

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

This div background color is #3F3430.

Border color

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

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

This div border color is #3F3430.

Opacity

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

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

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

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

This text has shadow with #3F3430 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3430.

Preview

Color preview on black background

This text has color #3F3430 on black background.


Color preview on white background

This text has color #3F3430 on white background.


Black color preview on #3F3430 background

This text has black color on #3F3430 background.


White color preview on #3F3430 background

This text has white color on #3F3430 background.


Related colors

Complementary color

Complementary color for #3F3430 is #C0CBCF.


I love getcolorcode.com

Triadic colors

1 #303F34 and #34303F with #3F3430 are triadic colors.

2 #30343F and #343F30 with #3F3430 are triadic colors.