COLOR #3F493A

HEX: #3F493A
RGB: (63,73,58)

Color info

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

RGB color model

#3F493A color RGB value is (63,73,58).

  • red value is 63;
  • green value is 73;
  • blue value is 58.
RGB:
(63,73,58)
(25%,29%,23%)

RGB channels and saturation

R 63 of 255 = 25%
G 73 of 255 = 29%
B 58 of 255 = 23%

63
73
58

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

Portions of RGB colors in percentages

R + G + B =
63 + 73 + 58 = 194 (100%)
R 63 of 194 ~ 32.47%
G 73 of 194 ~ 37.63%
B 58 of 194 ~ 29.9%

%32.47
%37.63
%29.9

CMYK color model

#3F493A color CMYK value is (14,0,21,71).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 71.37%
CMYK:
(14,0,21,71)
C14M0Y21K71 
(14%,0%,21%,71%)
(0.14/0.00/0.21/0.71)	

CMYK percentages

%13.7
%0
%20.55
%71.37

Codes

Color #3F493A in popluar color models

3F493A
RGB637358
HSL100°11.45%25.69%
HSB/HSV100°20.55%28.63%
CMYK13.70%0.00%20.55%
71.37%

Color #3F493A in popluar number systems.

HEX3F493A
Decimal637358
Binary1111111001001111010
Octal7711172

Shades and tints

Shades of #3F493A

#3F493A
(63,73,58)
#3A4335
(58,67,53)
#353D30
(53,61,48)
#30372B
(48,55,43)
#2B3126
(43,49,38)
#262B21
(38,43,33)
#21251C
(33,37,28)
#1C1F17
(28,31,23)
#171912
(23,25,18)
#12130D
(18,19,13)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #3F493A

#3F493A
(63,73,58)
#50594B
(80,89,75)
#61695C
(97,105,92)
#72796D
(114,121,109)
#83897E
(131,137,126)
#94998F
(148,153,143)
#A5A9A0
(165,169,160)
#B6B9B1
(182,185,177)
#C7C9C2
(199,201,194)
#D8D9D3
(216,217,211)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F493A color. Also use rgb(63,73,58) instead hex code.

Text Font Color

.myTextColor { color: #3F493A; }

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

This text font color is #3F493A.


Background Color

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

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

This div background color is #3F493A.


Border color

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

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

This div border color is #3F493A.


Opacity

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

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

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

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

This text has shadow with #3F493A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F493A on black background.


Color preview on white background

This text has color #3F493A on white background.



Black color preview on #3F493A background

This text has black color on #3F493A background.


White color preview on #3F493A background

This text has white color on #3F493A background.