COLOR #3F482C

HEX: #3F482C RGB: (63,72,44)

Color info

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

RGB color model

#3F482C color RGB value is (63,72,44).

RGB: (63,72,44) (25%, 28%, 17%)

RGB channels and saturation

R 63 of 255 = 25%
G 72 of 255 = 28%
B 44 of 255 = 17%

63
72
44

R + G + B ~ 23%. #3F482C is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 72 + 44 = 179 (100%)
R 63 of 179 ~ 35.2%
G 72 of 179 ~ 40.22%
B 44 of 179 ~ 24.58'%

%35.2
%40.22
%24.58

CMYK color model

#3F482C color CMYK value is (13,0,39,72).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 71.76%

CMYK: (13,0,39,72)
C13M0Y39K72 (13%, 0%, 39%, 72%)
(0.13 / 0.00 / 0.39 / 0.72)

CMYK percentages

%12.5
%0
%38.89
%71.76

Codes

Color #3F482C in popluar color models

3F 48 2C
RGB 63 72 44
HSL 79° 24.14% 22.75%
HSB/HSV 79° 38.89% 28.24%
CMYK 12.50% 0.00% 38.89%
71.76%

Color #3F482C in popluar number systems.

HEX 3F 48 2C
Decimal 63 72 44
Binary 111111 1001000 101100
Octal 77 110 54

Shades and tints

Shades of #3F482C

#3F482C
(63,72,44)
#3A4228
(58,66,40)
#353C24
(53,60,36)
#303620
(48,54,32)
#2B301C
(43,48,28)
#262A18
(38,42,24)
#212414
(33,36,20)
#1C1E10
(28,30,16)
#17180C
(23,24,12)
#121208
(18,18,8)
#0D0C04
(13,12,4)
#000000
(0,0,0)

Tints of #3F482C

#3F482C
(63,72,44)
#50583F
(80,88,63)
#616852
(97,104,82)
#727865
(114,120,101)
#838878
(131,136,120)
#94988B
(148,152,139)
#A5A89E
(165,168,158)
#B6B8B1
(182,184,177)
#C7C8C4
(199,200,196)
#D8D8D7
(216,216,215)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F482C color. Also use rgb(63,72,44) instead hex code.

Text Font Color

.myTextColor { color: #3F482C; }

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

This text font color is #3F482C.

Background Color

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

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

This div background color is #3F482C.

Border color

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

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

This div border color is #3F482C.

Opacity

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

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

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

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

This text has shadow with #3F482C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F482C.

Preview

Color preview on black background

This text has color #3F482C on black background.


Color preview on white background

This text has color #3F482C on white background.


Black color preview on #3F482C background

This text has black color on #3F482C background.


White color preview on #3F482C background

This text has white color on #3F482C background.


Related colors

Complementary color

Complementary color for #hex is #C0B7D3.


I love getcolorcode.com

Triadic colors

1 #2C3F48 and #482C3F with #3F482C are triadic colors.

2 #2C483F and #483F2C with #3F482C are triadic colors.