COLOR #3A353B

HEX: #3A353B
RGB: (58,53,59)

Color info

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

RGB color model

#3A353B color RGB value is (58,53,59).

  • red value is 58;
  • green value is 53;
  • blue value is 59.
RGB:
(58,53,59)
(23%,21%,23%)

RGB channels and saturation

R 58 of 255 = 23%
G 53 of 255 = 21%
B 59 of 255 = 23%

58
53
59

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

Portions of RGB colors in percentages

R + G + B =
58 + 53 + 59 = 170 (100%)
R 58 of 170 ~ 34.12%
G 53 of 170 ~ 31.18%
B 59 of 170 ~ 34.71%

%34.12
%31.18
%34.71

CMYK color model

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

  • cyan value is 1.69%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(2,10,0,77)
C2M10Y0K77 
(2%,10%,0%,77%)
(0.02/0.10/0.00/0.77)	

CMYK percentages

%1.69
%10.17
%0
%76.86

Codes

Color #3A353B in popluar color models

3A353B
RGB585359
HSL290°5.36%21.96%
HSB/HSV290°10.17%23.14%
CMYK1.69%10.17%0.00%
76.86%

Color #3A353B in popluar number systems.

HEX3A353B
Decimal585359
Binary111010110101111011
Octal726573

Shades and tints

Shades of #3A353B

#3A353B
(58,53,59)
#353136
(53,49,54)
#302D31
(48,45,49)
#2B292C
(43,41,44)
#262527
(38,37,39)
#212122
(33,33,34)
#1C1D1D
(28,29,29)
#171918
(23,25,24)
#121513
(18,21,19)
#0D110E
(13,17,14)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #3A353B

#3A353B
(58,53,59)
#4B474C
(75,71,76)
#5C595D
(92,89,93)
#6D6B6E
(109,107,110)
#7E7D7F
(126,125,127)
#8F8F90
(143,143,144)
#A0A1A1
(160,161,161)
#B1B3B2
(177,179,178)
#C2C5C3
(194,197,195)
#D3D7D4
(211,215,212)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A353B; }

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

This text font color is #3A353B.


Background Color

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

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

This div background color is #3A353B.


Border color

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

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

This div border color is #3A353B.


Opacity

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

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

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

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

This text has shadow with #3A353B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A353B on black background.


Color preview on white background

This text has color #3A353B on white background.



Black color preview on #3A353B background

This text has black color on #3A353B background.


White color preview on #3A353B background

This text has white color on #3A353B background.