COLOR #3F3737

HEX: #3F3737 RGB: (63,55,55)

Color info

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

RGB color model

#3F3737 color RGB value is (63,55,55).

RGB: (63,55,55) (25%, 22%, 22%)

RGB channels and saturation

R 63 of 255 = 25%
G 55 of 255 = 22%
B 55 of 255 = 22%

63
55
55

R + G + B ~ 23%. #3F3737 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 55 + 55 = 173 (100%)
R 63 of 173 ~ 36.42%
G 55 of 173 ~ 31.79%
B 55 of 173 ~ 31.79'%

%36.42
%31.79
%31.79

CMYK color model

#3F3737 color CMYK value is (0,13,13,75).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 12.70%
  • key color value is 75.29%

CMYK: (0,13,13,75)
C0M13Y13K75 (0%, 13%, 13%, 75%)
(0.00 / 0.13 / 0.13 / 0.75)

CMYK percentages

%0
%12.7
%12.7
%75.29

Codes

Color #3F3737 in popluar color models

3F 37 37
RGB 63 55 55
HSL 6.78% 23.14%
HSB/HSV 12.70% 24.71%
CMYK 0.00% 12.70% 12.70%
75.29%

Color #3F3737 in popluar number systems.

HEX 3F 37 37
Decimal 63 55 55
Binary 111111 110111 110111
Octal 77 67 67

Shades and tints

Shades of #3F3737

#3F3737
(63,55,55)
#3A3232
(58,50,50)
#352D2D
(53,45,45)
#302828
(48,40,40)
#2B2323
(43,35,35)
#261E1E
(38,30,30)
#211919
(33,25,25)
#1C1414
(28,20,20)
#170F0F
(23,15,15)
#120A0A
(18,10,10)
#0D0505
(13,5,5)
#000000
(0,0,0)

Tints of #3F3737

#3F3737
(63,55,55)
#504949
(80,73,73)
#615B5B
(97,91,91)
#726D6D
(114,109,109)
#837F7F
(131,127,127)
#949191
(148,145,145)
#A5A3A3
(165,163,163)
#B6B5B5
(182,181,181)
#C7C7C7
(199,199,199)
#D8D9D9
(216,217,217)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3737; }

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

This text font color is #3F3737.

Background Color

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

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

This div background color is #3F3737.

Border color

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

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

This div border color is #3F3737.

Opacity

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

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

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

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

This text has shadow with #3F3737 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3737.

Preview

Color preview on black background

This text has color #3F3737 on black background.


Color preview on white background

This text has color #3F3737 on white background.


Black color preview on #3F3737 background

This text has black color on #3F3737 background.


White color preview on #3F3737 background

This text has white color on #3F3737 background.


Related colors

Complementary color

Complementary color for #hex is #C0C8C8.


I love getcolorcode.com