COLOR #3A3939

HEX: #3A3939
RGB: (58,57,57)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

58
57
57

R + G + B ~ 22%. #3A3939 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 57 + 57 = 172 (100%)
R 58 of 172 ~ 33.72%
G 57 of 172 ~ 33.14%
B 57 of 172 ~ 33.14%

%33.72
%33.14
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 1.72%
  • key color value is 77.25%
CMYK:
(0,2,2,77)
C0M2Y2K77 
(0%,2%,2%,77%)
(0.00/0.02/0.02/0.77)	

CMYK percentages

%0
%1.72
%1.72
%77.25

Codes

Color #3A3939 in popluar color models

3A3939
RGB585757
HSL0.87%22.55%
HSB/HSV1.72%22.75%
CMYK0.00%1.72%1.72%
77.25%

Color #3A3939 in popluar number systems.

HEX3A3939
Decimal585757
Binary111010111001111001
Octal727171

Shades and tints

Shades of #3A3939

#3A3939
(58,57,57)
#353434
(53,52,52)
#302F2F
(48,47,47)
#2B2A2A
(43,42,42)
#262525
(38,37,37)
#212020
(33,32,32)
#1C1B1B
(28,27,27)
#171616
(23,22,22)
#121111
(18,17,17)
#0D0C0C
(13,12,12)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #3A3939

#3A3939
(58,57,57)
#4B4B4B
(75,75,75)
#5C5D5D
(92,93,93)
#6D6F6F
(109,111,111)
#7E8181
(126,129,129)
#8F9393
(143,147,147)
#A0A5A5
(160,165,165)
#B1B7B7
(177,183,183)
#C2C9C9
(194,201,201)
#D3DBDB
(211,219,219)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3939; }

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

This text font color is #3A3939.


Background Color

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

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

This div background color is #3A3939.


Border color

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

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

This div border color is #3A3939.


Opacity

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

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

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

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

This text has shadow with #3A3939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3939 on black background.


Color preview on white background

This text has color #3A3939 on white background.



Black color preview on #3A3939 background

This text has black color on #3A3939 background.


White color preview on #3A3939 background

This text has white color on #3A3939 background.