COLOR #3F4235

HEX: #3F4235
RGB: (63,66,53)

Color info

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

RGB color model

#3F4235 color RGB value is (63,66,53).

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

RGB channels and saturation

R 63 of 255 = 25%
G 66 of 255 = 26%
B 53 of 255 = 21%

63
66
53

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

Portions of RGB colors in percentages

R + G + B =
63 + 66 + 53 = 182 (100%)
R 63 of 182 ~ 34.62%
G 66 of 182 ~ 36.26%
B 53 of 182 ~ 29.12%

%34.62
%36.26
%29.12

CMYK color model

#3F4235 color CMYK value is (5,0,20,74).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 74.12%
CMYK:
(5,0,20,74)
C5M0Y20K74 
(5%,0%,20%,74%)
(0.05/0.00/0.20/0.74)	

CMYK percentages

%4.55
%0
%19.7
%74.12

Codes

Color #3F4235 in popluar color models

3F4235
RGB636653
HSL74°10.92%23.33%
HSB/HSV74°19.70%25.88%
CMYK4.55%0.00%19.70%
74.12%

Color #3F4235 in popluar number systems.

HEX3F4235
Decimal636653
Binary1111111000010110101
Octal7710265

Shades and tints

Shades of #3F4235

#3F4235
(63,66,53)
#3A3C31
(58,60,49)
#35362D
(53,54,45)
#303029
(48,48,41)
#2B2A25
(43,42,37)
#262421
(38,36,33)
#211E1D
(33,30,29)
#1C1819
(28,24,25)
#171215
(23,18,21)
#120C11
(18,12,17)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #3F4235

#3F4235
(63,66,53)
#505347
(80,83,71)
#616459
(97,100,89)
#72756B
(114,117,107)
#83867D
(131,134,125)
#94978F
(148,151,143)
#A5A8A1
(165,168,161)
#B6B9B3
(182,185,179)
#C7CAC5
(199,202,197)
#D8DBD7
(216,219,215)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4235 color. Also use rgb(63,66,53) instead hex code.

Text Font Color

.myTextColor { color: #3F4235; }

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

This text font color is #3F4235.


Background Color

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

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

This div background color is #3F4235.


Border color

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

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

This div border color is #3F4235.


Opacity

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

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

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

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

This text has shadow with #3F4235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4235 on black background.


Color preview on white background

This text has color #3F4235 on white background.



Black color preview on #3F4235 background

This text has black color on #3F4235 background.


White color preview on #3F4235 background

This text has white color on #3F4235 background.