COLOR #3A3C30

HEX: #3A3C30
RGB: (58,60,48)

Color info

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

RGB color model

#3A3C30 color RGB value is (58,60,48).

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

RGB channels and saturation

R 58 of 255 = 23%
G 60 of 255 = 24%
B 48 of 255 = 19%

58
60
48

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

Portions of RGB colors in percentages

R + G + B =
58 + 60 + 48 = 166 (100%)
R 58 of 166 ~ 34.94%
G 60 of 166 ~ 36.14%
B 48 of 166 ~ 28.92%

%34.94
%36.14
%28.92

CMYK color model

#3A3C30 color CMYK value is (3,0,20,76).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 76.47%
CMYK:
(3,0,20,76)
C3M0Y20K76 
(3%,0%,20%,76%)
(0.03/0.00/0.20/0.76)	

CMYK percentages

%3.33
%0
%20
%76.47

Codes

Color #3A3C30 in popluar color models

3A3C30
RGB586048
HSL70°11.11%21.18%
HSB/HSV70°20.00%23.53%
CMYK3.33%0.00%20.00%
76.47%

Color #3A3C30 in popluar number systems.

HEX3A3C30
Decimal586048
Binary111010111100110000
Octal727460

Shades and tints

Shades of #3A3C30

#3A3C30
(58,60,48)
#35372C
(53,55,44)
#303228
(48,50,40)
#2B2D24
(43,45,36)
#262820
(38,40,32)
#21231C
(33,35,28)
#1C1E18
(28,30,24)
#171914
(23,25,20)
#121410
(18,20,16)
#0D0F0C
(13,15,12)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #3A3C30

#3A3C30
(58,60,48)
#4B4D42
(75,77,66)
#5C5E54
(92,94,84)
#6D6F66
(109,111,102)
#7E8078
(126,128,120)
#8F918A
(143,145,138)
#A0A29C
(160,162,156)
#B1B3AE
(177,179,174)
#C2C4C0
(194,196,192)
#D3D5D2
(211,213,210)
#E4E6E4
(228,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3C30; }

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

This text font color is #3A3C30.


Background Color

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

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

This div background color is #3A3C30.


Border color

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

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

This div border color is #3A3C30.


Opacity

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

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

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

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

This text has shadow with #3A3C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3C30 on black background.


Color preview on white background

This text has color #3A3C30 on white background.



Black color preview on #3A3C30 background

This text has black color on #3A3C30 background.


White color preview on #3A3C30 background

This text has white color on #3A3C30 background.