COLOR #3F4A3E

HEX: #3F4A3E
RGB: (63,74,62)

Color info

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

RGB color model

#3F4A3E color RGB value is (63,74,62).

  • red value is 63;
  • green value is 74;
  • blue value is 62.
RGB:
(63,74,62)
(25%,29%,24%)

RGB channels and saturation

R 63 of 255 = 25%
G 74 of 255 = 29%
B 62 of 255 = 24%

63
74
62

R + G + B ~ 26%. #3F4A3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 74 + 62 = 199 (100%)
R 63 of 199 ~ 31.66%
G 74 of 199 ~ 37.19%
B 62 of 199 ~ 31.16%

%31.66
%37.19
%31.16

CMYK color model

#3F4A3E color CMYK value is (15,0,16,71).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 70.98%
CMYK:
(15,0,16,71)
C15M0Y16K71 
(15%,0%,16%,71%)
(0.15/0.00/0.16/0.71)	

CMYK percentages

%14.86
%0
%16.22
%70.98

Codes

Color #3F4A3E in popluar color models

3F4A3E
RGB637462
HSL115°8.82%26.67%
HSB/HSV115°16.22%29.02%
CMYK14.86%0.00%16.22%
70.98%

Color #3F4A3E in popluar number systems.

HEX3F4A3E
Decimal637462
Binary1111111001010111110
Octal7711276

Shades and tints

Shades of #3F4A3E

#3F4A3E
(63,74,62)
#3A4439
(58,68,57)
#353E34
(53,62,52)
#30382F
(48,56,47)
#2B322A
(43,50,42)
#262C25
(38,44,37)
#212620
(33,38,32)
#1C201B
(28,32,27)
#171A16
(23,26,22)
#121411
(18,20,17)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #3F4A3E

#3F4A3E
(63,74,62)
#505A4F
(80,90,79)
#616A60
(97,106,96)
#727A71
(114,122,113)
#838A82
(131,138,130)
#949A93
(148,154,147)
#A5AAA4
(165,170,164)
#B6BAB5
(182,186,181)
#C7CAC6
(199,202,198)
#D8DAD7
(216,218,215)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4A3E color. Also use rgb(63,74,62) instead hex code.

Text Font Color

.myTextColor { color: #3F4A3E; }

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

This text font color is #3F4A3E.


Background Color

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

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

This div background color is #3F4A3E.


Border color

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

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

This div border color is #3F4A3E.


Opacity

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

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

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

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

This text has shadow with #3F4A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4A3E on black background.


Color preview on white background

This text has color #3F4A3E on white background.



Black color preview on #3F4A3E background

This text has black color on #3F4A3E background.


White color preview on #3F4A3E background

This text has white color on #3F4A3E background.