COLOR #3F2229

HEX: #3F2229
RGB: (63,34,41)

Color info

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

RGB color model

#3F2229 color RGB value is (63,34,41).

  • red value is 63;
  • green value is 34;
  • blue value is 41.
RGB:
(63,34,41)
(25%,13%,16%)

RGB channels and saturation

R 63 of 255 = 25%
G 34 of 255 = 13%
B 41 of 255 = 16%

63
34
41

R + G + B ~ 18%. #3F2229 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 34 + 41 = 138 (100%)
R 63 of 138 ~ 45.65%
G 34 of 138 ~ 24.64%
B 41 of 138 ~ 29.71%

%45.65
%24.64
%29.71

CMYK color model

#3F2229 color CMYK value is (0,46,35,75).

  • cyan value is 0.00%
  • magenta value is 46.03%
  • yellow value is 34.92%
  • key color value is 75.29%
CMYK:
(0,46,35,75)
C0M46Y35K75 
(0%,46%,35%,75%)
(0.00/0.46/0.35/0.75)	

CMYK percentages

%0
%46.03
%34.92
%75.29

Codes

Color #3F2229 in popluar color models

3F2229
RGB633441
HSL346°29.90%19.02%
HSB/HSV346°46.03%24.71%
CMYK0.00%46.03%34.92%
75.29%

Color #3F2229 in popluar number systems.

HEX3F2229
Decimal633441
Binary111111100010101001
Octal774251

Shades and tints

Shades of #3F2229

#3F2229
(63,34,41)
#3A1F26
(58,31,38)
#351C23
(53,28,35)
#301920
(48,25,32)
#2B161D
(43,22,29)
#26131A
(38,19,26)
#211017
(33,16,23)
#1C0D14
(28,13,20)
#170A11
(23,10,17)
#12070E
(18,7,14)
#0D040B
(13,4,11)
#000000
(0,0,0)

Tints of #3F2229

#3F2229
(63,34,41)
#50363C
(80,54,60)
#614A4F
(97,74,79)
#725E62
(114,94,98)
#837275
(131,114,117)
#948688
(148,134,136)
#A59A9B
(165,154,155)
#B6AEAE
(182,174,174)
#C7C2C1
(199,194,193)
#D8D6D4
(216,214,212)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F2229; }

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

This text font color is #3F2229.


Background Color

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

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

This div background color is #3F2229.


Border color

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

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

This div border color is #3F2229.


Opacity

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

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

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

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

This text has shadow with #3F2229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F2229 on black background.


Color preview on white background

This text has color #3F2229 on white background.



Black color preview on #3F2229 background

This text has black color on #3F2229 background.


White color preview on #3F2229 background

This text has white color on #3F2229 background.