COLOR #3F5138

HEX: #3F5138 RGB: (63,81,56)

Color info

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

RGB color model

#3F5138 color RGB value is (63,81,56).

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

RGB channels and saturation

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

63
81
56

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

Portions of RGB colors in percentages

R + G + B = 63 + 81 + 56 = 200 (100%)
R 63 of 200 ~ 31.5%
G 81 of 200 ~ 40.5%
B 56 of 200 ~ 28'%

%31.5
%40.5
%28

CMYK color model

#3F5138 color CMYK value is (22,0,31,68).

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

CMYK: (22,0,31,68)
C22M0Y31K68 (22%, 0%, 31%, 68%)
(0.22 / 0.00 / 0.31 / 0.68)

CMYK percentages

%22.22
%0
%30.86
%68.24

Codes

Color #3F5138 in popluar color models

3F 51 38
RGB 63 81 56
HSL 103° 18.25% 26.86%
HSB/HSV 103° 30.86% 31.76%
CMYK 22.22% 0.00% 30.86%
68.24%

Color #3F5138 in popluar number systems.

HEX 3F 51 38
Decimal 63 81 56
Binary 111111 1010001 111000
Octal 77 121 70

Shades and tints

Shades of #3F5138

#3F5138
(63,81,56)
#3A4A33
(58,74,51)
#35432E
(53,67,46)
#303C29
(48,60,41)
#2B3524
(43,53,36)
#262E1F
(38,46,31)
#21271A
(33,39,26)
#1C2015
(28,32,21)
#171910
(23,25,16)
#12120B
(18,18,11)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #3F5138

#3F5138
(63,81,56)
#50604A
(80,96,74)
#616F5C
(97,111,92)
#727E6E
(114,126,110)
#838D80
(131,141,128)
#949C92
(148,156,146)
#A5ABA4
(165,171,164)
#B6BAB6
(182,186,182)
#C7C9C8
(199,201,200)
#D8D8DA
(216,216,218)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5138; }

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

This text font color is #3F5138.

Background Color

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

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

This div background color is #3F5138.

Border color

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

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

This div border color is #3F5138.

Opacity

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

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

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

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

This text has shadow with #3F5138 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5138.

Preview

Color preview on black background

This text has color #3F5138 on black background.


Color preview on white background

This text has color #3F5138 on white background.


Black color preview on #3F5138 background

This text has black color on #3F5138 background.


White color preview on #3F5138 background

This text has white color on #3F5138 background.


Related colors

Complementary color

Complementary color for #hex is #C0AEC7.


I love getcolorcode.com

Triadic colors

1 #383F51 and #51383F with #3F5138 are triadic colors.

2 #38513F and #513F38 with #3F5138 are triadic colors.