COLOR #3F4336

HEX: #3F4336
RGB: (63,67,54)

Color info

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

RGB color model

#3F4336 color RGB value is (63,67,54).

  • red value is 63;
  • green value is 67;
  • blue value is 54.
RGB:
(63,67,54)
(25%,26%,21%)

RGB channels and saturation

R 63 of 255 = 25%
G 67 of 255 = 26%
B 54 of 255 = 21%

63
67
54

R + G + B ~ 24%. #3F4336 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 67 + 54 = 184 (100%)
R 63 of 184 ~ 34.24%
G 67 of 184 ~ 36.41%
B 54 of 184 ~ 29.35%

%34.24
%36.41
%29.35

CMYK color model

#3F4336 color CMYK value is (6,0,19,74).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 73.73%
CMYK:
(6,0,19,74)
C6M0Y19K74 
(6%,0%,19%,74%)
(0.06/0.00/0.19/0.74)	

CMYK percentages

%5.97
%0
%19.4
%73.73

Codes

Color #3F4336 in popluar color models

3F4336
RGB636754
HSL78°10.74%23.73%
HSB/HSV78°19.40%26.27%
CMYK5.97%0.00%19.40%
73.73%

Color #3F4336 in popluar number systems.

HEX3F4336
Decimal636754
Binary1111111000011110110
Octal7710366

Shades and tints

Shades of #3F4336

#3F4336
(63,67,54)
#3A3D32
(58,61,50)
#35372E
(53,55,46)
#30312A
(48,49,42)
#2B2B26
(43,43,38)
#262522
(38,37,34)
#211F1E
(33,31,30)
#1C191A
(28,25,26)
#171316
(23,19,22)
#120D12
(18,13,18)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #3F4336

#3F4336
(63,67,54)
#505448
(80,84,72)
#61655A
(97,101,90)
#72766C
(114,118,108)
#83877E
(131,135,126)
#949890
(148,152,144)
#A5A9A2
(165,169,162)
#B6BAB4
(182,186,180)
#C7CBC6
(199,203,198)
#D8DCD8
(216,220,216)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4336; }

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

This text font color is #3F4336.


Background Color

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

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

This div background color is #3F4336.


Border color

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

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

This div border color is #3F4336.


Opacity

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

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

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

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

This text has shadow with #3F4336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4336 on black background.


Color preview on white background

This text has color #3F4336 on white background.



Black color preview on #3F4336 background

This text has black color on #3F4336 background.


White color preview on #3F4336 background

This text has white color on #3F4336 background.