COLOR #3F3438

HEX: #3F3438
RGB: (63,52,56)

Color info

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

RGB color model

#3F3438 color RGB value is (63,52,56).

  • red value is 63;
  • green value is 52;
  • blue value is 56.
RGB:
(63,52,56)
(25%,20%,22%)

RGB channels and saturation

R 63 of 255 = 25%
G 52 of 255 = 20%
B 56 of 255 = 22%

63
52
56

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

Portions of RGB colors in percentages

R + G + B =
63 + 52 + 56 = 171 (100%)
R 63 of 171 ~ 36.84%
G 52 of 171 ~ 30.41%
B 56 of 171 ~ 32.75%

%36.84
%30.41
%32.75

CMYK color model

#3F3438 color CMYK value is (0,17,11,75).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 11.11%
  • key color value is 75.29%
CMYK:
(0,17,11,75)
C0M17Y11K75 
(0%,17%,11%,75%)
(0.00/0.17/0.11/0.75)	

CMYK percentages

%0
%17.46
%11.11
%75.29

Codes

Color #3F3438 in popluar color models

3F3438
RGB635256
HSL338°9.57%22.55%
HSB/HSV338°17.46%24.71%
CMYK0.00%17.46%11.11%
75.29%

Color #3F3438 in popluar number systems.

HEX3F3438
Decimal635256
Binary111111110100111000
Octal776470

Shades and tints

Shades of #3F3438

#3F3438
(63,52,56)
#3A3033
(58,48,51)
#352C2E
(53,44,46)
#302829
(48,40,41)
#2B2424
(43,36,36)
#26201F
(38,32,31)
#211C1A
(33,28,26)
#1C1815
(28,24,21)
#171410
(23,20,16)
#12100B
(18,16,11)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #3F3438

#3F3438
(63,52,56)
#50464A
(80,70,74)
#61585C
(97,88,92)
#726A6E
(114,106,110)
#837C80
(131,124,128)
#948E92
(148,142,146)
#A5A0A4
(165,160,164)
#B6B2B6
(182,178,182)
#C7C4C8
(199,196,200)
#D8D6DA
(216,214,218)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3438; }

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

This text font color is #3F3438.


Background Color

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

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

This div background color is #3F3438.


Border color

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

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

This div border color is #3F3438.


Opacity

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

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

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

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

This text has shadow with #3F3438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3438 on black background.


Color preview on white background

This text has color #3F3438 on white background.



Black color preview on #3F3438 background

This text has black color on #3F3438 background.


White color preview on #3F3438 background

This text has white color on #3F3438 background.