COLOR #3A4940

HEX: #3A4940
RGB: (58,73,64)

Color info

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

RGB color model

#3A4940 color RGB value is (58,73,64).

  • red value is 58;
  • green value is 73;
  • blue value is 64.
RGB:
(58,73,64)
(23%,29%,25%)

RGB channels and saturation

R 58 of 255 = 23%
G 73 of 255 = 29%
B 64 of 255 = 25%

58
73
64

R + G + B ~ 26%. #3A4940 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 73 + 64 = 195 (100%)
R 58 of 195 ~ 29.74%
G 73 of 195 ~ 37.44%
B 64 of 195 ~ 32.82%

%29.74
%37.44
%32.82

CMYK color model

#3A4940 color CMYK value is (21,0,12,71).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 71.37%
CMYK:
(21,0,12,71)
C21M0Y12K71 
(21%,0%,12%,71%)
(0.21/0.00/0.12/0.71)	

CMYK percentages

%20.55
%0
%12.33
%71.37

Codes

Color #3A4940 in popluar color models

3A4940
RGB587364
HSL144°11.45%25.69%
HSB/HSV144°20.55%28.63%
CMYK20.55%0.00%12.33%
71.37%

Color #3A4940 in popluar number systems.

HEX3A4940
Decimal587364
Binary11101010010011000000
Octal72111100

Shades and tints

Shades of #3A4940

#3A4940
(58,73,64)
#35433B
(53,67,59)
#303D36
(48,61,54)
#2B3731
(43,55,49)
#26312C
(38,49,44)
#212B27
(33,43,39)
#1C2522
(28,37,34)
#171F1D
(23,31,29)
#121918
(18,25,24)
#0D1313
(13,19,19)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #3A4940

#3A4940
(58,73,64)
#4B5951
(75,89,81)
#5C6962
(92,105,98)
#6D7973
(109,121,115)
#7E8984
(126,137,132)
#8F9995
(143,153,149)
#A0A9A6
(160,169,166)
#B1B9B7
(177,185,183)
#C2C9C8
(194,201,200)
#D3D9D9
(211,217,217)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4940; }

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

This text font color is #3A4940.


Background Color

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

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

This div background color is #3A4940.


Border color

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

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

This div border color is #3A4940.


Opacity

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

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

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

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

This text has shadow with #3A4940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4940 on black background.


Color preview on white background

This text has color #3A4940 on white background.



Black color preview on #3A4940 background

This text has black color on #3A4940 background.


White color preview on #3A4940 background

This text has white color on #3A4940 background.