COLOR #3A393E

HEX: #3A393E
RGB: (58,57,62)

Color info

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

RGB color model

#3A393E color RGB value is (58,57,62).

  • red value is 58;
  • green value is 57;
  • blue value is 62.
RGB:
(58,57,62)
(23%,22%,24%)

RGB channels and saturation

R 58 of 255 = 23%
G 57 of 255 = 22%
B 62 of 255 = 24%

58
57
62

R + G + B ~ 23%. #3A393E is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 57 + 62 = 177 (100%)
R 58 of 177 ~ 32.77%
G 57 of 177 ~ 32.2%
B 62 of 177 ~ 35.03%

%32.77
%32.2
%35.03

CMYK color model

#3A393E color CMYK value is (6,8,0,76).

  • cyan value is 6.45%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(6,8,0,76)
C6M8Y0K76 
(6%,8%,0%,76%)
(0.06/0.08/0.00/0.76)	

CMYK percentages

%6.45
%8.06
%0
%75.69

Codes

Color #3A393E in popluar color models

3A393E
RGB585762
HSL252°4.20%23.33%
HSB/HSV252°8.06%24.31%
CMYK6.45%8.06%0.00%
75.69%

Color #3A393E in popluar number systems.

HEX3A393E
Decimal585762
Binary111010111001111110
Octal727176

Shades and tints

Shades of #3A393E

#3A393E
(58,57,62)
#353439
(53,52,57)
#302F34
(48,47,52)
#2B2A2F
(43,42,47)
#26252A
(38,37,42)
#212025
(33,32,37)
#1C1B20
(28,27,32)
#17161B
(23,22,27)
#121116
(18,17,22)
#0D0C11
(13,12,17)
#08070C
(8,7,12)
#000000
(0,0,0)

Tints of #3A393E

#3A393E
(58,57,62)
#4B4B4F
(75,75,79)
#5C5D60
(92,93,96)
#6D6F71
(109,111,113)
#7E8182
(126,129,130)
#8F9393
(143,147,147)
#A0A5A4
(160,165,164)
#B1B7B5
(177,183,181)
#C2C9C6
(194,201,198)
#D3DBD7
(211,219,215)
#E4EDE8
(228,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A393E color. Also use rgb(58,57,62) instead hex code.

Text Font Color

.myTextColor { color: #3A393E; }

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

This text font color is #3A393E.


Background Color

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

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

This div background color is #3A393E.


Border color

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

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

This div border color is #3A393E.


Opacity

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

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

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

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

This text has shadow with #3A393E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A393E on black background.


Color preview on white background

This text has color #3A393E on white background.



Black color preview on #3A393E background

This text has black color on #3A393E background.


White color preview on #3A393E background

This text has white color on #3A393E background.