COLOR #3A3336

HEX: #3A3336
RGB: (58,51,54)

Color info

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

RGB color model

#3A3336 color RGB value is (58,51,54).

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

RGB channels and saturation

R 58 of 255 = 23%
G 51 of 255 = 20%
B 54 of 255 = 21%

58
51
54

R + G + B ~ 21%. #3A3336 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 51 + 54 = 163 (100%)
R 58 of 163 ~ 35.58%
G 51 of 163 ~ 31.29%
B 54 of 163 ~ 33.13%

%35.58
%31.29
%33.13

CMYK color model

#3A3336 color CMYK value is (0,12,7,77).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 6.90%
  • key color value is 77.25%
CMYK:
(0,12,7,77)
C0M12Y7K77 
(0%,12%,7%,77%)
(0.00/0.12/0.07/0.77)	

CMYK percentages

%0
%12.07
%6.9
%77.25

Codes

Color #3A3336 in popluar color models

3A3336
RGB585154
HSL334°6.42%21.37%
HSB/HSV334°12.07%22.75%
CMYK0.00%12.07%6.90%
77.25%

Color #3A3336 in popluar number systems.

HEX3A3336
Decimal585154
Binary111010110011110110
Octal726366

Shades and tints

Shades of #3A3336

#3A3336
(58,51,54)
#352F32
(53,47,50)
#302B2E
(48,43,46)
#2B272A
(43,39,42)
#262326
(38,35,38)
#211F22
(33,31,34)
#1C1B1E
(28,27,30)
#17171A
(23,23,26)
#121316
(18,19,22)
#0D0F12
(13,15,18)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #3A3336

#3A3336
(58,51,54)
#4B4548
(75,69,72)
#5C575A
(92,87,90)
#6D696C
(109,105,108)
#7E7B7E
(126,123,126)
#8F8D90
(143,141,144)
#A09FA2
(160,159,162)
#B1B1B4
(177,177,180)
#C2C3C6
(194,195,198)
#D3D5D8
(211,213,216)
#E4E7EA
(228,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3336; }

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

This text font color is #3A3336.


Background Color

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

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

This div background color is #3A3336.


Border color

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

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

This div border color is #3A3336.


Opacity

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

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

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

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

This text has shadow with #3A3336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3336 on black background.


Color preview on white background

This text has color #3A3336 on white background.



Black color preview on #3A3336 background

This text has black color on #3A3336 background.


White color preview on #3A3336 background

This text has white color on #3A3336 background.