COLOR #3F5331

HEX: #3F5331
RGB: (63,83,49)

Color info

#3F5331 contains red, green and blue colors in about the same proportion. Web safe color of #3F5331 is #336633 (or #363).

RGB color model

#3F5331 color RGB value is (63,83,49).

  • red value is 63;
  • green value is 83;
  • blue value is 49.
RGB:
(63,83,49)
(25%,33%,19%)

RGB channels and saturation

R 63 of 255 = 25%
G 83 of 255 = 33%
B 49 of 255 = 19%

63
83
49

R + G + B ~ 26%. #3F5331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 83 + 49 = 195 (100%)
R 63 of 195 ~ 32.31%
G 83 of 195 ~ 42.56%
B 49 of 195 ~ 25.13%

%32.31
%42.56
%25.13

CMYK color model

#3F5331 color CMYK value is (24,0,41,67).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 40.96%
  • key color value is 67.45%
CMYK:
(24,0,41,67)
C24M0Y41K67 
(24%,0%,41%,67%)
(0.24/0.00/0.41/0.67)	

CMYK percentages

%24.1
%0
%40.96
%67.45

Codes

Color #3F5331 in popluar color models

3F5331
RGB638349
HSL95°25.76%25.88%
HSB/HSV95°40.96%32.55%
CMYK24.10%0.00%40.96%
67.45%

Color #3F5331 in popluar number systems.

HEX3F5331
Decimal638349
Binary1111111010011110001
Octal7712361

Shades and tints

Shades of #3F5331

#3F5331
(63,83,49)
#3A4C2D
(58,76,45)
#354529
(53,69,41)
#303E25
(48,62,37)
#2B3721
(43,55,33)
#26301D
(38,48,29)
#212919
(33,41,25)
#1C2215
(28,34,21)
#171B11
(23,27,17)
#12140D
(18,20,13)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #3F5331

#3F5331
(63,83,49)
#506243
(80,98,67)
#617155
(97,113,85)
#728067
(114,128,103)
#838F79
(131,143,121)
#949E8B
(148,158,139)
#A5AD9D
(165,173,157)
#B6BCAF
(182,188,175)
#C7CBC1
(199,203,193)
#D8DAD3
(216,218,211)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5331; }

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

This text font color is #3F5331.


Background Color

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

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

This div background color is #3F5331.


Border color

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

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

This div border color is #3F5331.


Opacity

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

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

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

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

This text has shadow with #3F5331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5331 on black background.


Color preview on white background

This text has color #3F5331 on white background.



Black color preview on #3F5331 background

This text has black color on #3F5331 background.


White color preview on #3F5331 background

This text has white color on #3F5331 background.