COLOR #3F4A28

HEX: #3F4A28
RGB: (63,74,40)

Color info

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

RGB color model

#3F4A28 color RGB value is (63,74,40).

  • red value is 63;
  • green value is 74;
  • blue value is 40.
RGB:
(63,74,40)
(25%,29%,16%)

RGB channels and saturation

R 63 of 255 = 25%
G 74 of 255 = 29%
B 40 of 255 = 16%

63
74
40

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

Portions of RGB colors in percentages

R + G + B =
63 + 74 + 40 = 177 (100%)
R 63 of 177 ~ 35.59%
G 74 of 177 ~ 41.81%
B 40 of 177 ~ 22.6%

%35.59
%41.81
%22.6

CMYK color model

#3F4A28 color CMYK value is (15,0,46,71).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 45.95%
  • key color value is 70.98%
CMYK:
(15,0,46,71)
C15M0Y46K71 
(15%,0%,46%,71%)
(0.15/0.00/0.46/0.71)	

CMYK percentages

%14.86
%0
%45.95
%70.98

Codes

Color #3F4A28 in popluar color models

3F4A28
RGB637440
HSL79°29.82%22.35%
HSB/HSV79°45.95%29.02%
CMYK14.86%0.00%45.95%
70.98%

Color #3F4A28 in popluar number systems.

HEX3F4A28
Decimal637440
Binary1111111001010101000
Octal7711250

Shades and tints

Shades of #3F4A28

#3F4A28
(63,74,40)
#3A4425
(58,68,37)
#353E22
(53,62,34)
#30381F
(48,56,31)
#2B321C
(43,50,28)
#262C19
(38,44,25)
#212616
(33,38,22)
#1C2013
(28,32,19)
#171A10
(23,26,16)
#12140D
(18,20,13)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #3F4A28

#3F4A28
(63,74,40)
#505A3B
(80,90,59)
#616A4E
(97,106,78)
#727A61
(114,122,97)
#838A74
(131,138,116)
#949A87
(148,154,135)
#A5AA9A
(165,170,154)
#B6BAAD
(182,186,173)
#C7CAC0
(199,202,192)
#D8DAD3
(216,218,211)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4A28 color. Also use rgb(63,74,40) instead hex code.

Text Font Color

.myTextColor { color: #3F4A28; }

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

This text font color is #3F4A28.


Background Color

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

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

This div background color is #3F4A28.


Border color

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

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

This div border color is #3F4A28.


Opacity

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

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

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

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

This text has shadow with #3F4A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4A28 on black background.


Color preview on white background

This text has color #3F4A28 on white background.



Black color preview on #3F4A28 background

This text has black color on #3F4A28 background.


White color preview on #3F4A28 background

This text has white color on #3F4A28 background.