COLOR #3F4B36

HEX: #3F4B36 RGB: (63,75,54)

Color info

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

RGB color model

#3F4B36 color RGB value is (63,75,54).

RGB: (63,75,54) (25%, 29%, 21%)

RGB channels and saturation

R 63 of 255 = 25%
G 75 of 255 = 29%
B 54 of 255 = 21%

63
75
54

R + G + B ~ 25%. #3F4B36 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 75 + 54 = 192 (100%)
R 63 of 192 ~ 32.81%
G 75 of 192 ~ 39.06%
B 54 of 192 ~ 28.13'%

%32.81
%39.06
%28.13

CMYK color model

#3F4B36 color CMYK value is (16,0,28,71).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 70.59%

CMYK: (16,0,28,71)
C16M0Y28K71 (16%, 0%, 28%, 71%)
(0.16 / 0.00 / 0.28 / 0.71)

CMYK percentages

%16
%0
%28
%70.59

Codes

Color #3F4B36 in popluar color models

3F 4B 36
RGB 63 75 54
HSL 94° 16.28% 25.29%
HSB/HSV 94° 28.00% 29.41%
CMYK 16.00% 0.00% 28.00%
70.59%

Color #3F4B36 in popluar number systems.

HEX 3F 4B 36
Decimal 63 75 54
Binary 111111 1001011 110110
Octal 77 113 66

Shades and tints

Shades of #3F4B36

#3F4B36
(63,75,54)
#3A4532
(58,69,50)
#353F2E
(53,63,46)
#30392A
(48,57,42)
#2B3326
(43,51,38)
#262D22
(38,45,34)
#21271E
(33,39,30)
#1C211A
(28,33,26)
#171B16
(23,27,22)
#121512
(18,21,18)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #3F4B36

#3F4B36
(63,75,54)
#505B48
(80,91,72)
#616B5A
(97,107,90)
#727B6C
(114,123,108)
#838B7E
(131,139,126)
#949B90
(148,155,144)
#A5ABA2
(165,171,162)
#B6BBB4
(182,187,180)
#C7CBC6
(199,203,198)
#D8DBD8
(216,219,216)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4B36 color. Also use rgb(63,75,54) instead hex code.

Text Font Color

.myTextColor { color: #3F4B36; }

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

This text font color is #3F4B36.

Background Color

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

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

This div background color is #3F4B36.

Border color

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

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

This div border color is #3F4B36.

Opacity

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

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

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

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

This text has shadow with #3F4B36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F4B36.

Preview

Color preview on black background

This text has color #3F4B36 on black background.


Color preview on white background

This text has color #3F4B36 on white background.


Black color preview on #3F4B36 background

This text has black color on #3F4B36 background.


White color preview on #3F4B36 background

This text has white color on #3F4B36 background.


Related colors

Complementary color

Complementary color for #hex is #C0B4C9.


I love getcolorcode.com

Triadic colors

1 #363F4B and #4B363F with #3F4B36 are triadic colors.

2 #364B3F and #4B3F36 with #3F4B36 are triadic colors.