COLOR #3A3343

HEX: #3A3343
RGB: (58,51,67)

Color info

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

RGB color model

#3A3343 color RGB value is (58,51,67).

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

RGB channels and saturation

R 58 of 255 = 23%
G 51 of 255 = 20%
B 67 of 255 = 26%

58
51
67

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

Portions of RGB colors in percentages

R + G + B =
58 + 51 + 67 = 176 (100%)
R 58 of 176 ~ 32.95%
G 51 of 176 ~ 28.98%
B 67 of 176 ~ 38.07%

%32.95
%28.98
%38.07

CMYK color model

#3A3343 color CMYK value is (13,24,0,74).

  • cyan value is 13.43%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(13,24,0,74)
C13M24Y0K74 
(13%,24%,0%,74%)
(0.13/0.24/0.00/0.74)	

CMYK percentages

%13.43
%23.88
%0
%73.73

Codes

Color #3A3343 in popluar color models

3A3343
RGB585167
HSL266°13.56%23.14%
HSB/HSV266°23.88%26.27%
CMYK13.43%23.88%0.00%
73.73%

Color #3A3343 in popluar number systems.

HEX3A3343
Decimal585167
Binary1110101100111000011
Octal7263103

Shades and tints

Shades of #3A3343

#3A3343
(58,51,67)
#352F3D
(53,47,61)
#302B37
(48,43,55)
#2B2731
(43,39,49)
#26232B
(38,35,43)
#211F25
(33,31,37)
#1C1B1F
(28,27,31)
#171719
(23,23,25)
#121313
(18,19,19)
#0D0F0D
(13,15,13)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #3A3343

#3A3343
(58,51,67)
#4B4554
(75,69,84)
#5C5765
(92,87,101)
#6D6976
(109,105,118)
#7E7B87
(126,123,135)
#8F8D98
(143,141,152)
#A09FA9
(160,159,169)
#B1B1BA
(177,177,186)
#C2C3CB
(194,195,203)
#D3D5DC
(211,213,220)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3343; }

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

This text font color is #3A3343.


Background Color

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

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

This div background color is #3A3343.


Border color

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

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

This div border color is #3A3343.


Opacity

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

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

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

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

This text has shadow with #3A3343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3343 on black background.


Color preview on white background

This text has color #3A3343 on white background.



Black color preview on #3A3343 background

This text has black color on #3A3343 background.


White color preview on #3A3343 background

This text has white color on #3A3343 background.