COLOR #3A363A

HEX: #3A363A
RGB: (58,54,58)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

58
54
58

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

Portions of RGB colors in percentages

R + G + B =
58 + 54 + 58 = 170 (100%)
R 58 of 170 ~ 34.12%
G 54 of 170 ~ 31.76%
B 58 of 170 ~ 34.12%

%34.12
%31.76
%34.12

CMYK color model

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

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

CMYK percentages

%0
%6.9
%0
%77.25

Codes

Color #3A363A in popluar color models

3A363A
RGB585458
HSL300°3.57%21.96%
HSB/HSV300°6.90%22.75%
CMYK0.00%6.90%0.00%
77.25%

Color #3A363A in popluar number systems.

HEX3A363A
Decimal585458
Binary111010110110111010
Octal726672

Shades and tints

Shades of #3A363A

#3A363A
(58,54,58)
#353235
(53,50,53)
#302E30
(48,46,48)
#2B2A2B
(43,42,43)
#262626
(38,38,38)
#212221
(33,34,33)
#1C1E1C
(28,30,28)
#171A17
(23,26,23)
#121612
(18,22,18)
#0D120D
(13,18,13)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #3A363A

#3A363A
(58,54,58)
#4B484B
(75,72,75)
#5C5A5C
(92,90,92)
#6D6C6D
(109,108,109)
#7E7E7E
(126,126,126)
#8F908F
(143,144,143)
#A0A2A0
(160,162,160)
#B1B4B1
(177,180,177)
#C2C6C2
(194,198,194)
#D3D8D3
(211,216,211)
#E4EAE4
(228,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A363A; }

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

This text font color is #3A363A.


Background Color

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

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

This div background color is #3A363A.


Border color

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

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

This div border color is #3A363A.


Opacity

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

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

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

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

This text has shadow with #3A363A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A363A on black background.


Color preview on white background

This text has color #3A363A on white background.



Black color preview on #3A363A background

This text has black color on #3A363A background.


White color preview on #3A363A background

This text has white color on #3A363A background.