COLOR #3F372E

HEX: #3F372E RGB: (63,55,46)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

63
55
46

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

Portions of RGB colors in percentages

R + G + B = 63 + 55 + 46 = 164 (100%)
R 63 of 164 ~ 38.41%
G 55 of 164 ~ 33.54%
B 46 of 164 ~ 28.05'%

%38.41
%33.54
%28.05

CMYK color model

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

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

CMYK: (0,13,27,75)
C0M13Y27K75 (0%, 13%, 27%, 75%)
(0.00 / 0.13 / 0.27 / 0.75)

CMYK percentages

%0
%12.7
%26.98
%75.29

Codes

Color #3F372E in popluar color models

3F 37 2E
RGB 63 55 46
HSL 32° 15.60% 21.37%
HSB/HSV 32° 26.98% 24.71%
CMYK 0.00% 12.70% 26.98%
75.29%

Color #3F372E in popluar number systems.

HEX 3F 37 2E
Decimal 63 55 46
Binary 111111 110111 101110
Octal 77 67 56

Shades and tints

Shades of #3F372E

#3F372E
(63,55,46)
#3A322A
(58,50,42)
#352D26
(53,45,38)
#302822
(48,40,34)
#2B231E
(43,35,30)
#261E1A
(38,30,26)
#211916
(33,25,22)
#1C1412
(28,20,18)
#170F0E
(23,15,14)
#120A0A
(18,10,10)
#0D0506
(13,5,6)
#000000
(0,0,0)

Tints of #3F372E

#3F372E
(63,55,46)
#504941
(80,73,65)
#615B54
(97,91,84)
#726D67
(114,109,103)
#837F7A
(131,127,122)
#94918D
(148,145,141)
#A5A3A0
(165,163,160)
#B6B5B3
(182,181,179)
#C7C7C6
(199,199,198)
#D8D9D9
(216,217,217)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F372E; }

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

This text font color is #3F372E.

Background Color

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

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

This div background color is #3F372E.

Border color

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

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

This div border color is #3F372E.

Opacity

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

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

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

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

This text has shadow with #3F372E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F372E.

Preview

Color preview on black background

This text has color #3F372E on black background.


Color preview on white background

This text has color #3F372E on white background.


Black color preview on #3F372E background

This text has black color on #3F372E background.


White color preview on #3F372E background

This text has white color on #3F372E background.


Related colors

Complementary color

Complementary color for #hex is #C0C8D1.


I love getcolorcode.com

Triadic colors

1 #2E3F37 and #372E3F with #3F372E are triadic colors.

2 #2E373F and #373F2E with #3F372E are triadic colors.