COLOR #3F4832

HEX: #3F4832
RGB: (63,72,50)

Color info

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

RGB color model

#3F4832 color RGB value is (63,72,50).

  • red value is 63;
  • green value is 72;
  • blue value is 50.
RGB:
(63,72,50)
(25%,28%,20%)

RGB channels and saturation

R 63 of 255 = 25%
G 72 of 255 = 28%
B 50 of 255 = 20%

63
72
50

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

Portions of RGB colors in percentages

R + G + B =
63 + 72 + 50 = 185 (100%)
R 63 of 185 ~ 34.05%
G 72 of 185 ~ 38.92%
B 50 of 185 ~ 27.03%

%34.05
%38.92
%27.03

CMYK color model

#3F4832 color CMYK value is (13,0,31,72).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 71.76%
CMYK:
(13,0,31,72)
C13M0Y31K72 
(13%,0%,31%,72%)
(0.13/0.00/0.31/0.72)	

CMYK percentages

%12.5
%0
%30.56
%71.76

Codes

Color #3F4832 in popluar color models

3F4832
RGB637250
HSL85°18.03%23.92%
HSB/HSV85°30.56%28.24%
CMYK12.50%0.00%30.56%
71.76%

Color #3F4832 in popluar number systems.

HEX3F4832
Decimal637250
Binary1111111001000110010
Octal7711062

Shades and tints

Shades of #3F4832

#3F4832
(63,72,50)
#3A422E
(58,66,46)
#353C2A
(53,60,42)
#303626
(48,54,38)
#2B3022
(43,48,34)
#262A1E
(38,42,30)
#21241A
(33,36,26)
#1C1E16
(28,30,22)
#171812
(23,24,18)
#12120E
(18,18,14)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #3F4832

#3F4832
(63,72,50)
#505844
(80,88,68)
#616856
(97,104,86)
#727868
(114,120,104)
#83887A
(131,136,122)
#94988C
(148,152,140)
#A5A89E
(165,168,158)
#B6B8B0
(182,184,176)
#C7C8C2
(199,200,194)
#D8D8D4
(216,216,212)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4832; }

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

This text font color is #3F4832.


Background Color

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

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

This div background color is #3F4832.


Border color

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

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

This div border color is #3F4832.


Opacity

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

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

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

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

This text has shadow with #3F4832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4832 on black background.


Color preview on white background

This text has color #3F4832 on white background.



Black color preview on #3F4832 background

This text has black color on #3F4832 background.


White color preview on #3F4832 background

This text has white color on #3F4832 background.