COLOR #3F4334

HEX: #3F4334
RGB: (63,67,52)

Color info

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

RGB color model

#3F4334 color RGB value is (63,67,52).

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

RGB channels and saturation

R 63 of 255 = 25%
G 67 of 255 = 26%
B 52 of 255 = 20%

63
67
52

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

Portions of RGB colors in percentages

R + G + B =
63 + 67 + 52 = 182 (100%)
R 63 of 182 ~ 34.62%
G 67 of 182 ~ 36.81%
B 52 of 182 ~ 28.57%

%34.62
%36.81
%28.57

CMYK color model

#3F4334 color CMYK value is (6,0,22,74).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 73.73%
CMYK:
(6,0,22,74)
C6M0Y22K74 
(6%,0%,22%,74%)
(0.06/0.00/0.22/0.74)	

CMYK percentages

%5.97
%0
%22.39
%73.73

Codes

Color #3F4334 in popluar color models

3F4334
RGB636752
HSL76°12.61%23.33%
HSB/HSV76°22.39%26.27%
CMYK5.97%0.00%22.39%
73.73%

Color #3F4334 in popluar number systems.

HEX3F4334
Decimal636752
Binary1111111000011110100
Octal7710364

Shades and tints

Shades of #3F4334

#3F4334
(63,67,52)
#3A3D30
(58,61,48)
#35372C
(53,55,44)
#303128
(48,49,40)
#2B2B24
(43,43,36)
#262520
(38,37,32)
#211F1C
(33,31,28)
#1C1918
(28,25,24)
#171314
(23,19,20)
#120D10
(18,13,16)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #3F4334

#3F4334
(63,67,52)
#505446
(80,84,70)
#616558
(97,101,88)
#72766A
(114,118,106)
#83877C
(131,135,124)
#94988E
(148,152,142)
#A5A9A0
(165,169,160)
#B6BAB2
(182,186,178)
#C7CBC4
(199,203,196)
#D8DCD6
(216,220,214)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4334; }

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

This text font color is #3F4334.


Background Color

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

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

This div background color is #3F4334.


Border color

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

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

This div border color is #3F4334.


Opacity

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

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

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

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

This text has shadow with #3F4334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4334 on black background.


Color preview on white background

This text has color #3F4334 on white background.



Black color preview on #3F4334 background

This text has black color on #3F4334 background.


White color preview on #3F4334 background

This text has white color on #3F4334 background.