COLOR #3A472C

HEX: #3A472C
RGB: (58,71,44)

Color info

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

RGB color model

#3A472C color RGB value is (58,71,44).

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

RGB channels and saturation

R 58 of 255 = 23%
G 71 of 255 = 28%
B 44 of 255 = 17%

58
71
44

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

Portions of RGB colors in percentages

R + G + B =
58 + 71 + 44 = 173 (100%)
R 58 of 173 ~ 33.53%
G 71 of 173 ~ 41.04%
B 44 of 173 ~ 25.43%

%33.53
%41.04
%25.43

CMYK color model

#3A472C color CMYK value is (18,0,38,72).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(18,0,38,72)
C18M0Y38K72 
(18%,0%,38%,72%)
(0.18/0.00/0.38/0.72)	

CMYK percentages

%18.31
%0
%38.03
%72.16

Codes

Color #3A472C in popluar color models

3A472C
RGB587144
HSL89°23.48%22.55%
HSB/HSV89°38.03%27.84%
CMYK18.31%0.00%38.03%
72.16%

Color #3A472C in popluar number systems.

HEX3A472C
Decimal587144
Binary1110101000111101100
Octal7210754

Shades and tints

Shades of #3A472C

#3A472C
(58,71,44)
#354128
(53,65,40)
#303B24
(48,59,36)
#2B3520
(43,53,32)
#262F1C
(38,47,28)
#212918
(33,41,24)
#1C2314
(28,35,20)
#171D10
(23,29,16)
#12170C
(18,23,12)
#0D1108
(13,17,8)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #3A472C

#3A472C
(58,71,44)
#4B573F
(75,87,63)
#5C6752
(92,103,82)
#6D7765
(109,119,101)
#7E8778
(126,135,120)
#8F978B
(143,151,139)
#A0A79E
(160,167,158)
#B1B7B1
(177,183,177)
#C2C7C4
(194,199,196)
#D3D7D7
(211,215,215)
#E4E7EA
(228,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A472C; }

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

This text font color is #3A472C.


Background Color

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

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

This div background color is #3A472C.


Border color

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

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

This div border color is #3A472C.


Opacity

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

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

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

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

This text has shadow with #3A472C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A472C on black background.


Color preview on white background

This text has color #3A472C on white background.



Black color preview on #3A472C background

This text has black color on #3A472C background.


White color preview on #3A472C background

This text has white color on #3A472C background.