COLOR #3F4825

HEX: #3F4825 RGB: (63,72,37)

Color info

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

RGB color model

#3F4825 color RGB value is (63,72,37).

RGB: (63,72,37) (25%, 28%, 15%)

RGB channels and saturation

R 63 of 255 = 25%
G 72 of 255 = 28%
B 37 of 255 = 15%

63
72
37

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

Portions of RGB colors in percentages

R + G + B = 63 + 72 + 37 = 172 (100%)
R 63 of 172 ~ 36.63%
G 72 of 172 ~ 41.86%
B 37 of 172 ~ 21.51'%

%36.63
%41.86
%21.51

CMYK color model

#3F4825 color CMYK value is (13,0,49,72).

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

CMYK: (13,0,49,72)
C13M0Y49K72 (13%, 0%, 49%, 72%)
(0.13 / 0.00 / 0.49 / 0.72)

CMYK percentages

%12.5
%0
%48.61
%71.76

Codes

Color #3F4825 in popluar color models

3F 48 25
RGB 63 72 37
HSL 75° 32.11% 21.37%
HSB/HSV 75° 48.61% 28.24%
CMYK 12.50% 0.00% 48.61%
71.76%

Color #3F4825 in popluar number systems.

HEX 3F 48 25
Decimal 63 72 37
Binary 111111 1001000 100101
Octal 77 110 45

Shades and tints

Shades of #3F4825

#3F4825
(63,72,37)
#3A4222
(58,66,34)
#353C1F
(53,60,31)
#30361C
(48,54,28)
#2B3019
(43,48,25)
#262A16
(38,42,22)
#212413
(33,36,19)
#1C1E10
(28,30,16)
#17180D
(23,24,13)
#12120A
(18,18,10)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #3F4825

#3F4825
(63,72,37)
#505838
(80,88,56)
#61684B
(97,104,75)
#72785E
(114,120,94)
#838871
(131,136,113)
#949884
(148,152,132)
#A5A897
(165,168,151)
#B6B8AA
(182,184,170)
#C7C8BD
(199,200,189)
#D8D8D0
(216,216,208)
#E9E8E3
(233,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4825; }

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

This text font color is #3F4825.

Background Color

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

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

This div background color is #3F4825.

Border color

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

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

This div border color is #3F4825.

Opacity

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

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

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

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

This text has shadow with #3F4825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4825.

Preview

Color preview on black background

This text has color #3F4825 on black background.


Color preview on white background

This text has color #3F4825 on white background.


Black color preview on #3F4825 background

This text has black color on #3F4825 background.


White color preview on #3F4825 background

This text has white color on #3F4825 background.


Related colors

Complementary color

Complementary color for #hex is #C0B7DA.


I love getcolorcode.com

Triadic colors

1 #253F48 and #48253F with #3F4825 are triadic colors.

2 #25483F and #483F25 with #3F4825 are triadic colors.