COLOR #3A492B

HEX: #3A492B RGB: (58,73,43)

Color info

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

RGB color model

#3A492B color RGB value is (58,73,43).

RGB: (58,73,43) (23%, 29%, 17%)

RGB channels and saturation

R 58 of 255 = 23%
G 73 of 255 = 29%
B 43 of 255 = 17%

58
73
43

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

Portions of RGB colors in percentages

R + G + B = 58 + 73 + 43 = 174 (100%)
R 58 of 174 ~ 33.33%
G 73 of 174 ~ 41.95%
B 43 of 174 ~ 24.71'%

%33.33
%41.95
%24.71

CMYK color model

#3A492B color CMYK value is (21,0,41,71).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 41.10%
  • key color value is 71.37%
CMYK: (21,0,41,71) C21M0Y41K71 (21%,0%,41%,71%) (0.21/0.00/0.41/0.71) 

CMYK percentages

%20.55
%0
%41.1
%71.37

Codes

Color #3A492B in popluar color models

3A 49 2B
RGB 58 73 43
HSL 90° 25.86% 22.75%
HSB/HSV 90° 41.10% 28.63%
CMYK 20.55% 0.00% 41.10%
71.37%

Color #3A492B in popluar number systems.

HEX 3A 49 2B
Decimal 58 73 43
Binary 111010 1001001 101011
Octal 72 111 53

Shades and tints

Shades of #3A492B

#3A492B
(58,73,43)
#354328
(53,67,40)
#303D25
(48,61,37)
#2B3722
(43,55,34)
#26311F
(38,49,31)
#212B1C
(33,43,28)
#1C2519
(28,37,25)
#171F16
(23,31,22)
#121913
(18,25,19)
#0D1310
(13,19,16)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #3A492B

#3A492B
(58,73,43)
#4B593E
(75,89,62)
#5C6951
(92,105,81)
#6D7964
(109,121,100)
#7E8977
(126,137,119)
#8F998A
(143,153,138)
#A0A99D
(160,169,157)
#B1B9B0
(177,185,176)
#C2C9C3
(194,201,195)
#D3D9D6
(211,217,214)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A492B; }

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

This text font color is #3A492B.

Background Color

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

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

This div background color is #3A492B.

Border color

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

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

This div border color is #3A492B.

Opacity

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

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

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

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

This text has shadow with #3A492B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A492B.

Preview

Color preview on black background

This text has color #3A492B on black background.


Color preview on white background

This text has color #3A492B on white background.


Black color preview on #3A492B background

This text has black color on #3A492B background.


White color preview on #3A492B background

This text has white color on #3A492B background.


Related colors

Complementary color

Complementary color for #hex is #C5B6D4.


I love getcolorcode.com

Triadic colors

1 #2B3A49 and #492B3A with #3A492B are triadic colors.

2 #2B493A and #493A2B with #3A492B are triadic colors.