COLOR #3F4831

HEX: #3F4831 RGB: (63,72,49)

Color info

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

RGB color model

#3F4831 color RGB value is (63,72,49).

RGB: (63,72,49) (25%, 28%, 19%)

RGB channels and saturation

R 63 of 255 = 25%
G 72 of 255 = 28%
B 49 of 255 = 19%

63
72
49

R + G + B ~ 24%. #3F4831 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 72 + 49 = 184 (100%)
R 63 of 184 ~ 34.24%
G 72 of 184 ~ 39.13%
B 49 of 184 ~ 26.63'%

%34.24
%39.13
%26.63

CMYK color model

#3F4831 color CMYK value is (13,0,32,72).

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

CMYK: (13,0,32,72)
C13M0Y32K72 (13%, 0%, 32%, 72%)
(0.13 / 0.00 / 0.32 / 0.72)

CMYK percentages

%12.5
%0
%31.94
%71.76

Codes

Color #3F4831 in popluar color models

3F 48 31
RGB 63 72 49
HSL 83° 19.01% 23.73%
HSB/HSV 83° 31.94% 28.24%
CMYK 12.50% 0.00% 31.94%
71.76%

Color #3F4831 in popluar number systems.

HEX 3F 48 31
Decimal 63 72 49
Binary 111111 1001000 110001
Octal 77 110 61

Shades and tints

Shades of #3F4831

#3F4831
(63,72,49)
#3A422D
(58,66,45)
#353C29
(53,60,41)
#303625
(48,54,37)
#2B3021
(43,48,33)
#262A1D
(38,42,29)
#212419
(33,36,25)
#1C1E15
(28,30,21)
#171811
(23,24,17)
#12120D
(18,18,13)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #3F4831

#3F4831
(63,72,49)
#505843
(80,88,67)
#616855
(97,104,85)
#727867
(114,120,103)
#838879
(131,136,121)
#94988B
(148,152,139)
#A5A89D
(165,168,157)
#B6B8AF
(182,184,175)
#C7C8C1
(199,200,193)
#D8D8D3
(216,216,211)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4831; }

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

This text font color is #3F4831.

Background Color

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

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

This div background color is #3F4831.

Border color

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

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

This div border color is #3F4831.

Opacity

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

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

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

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

This text has shadow with #3F4831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4831.

Preview

Color preview on black background

This text has color #3F4831 on black background.


Color preview on white background

This text has color #3F4831 on white background.


Black color preview on #3F4831 background

This text has black color on #3F4831 background.


White color preview on #3F4831 background

This text has white color on #3F4831 background.


Related colors

Complementary color

Complementary color for #hex is #C0B7CE.


I love getcolorcode.com

Triadic colors

1 #313F48 and #48313F with #3F4831 are triadic colors.

2 #31483F and #483F31 with #3F4831 are triadic colors.