COLOR #3F4233

HEX: #3F4233
RGB: (63,66,51)

Color info

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

RGB color model

#3F4233 color RGB value is (63,66,51).

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

RGB channels and saturation

R 63 of 255 = 25%
G 66 of 255 = 26%
B 51 of 255 = 20%

63
66
51

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

Portions of RGB colors in percentages

R + G + B =
63 + 66 + 51 = 180 (100%)
R 63 of 180 ~ 35%
G 66 of 180 ~ 36.67%
B 51 of 180 ~ 28.33%

%35
%36.67
%28.33

CMYK color model

#3F4233 color CMYK value is (5,0,23,74).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 74.12%
CMYK:
(5,0,23,74)
C5M0Y23K74 
(5%,0%,23%,74%)
(0.05/0.00/0.23/0.74)	

CMYK percentages

%4.55
%0
%22.73
%74.12

Codes

Color #3F4233 in popluar color models

3F4233
RGB636651
HSL72°12.82%22.94%
HSB/HSV72°22.73%25.88%
CMYK4.55%0.00%22.73%
74.12%

Color #3F4233 in popluar number systems.

HEX3F4233
Decimal636651
Binary1111111000010110011
Octal7710263

Shades and tints

Shades of #3F4233

#3F4233
(63,66,51)
#3A3C2F
(58,60,47)
#35362B
(53,54,43)
#303027
(48,48,39)
#2B2A23
(43,42,35)
#26241F
(38,36,31)
#211E1B
(33,30,27)
#1C1817
(28,24,23)
#171213
(23,18,19)
#120C0F
(18,12,15)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #3F4233

#3F4233
(63,66,51)
#505345
(80,83,69)
#616457
(97,100,87)
#727569
(114,117,105)
#83867B
(131,134,123)
#94978D
(148,151,141)
#A5A89F
(165,168,159)
#B6B9B1
(182,185,177)
#C7CAC3
(199,202,195)
#D8DBD5
(216,219,213)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4233; }

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

This text font color is #3F4233.


Background Color

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

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

This div background color is #3F4233.


Border color

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

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

This div border color is #3F4233.


Opacity

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

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

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

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

This text has shadow with #3F4233 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4233 on black background.


Color preview on white background

This text has color #3F4233 on white background.



Black color preview on #3F4233 background

This text has black color on #3F4233 background.


White color preview on #3F4233 background

This text has white color on #3F4233 background.