COLOR #3A393B

HEX: #3A393B RGB: (58,57,59)

Color info

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

RGB color model

#3A393B color RGB value is (58,57,59).

RGB: (58,57,59) (23%, 22%, 23%)

RGB channels and saturation

R 58 of 255 = 23%
G 57 of 255 = 22%
B 59 of 255 = 23%

58
57
59

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

Portions of RGB colors in percentages

R + G + B = 58 + 57 + 59 = 174 (100%)
R 58 of 174 ~ 33.33%
G 57 of 174 ~ 32.76%
B 59 of 174 ~ 33.91'%

%33.33
%32.76
%33.91

CMYK color model

#3A393B color CMYK value is (2,3,0,77).

  • cyan value is 1.69%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK: (2,3,0,77) C2M3Y0K77 (2%,3%,0%,77%) (0.02/0.03/0.00/0.77) 

CMYK percentages

%1.69
%3.39
%0
%76.86

Codes

Color #3A393B in popluar color models

3A 39 3B
RGB 58 57 59
HSL 270° 1.72% 22.75%
HSB/HSV 270° 3.39% 23.14%
CMYK 1.69% 3.39% 0.00%
76.86%

Color #3A393B in popluar number systems.

HEX 3A 39 3B
Decimal 58 57 59
Binary 111010 111001 111011
Octal 72 71 73

Shades and tints

Shades of #3A393B

#3A393B
(58,57,59)
#353436
(53,52,54)
#302F31
(48,47,49)
#2B2A2C
(43,42,44)
#262527
(38,37,39)
#212022
(33,32,34)
#1C1B1D
(28,27,29)
#171618
(23,22,24)
#121113
(18,17,19)
#0D0C0E
(13,12,14)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #3A393B

#3A393B
(58,57,59)
#4B4B4C
(75,75,76)
#5C5D5D
(92,93,93)
#6D6F6E
(109,111,110)
#7E817F
(126,129,127)
#8F9390
(143,147,144)
#A0A5A1
(160,165,161)
#B1B7B2
(177,183,178)
#C2C9C3
(194,201,195)
#D3DBD4
(211,219,212)
#E4EDE5
(228,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A393B; }

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

This text font color is #3A393B.

Background Color

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

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

This div background color is #3A393B.

Border color

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

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

This div border color is #3A393B.

Opacity

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

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

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

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

This text has shadow with #3A393B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A393B.

Preview

Color preview on black background

This text has color #3A393B on black background.


Color preview on white background

This text has color #3A393B on white background.


Black color preview on #3A393B background

This text has black color on #3A393B background.


White color preview on #3A393B background

This text has white color on #3A393B background.


Related colors

Complementary color

Complementary color for #hex is #C5C6C4.


I love getcolorcode.com

Triadic colors

1 #3B3A39 and #393B3A with #3A393B are triadic colors.

2 #3B393A and #393A3B with #3A393B are triadic colors.