COLOR #3A373C

HEX: #3A373C
RGB: (58,55,60)

Color info

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

RGB color model

#3A373C color RGB value is (58,55,60).

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

RGB channels and saturation

R 58 of 255 = 23%
G 55 of 255 = 22%
B 60 of 255 = 24%

58
55
60

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

Portions of RGB colors in percentages

R + G + B =
58 + 55 + 60 = 173 (100%)
R 58 of 173 ~ 33.53%
G 55 of 173 ~ 31.79%
B 60 of 173 ~ 34.68%

%33.53
%31.79
%34.68

CMYK color model

#3A373C color CMYK value is (3,8,0,76).

  • cyan value is 3.33%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(3,8,0,76)
C3M8Y0K76 
(3%,8%,0%,76%)
(0.03/0.08/0.00/0.76)	

CMYK percentages

%3.33
%8.33
%0
%76.47

Codes

Color #3A373C in popluar color models

3A373C
RGB585560
HSL276°4.35%22.55%
HSB/HSV276°8.33%23.53%
CMYK3.33%8.33%0.00%
76.47%

Color #3A373C in popluar number systems.

HEX3A373C
Decimal585560
Binary111010110111111100
Octal726774

Shades and tints

Shades of #3A373C

#3A373C
(58,55,60)
#353237
(53,50,55)
#302D32
(48,45,50)
#2B282D
(43,40,45)
#262328
(38,35,40)
#211E23
(33,30,35)
#1C191E
(28,25,30)
#171419
(23,20,25)
#120F14
(18,15,20)
#0D0A0F
(13,10,15)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #3A373C

#3A373C
(58,55,60)
#4B494D
(75,73,77)
#5C5B5E
(92,91,94)
#6D6D6F
(109,109,111)
#7E7F80
(126,127,128)
#8F9191
(143,145,145)
#A0A3A2
(160,163,162)
#B1B5B3
(177,181,179)
#C2C7C4
(194,199,196)
#D3D9D5
(211,217,213)
#E4EBE6
(228,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A373C; }

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

This text font color is #3A373C.


Background Color

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

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

This div background color is #3A373C.


Border color

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

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

This div border color is #3A373C.


Opacity

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

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

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

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

This text has shadow with #3A373C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A373C on black background.


Color preview on white background

This text has color #3A373C on white background.



Black color preview on #3A373C background

This text has black color on #3A373C background.


White color preview on #3A373C background

This text has white color on #3A373C background.