COLOR #3A3E3A

HEX: #3A3E3A
RGB: (58,62,58)

Color info

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

RGB color model

#3A3E3A color RGB value is (58,62,58).

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

RGB channels and saturation

R 58 of 255 = 23%
G 62 of 255 = 24%
B 58 of 255 = 23%

58
62
58

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

Portions of RGB colors in percentages

R + G + B =
58 + 62 + 58 = 178 (100%)
R 58 of 178 ~ 32.58%
G 62 of 178 ~ 34.83%
B 58 of 178 ~ 32.58%

%32.58
%34.83
%32.58

CMYK color model

#3A3E3A color CMYK value is (6,0,6,76).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 75.69%
CMYK:
(6,0,6,76)
C6M0Y6K76 
(6%,0%,6%,76%)
(0.06/0.00/0.06/0.76)	

CMYK percentages

%6.45
%0
%6.45
%75.69

Codes

Color #3A3E3A in popluar color models

3A3E3A
RGB586258
HSL120°3.33%23.53%
HSB/HSV120°6.45%24.31%
CMYK6.45%0.00%6.45%
75.69%

Color #3A3E3A in popluar number systems.

HEX3A3E3A
Decimal586258
Binary111010111110111010
Octal727672

Shades and tints

Shades of #3A3E3A

#3A3E3A
(58,62,58)
#353935
(53,57,53)
#303430
(48,52,48)
#2B2F2B
(43,47,43)
#262A26
(38,42,38)
#212521
(33,37,33)
#1C201C
(28,32,28)
#171B17
(23,27,23)
#121612
(18,22,18)
#0D110D
(13,17,13)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #3A3E3A

#3A3E3A
(58,62,58)
#4B4F4B
(75,79,75)
#5C605C
(92,96,92)
#6D716D
(109,113,109)
#7E827E
(126,130,126)
#8F938F
(143,147,143)
#A0A4A0
(160,164,160)
#B1B5B1
(177,181,177)
#C2C6C2
(194,198,194)
#D3D7D3
(211,215,211)
#E4E8E4
(228,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3E3A; }

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

This text font color is #3A3E3A.


Background Color

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

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

This div background color is #3A3E3A.


Border color

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

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

This div border color is #3A3E3A.


Opacity

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

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

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

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

This text has shadow with #3A3E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3E3A on black background.


Color preview on white background

This text has color #3A3E3A on white background.



Black color preview on #3A3E3A background

This text has black color on #3A3E3A background.


White color preview on #3A3E3A background

This text has white color on #3A3E3A background.