COLOR #3A343A

HEX: #3A343A
RGB: (58,52,58)

Color info

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

RGB color model

#3A343A color RGB value is (58,52,58).

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

RGB channels and saturation

R 58 of 255 = 23%
G 52 of 255 = 20%
B 58 of 255 = 23%

58
52
58

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

Portions of RGB colors in percentages

R + G + B =
58 + 52 + 58 = 168 (100%)
R 58 of 168 ~ 34.52%
G 52 of 168 ~ 30.95%
B 58 of 168 ~ 34.52%

%34.52
%30.95
%34.52

CMYK color model

#3A343A color CMYK value is (0,10,0,77).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(0,10,0,77)
C0M10Y0K77 
(0%,10%,0%,77%)
(0.00/0.10/0.00/0.77)	

CMYK percentages

%0
%10.34
%0
%77.25

Codes

Color #3A343A in popluar color models

3A343A
RGB585258
HSL300°5.45%21.57%
HSB/HSV300°10.34%22.75%
CMYK0.00%10.34%0.00%
77.25%

Color #3A343A in popluar number systems.

HEX3A343A
Decimal585258
Binary111010110100111010
Octal726472

Shades and tints

Shades of #3A343A

#3A343A
(58,52,58)
#353035
(53,48,53)
#302C30
(48,44,48)
#2B282B
(43,40,43)
#262426
(38,36,38)
#212021
(33,32,33)
#1C1C1C
(28,28,28)
#171817
(23,24,23)
#121412
(18,20,18)
#0D100D
(13,16,13)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #3A343A

#3A343A
(58,52,58)
#4B464B
(75,70,75)
#5C585C
(92,88,92)
#6D6A6D
(109,106,109)
#7E7C7E
(126,124,126)
#8F8E8F
(143,142,143)
#A0A0A0
(160,160,160)
#B1B2B1
(177,178,177)
#C2C4C2
(194,196,194)
#D3D6D3
(211,214,211)
#E4E8E4
(228,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A343A; }

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

This text font color is #3A343A.


Background Color

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

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

This div background color is #3A343A.


Border color

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

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

This div border color is #3A343A.


Opacity

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

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

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

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

This text has shadow with #3A343A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A343A on black background.


Color preview on white background

This text has color #3A343A on white background.



Black color preview on #3A343A background

This text has black color on #3A343A background.


White color preview on #3A343A background

This text has white color on #3A343A background.