COLOR #3F3D2E

HEX: #3F3D2E
RGB: (63,61,46)

Color info

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

RGB color model

#3F3D2E color RGB value is (63,61,46).

  • red value is 63;
  • green value is 61;
  • blue value is 46.
RGB:
(63,61,46)
(25%,24%,18%)

RGB channels and saturation

R 63 of 255 = 25%
G 61 of 255 = 24%
B 46 of 255 = 18%

63
61
46

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

Portions of RGB colors in percentages

R + G + B =
63 + 61 + 46 = 170 (100%)
R 63 of 170 ~ 37.06%
G 61 of 170 ~ 35.88%
B 46 of 170 ~ 27.06%

%37.06
%35.88
%27.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 26.98%
  • key color value is 75.29%
CMYK:
(0,3,27,75)
C0M3Y27K75 
(0%,3%,27%,75%)
(0.00/0.03/0.27/0.75)	

CMYK percentages

%0
%3.17
%26.98
%75.29

Codes

Color #3F3D2E in popluar color models

3F3D2E
RGB636146
HSL53°15.60%21.37%
HSB/HSV53°26.98%24.71%
CMYK0.00%3.17%26.98%
75.29%

Color #3F3D2E in popluar number systems.

HEX3F3D2E
Decimal636146
Binary111111111101101110
Octal777556

Shades and tints

Shades of #3F3D2E

#3F3D2E
(63,61,46)
#3A382A
(58,56,42)
#353326
(53,51,38)
#302E22
(48,46,34)
#2B291E
(43,41,30)
#26241A
(38,36,26)
#211F16
(33,31,22)
#1C1A12
(28,26,18)
#17150E
(23,21,14)
#12100A
(18,16,10)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #3F3D2E

#3F3D2E
(63,61,46)
#504E41
(80,78,65)
#615F54
(97,95,84)
#727067
(114,112,103)
#83817A
(131,129,122)
#94928D
(148,146,141)
#A5A3A0
(165,163,160)
#B6B4B3
(182,180,179)
#C7C5C6
(199,197,198)
#D8D6D9
(216,214,217)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3D2E; }

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

This text font color is #3F3D2E.


Background Color

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

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

This div background color is #3F3D2E.


Border color

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

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

This div border color is #3F3D2E.


Opacity

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

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

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

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

This text has shadow with #3F3D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3D2E on black background.


Color preview on white background

This text has color #3F3D2E on white background.



Black color preview on #3F3D2E background

This text has black color on #3F3D2E background.


White color preview on #3F3D2E background

This text has white color on #3F3D2E background.