COLOR #3F2319

HEX: #3F2319
RGB: (63,35,25)

Color info

#3F2319 contains red, green and blue colors in about the same proportion. Web safe color of #3F2319 is #333300 (or #330).

RGB color model

#3F2319 color RGB value is (63,35,25).

  • red value is 63;
  • green value is 35;
  • blue value is 25.
RGB:
(63,35,25)
(25%,14%,10%)

RGB channels and saturation

R 63 of 255 = 25%
G 35 of 255 = 14%
B 25 of 255 = 10%

63
35
25

R + G + B ~ 16%. #3F2319 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 35 + 25 = 123 (100%)
R 63 of 123 ~ 51.22%
G 35 of 123 ~ 28.46%
B 25 of 123 ~ 20.33%

%51.22
%28.46
%20.33

CMYK color model

#3F2319 color CMYK value is (0,44,60,75).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 60.32%
  • key color value is 75.29%
CMYK:
(0,44,60,75)
C0M44Y60K75 
(0%,44%,60%,75%)
(0.00/0.44/0.60/0.75)	

CMYK percentages

%0
%44.44
%60.32
%75.29

Codes

Color #3F2319 in popluar color models

3F2319
RGB633525
HSL16°43.18%17.25%
HSB/HSV16°60.32%24.71%
CMYK0.00%44.44%60.32%
75.29%

Color #3F2319 in popluar number systems.

HEX3F2319
Decimal633525
Binary11111110001111001
Octal774331

Shades and tints

Shades of #3F2319

#3F2319
(63,35,25)
#3A2017
(58,32,23)
#351D15
(53,29,21)
#301A13
(48,26,19)
#2B1711
(43,23,17)
#26140F
(38,20,15)
#21110D
(33,17,13)
#1C0E0B
(28,14,11)
#170B09
(23,11,9)
#120807
(18,8,7)
#0D0505
(13,5,5)
#000000
(0,0,0)

Tints of #3F2319

#3F2319
(63,35,25)
#50372D
(80,55,45)
#614B41
(97,75,65)
#725F55
(114,95,85)
#837369
(131,115,105)
#94877D
(148,135,125)
#A59B91
(165,155,145)
#B6AFA5
(182,175,165)
#C7C3B9
(199,195,185)
#D8D7CD
(216,215,205)
#E9EBE1
(233,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F2319 color. Also use rgb(63,35,25) instead hex code.

Text Font Color

.myTextColor { color: #3F2319; }

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

This text font color is #3F2319.


Background Color

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

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

This div background color is #3F2319.


Border color

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

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

This div border color is #3F2319.


Opacity

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

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

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

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

This text has shadow with #3F2319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F2319 on black background.


Color preview on white background

This text has color #3F2319 on white background.



Black color preview on #3F2319 background

This text has black color on #3F2319 background.


White color preview on #3F2319 background

This text has white color on #3F2319 background.