COLOR #3F5139

HEX: #3F5139 RGB: (63,81,57)

Color info

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

RGB color model

#3F5139 color RGB value is (63,81,57).

RGB: (63,81,57) (25%, 32%, 22%)

RGB channels and saturation

R 63 of 255 = 25%
G 81 of 255 = 32%
B 57 of 255 = 22%

63
81
57

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

Portions of RGB colors in percentages

R + G + B = 63 + 81 + 57 = 201 (100%)
R 63 of 201 ~ 31.34%
G 81 of 201 ~ 40.3%
B 57 of 201 ~ 28.36'%

%31.34
%40.3
%28.36

CMYK color model

#3F5139 color CMYK value is (22,0,30,68).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 68.24%

CMYK: (22,0,30,68)
C22M0Y30K68 (22%, 0%, 30%, 68%)
(0.22 / 0.00 / 0.30 / 0.68)

CMYK percentages

%22.22
%0
%29.63
%68.24

Codes

Color #3F5139 in popluar color models

3F 51 39
RGB 63 81 57
HSL 105° 17.39% 27.06%
HSB/HSV 105° 29.63% 31.76%
CMYK 22.22% 0.00% 29.63%
68.24%

Color #3F5139 in popluar number systems.

HEX 3F 51 39
Decimal 63 81 57
Binary 111111 1010001 111001
Octal 77 121 71

Shades and tints

Shades of #3F5139

#3F5139
(63,81,57)
#3A4A34
(58,74,52)
#35432F
(53,67,47)
#303C2A
(48,60,42)
#2B3525
(43,53,37)
#262E20
(38,46,32)
#21271B
(33,39,27)
#1C2016
(28,32,22)
#171911
(23,25,17)
#12120C
(18,18,12)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #3F5139

#3F5139
(63,81,57)
#50604B
(80,96,75)
#616F5D
(97,111,93)
#727E6F
(114,126,111)
#838D81
(131,141,129)
#949C93
(148,156,147)
#A5ABA5
(165,171,165)
#B6BAB7
(182,186,183)
#C7C9C9
(199,201,201)
#D8D8DB
(216,216,219)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5139 color. Also use rgb(63,81,57) instead hex code.

Text Font Color

.myTextColor { color: #3F5139; }

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

This text font color is #3F5139.

Background Color

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

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

This div background color is #3F5139.

Border color

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

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

This div border color is #3F5139.

Opacity

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

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

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

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

This text has shadow with #3F5139 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5139.

Preview

Color preview on black background

This text has color #3F5139 on black background.


Color preview on white background

This text has color #3F5139 on white background.


Black color preview on #3F5139 background

This text has black color on #3F5139 background.


White color preview on #3F5139 background

This text has white color on #3F5139 background.


Related colors

Complementary color

Complementary color for #hex is #C0AEC6.


I love getcolorcode.com

Triadic colors

1 #393F51 and #51393F with #3F5139 are triadic colors.

2 #39513F and #513F39 with #3F5139 are triadic colors.