COLOR #3A472E

HEX: #3A472E
RGB: (58,71,46)

Color info

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

RGB color model

#3A472E color RGB value is (58,71,46).

  • red value is 58;
  • green value is 71;
  • blue value is 46.
RGB:
(58,71,46)
(23%,28%,18%)

RGB channels and saturation

R 58 of 255 = 23%
G 71 of 255 = 28%
B 46 of 255 = 18%

58
71
46

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

Portions of RGB colors in percentages

R + G + B =
58 + 71 + 46 = 175 (100%)
R 58 of 175 ~ 33.14%
G 71 of 175 ~ 40.57%
B 46 of 175 ~ 26.29%

%33.14
%40.57
%26.29

CMYK color model

#3A472E color CMYK value is (18,0,35,72).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 72.16%
CMYK:
(18,0,35,72)
C18M0Y35K72 
(18%,0%,35%,72%)
(0.18/0.00/0.35/0.72)	

CMYK percentages

%18.31
%0
%35.21
%72.16

Codes

Color #3A472E in popluar color models

3A472E
RGB587146
HSL91°21.37%22.94%
HSB/HSV91°35.21%27.84%
CMYK18.31%0.00%35.21%
72.16%

Color #3A472E in popluar number systems.

HEX3A472E
Decimal587146
Binary1110101000111101110
Octal7210756

Shades and tints

Shades of #3A472E

#3A472E
(58,71,46)
#35412A
(53,65,42)
#303B26
(48,59,38)
#2B3522
(43,53,34)
#262F1E
(38,47,30)
#21291A
(33,41,26)
#1C2316
(28,35,22)
#171D12
(23,29,18)
#12170E
(18,23,14)
#0D110A
(13,17,10)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #3A472E

#3A472E
(58,71,46)
#4B5741
(75,87,65)
#5C6754
(92,103,84)
#6D7767
(109,119,103)
#7E877A
(126,135,122)
#8F978D
(143,151,141)
#A0A7A0
(160,167,160)
#B1B7B3
(177,183,179)
#C2C7C6
(194,199,198)
#D3D7D9
(211,215,217)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A472E; }

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

This text font color is #3A472E.


Background Color

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

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

This div background color is #3A472E.


Border color

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

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

This div border color is #3A472E.


Opacity

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

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

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

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

This text has shadow with #3A472E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A472E on black background.


Color preview on white background

This text has color #3A472E on white background.



Black color preview on #3A472E background

This text has black color on #3A472E background.


White color preview on #3A472E background

This text has white color on #3A472E background.