COLOR #3F3728

HEX: #3F3728
RGB: (63,55,40)

Color info

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

RGB color model

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

  • red value is 63;
  • green value is 55;
  • blue value is 40.
RGB:
(63,55,40)
(25%,22%,16%)

RGB channels and saturation

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

63
55
40

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

Portions of RGB colors in percentages

R + G + B =
63 + 55 + 40 = 158 (100%)
R 63 of 158 ~ 39.87%
G 55 of 158 ~ 34.81%
B 40 of 158 ~ 25.32%

%39.87
%34.81
%25.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 36.51%
  • key color value is 75.29%
CMYK:
(0,13,37,75)
C0M13Y37K75 
(0%,13%,37%,75%)
(0.00/0.13/0.37/0.75)	

CMYK percentages

%0
%12.7
%36.51
%75.29

Codes

Color #3F3728 in popluar color models

3F3728
RGB635540
HSL39°22.33%20.20%
HSB/HSV39°36.51%24.71%
CMYK0.00%12.70%36.51%
75.29%

Color #3F3728 in popluar number systems.

HEX3F3728
Decimal635540
Binary111111110111101000
Octal776750

Shades and tints

Shades of #3F3728

#3F3728
(63,55,40)
#3A3225
(58,50,37)
#352D22
(53,45,34)
#30281F
(48,40,31)
#2B231C
(43,35,28)
#261E19
(38,30,25)
#211916
(33,25,22)
#1C1413
(28,20,19)
#170F10
(23,15,16)
#120A0D
(18,10,13)
#0D050A
(13,5,10)
#000000
(0,0,0)

Tints of #3F3728

#3F3728
(63,55,40)
#50493B
(80,73,59)
#615B4E
(97,91,78)
#726D61
(114,109,97)
#837F74
(131,127,116)
#949187
(148,145,135)
#A5A39A
(165,163,154)
#B6B5AD
(182,181,173)
#C7C7C0
(199,199,192)
#D8D9D3
(216,217,211)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3728; }

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

This text font color is #3F3728.


Background Color

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

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

This div background color is #3F3728.


Border color

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

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

This div border color is #3F3728.


Opacity

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

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

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

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

This text has shadow with #3F3728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3728 on black background.


Color preview on white background

This text has color #3F3728 on white background.



Black color preview on #3F3728 background

This text has black color on #3F3728 background.


White color preview on #3F3728 background

This text has white color on #3F3728 background.