COLOR #3F372A

HEX: #3F372A
RGB: (63,55,42)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

63
55
42

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

Portions of RGB colors in percentages

R + G + B =
63 + 55 + 42 = 160 (100%)
R 63 of 160 ~ 39.38%
G 55 of 160 ~ 34.38%
B 42 of 160 ~ 26.25%

%39.38
%34.38
%26.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 33.33%
  • key color value is 75.29%
CMYK:
(0,13,33,75)
C0M13Y33K75 
(0%,13%,33%,75%)
(0.00/0.13/0.33/0.75)	

CMYK percentages

%0
%12.7
%33.33
%75.29

Codes

Color #3F372A in popluar color models

3F372A
RGB635542
HSL37°20.00%20.59%
HSB/HSV37°33.33%24.71%
CMYK0.00%12.70%33.33%
75.29%

Color #3F372A in popluar number systems.

HEX3F372A
Decimal635542
Binary111111110111101010
Octal776752

Shades and tints

Shades of #3F372A

#3F372A
(63,55,42)
#3A3227
(58,50,39)
#352D24
(53,45,36)
#302821
(48,40,33)
#2B231E
(43,35,30)
#261E1B
(38,30,27)
#211918
(33,25,24)
#1C1415
(28,20,21)
#170F12
(23,15,18)
#120A0F
(18,10,15)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #3F372A

#3F372A
(63,55,42)
#50493D
(80,73,61)
#615B50
(97,91,80)
#726D63
(114,109,99)
#837F76
(131,127,118)
#949189
(148,145,137)
#A5A39C
(165,163,156)
#B6B5AF
(182,181,175)
#C7C7C2
(199,199,194)
#D8D9D5
(216,217,213)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F372A; }

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

This text font color is #3F372A.


Background Color

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

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

This div background color is #3F372A.


Border color

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

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

This div border color is #3F372A.


Opacity

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

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

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

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

This text has shadow with #3F372A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F372A on black background.


Color preview on white background

This text has color #3F372A on white background.



Black color preview on #3F372A background

This text has black color on #3F372A background.


White color preview on #3F372A background

This text has white color on #3F372A background.