COLOR #3F3718

HEX: #3F3718 RGB: (63,55,24)

Color info

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

RGB color model

#3F3718 color RGB value is (63,55,24).

RGB: (63,55,24) (25%, 22%, 9%)

RGB channels and saturation

R 63 of 255 = 25%
G 55 of 255 = 22%
B 24 of 255 = 9%

63
55
24

R + G + B ~ 19%. #3F3718 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 55 + 24 = 142 (100%)
R 63 of 142 ~ 44.37%
G 55 of 142 ~ 38.73%
B 24 of 142 ~ 16.9'%

%44.37
%38.73
%16.9

CMYK color model

#3F3718 color CMYK value is (0,13,62,75).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 61.90%
  • key color value is 75.29%
CMYK: (0,13,62,75) C0M13Y62K75 (0%,13%,62%,75%) (0.00/0.13/0.62/0.75) 

CMYK percentages

%0
%12.7
%61.9
%75.29

Codes

Color #3F3718 in popluar color models

3F 37 18
RGB 63 55 24
HSL 48° 44.83% 17.06%
HSB/HSV 48° 61.90% 24.71%
CMYK 0.00% 12.70% 61.90%
75.29%

Color #3F3718 in popluar number systems.

HEX 3F 37 18
Decimal 63 55 24
Binary 111111 110111 11000
Octal 77 67 30

Shades and tints

Shades of #3F3718

#3F3718
(63,55,24)
#3A3216
(58,50,22)
#352D14
(53,45,20)
#302812
(48,40,18)
#2B2310
(43,35,16)
#261E0E
(38,30,14)
#21190C
(33,25,12)
#1C140A
(28,20,10)
#170F08
(23,15,8)
#120A06
(18,10,6)
#0D0504
(13,5,4)
#000000
(0,0,0)

Tints of #3F3718

#3F3718
(63,55,24)
#50492D
(80,73,45)
#615B42
(97,91,66)
#726D57
(114,109,87)
#837F6C
(131,127,108)
#949181
(148,145,129)
#A5A396
(165,163,150)
#B6B5AB
(182,181,171)
#C7C7C0
(199,199,192)
#D8D9D5
(216,217,213)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3718; }

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

This text font color is #3F3718.

Background Color

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

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

This div background color is #3F3718.

Border color

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

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

This div border color is #3F3718.

Opacity

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

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

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

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

This text has shadow with #3F3718 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3718.

Preview

Color preview on black background

This text has color #3F3718 on black background.


Color preview on white background

This text has color #3F3718 on white background.


Black color preview on #3F3718 background

This text has black color on #3F3718 background.


White color preview on #3F3718 background

This text has white color on #3F3718 background.


Related colors

Complementary color

Complementary color for #hex is #C0C8E7.


I love getcolorcode.com

Triadic colors

1 #183F37 and #37183F with #3F3718 are triadic colors.

2 #18373F and #373F18 with #3F3718 are triadic colors.