COLOR #3A323C

HEX: #3A323C
RGB: (58,50,60)

Color info

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

RGB color model

#3A323C color RGB value is (58,50,60).

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

RGB channels and saturation

R 58 of 255 = 23%
G 50 of 255 = 20%
B 60 of 255 = 24%

58
50
60

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

Portions of RGB colors in percentages

R + G + B =
58 + 50 + 60 = 168 (100%)
R 58 of 168 ~ 34.52%
G 50 of 168 ~ 29.76%
B 60 of 168 ~ 35.71%

%34.52
%29.76
%35.71

CMYK color model

#3A323C color CMYK value is (3,17,0,76).

  • cyan value is 3.33%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(3,17,0,76)
C3M17Y0K76 
(3%,17%,0%,76%)
(0.03/0.17/0.00/0.76)	

CMYK percentages

%3.33
%16.67
%0
%76.47

Codes

Color #3A323C in popluar color models

3A323C
RGB585060
HSL288°9.09%21.57%
HSB/HSV288°16.67%23.53%
CMYK3.33%16.67%0.00%
76.47%

Color #3A323C in popluar number systems.

HEX3A323C
Decimal585060
Binary111010110010111100
Octal726274

Shades and tints

Shades of #3A323C

#3A323C
(58,50,60)
#352E37
(53,46,55)
#302A32
(48,42,50)
#2B262D
(43,38,45)
#262228
(38,34,40)
#211E23
(33,30,35)
#1C1A1E
(28,26,30)
#171619
(23,22,25)
#121214
(18,18,20)
#0D0E0F
(13,14,15)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #3A323C

#3A323C
(58,50,60)
#4B444D
(75,68,77)
#5C565E
(92,86,94)
#6D686F
(109,104,111)
#7E7A80
(126,122,128)
#8F8C91
(143,140,145)
#A09EA2
(160,158,162)
#B1B0B3
(177,176,179)
#C2C2C4
(194,194,196)
#D3D4D5
(211,212,213)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A323C; }

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

This text font color is #3A323C.


Background Color

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

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

This div background color is #3A323C.


Border color

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

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

This div border color is #3A323C.


Opacity

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

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

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

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

This text has shadow with #3A323C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A323C on black background.


Color preview on white background

This text has color #3A323C on white background.



Black color preview on #3A323C background

This text has black color on #3A323C background.


White color preview on #3A323C background

This text has white color on #3A323C background.