COLOR #3A473A

HEX: #3A473A
RGB: (58,71,58)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

58
71
58

R + G + B ~ 25%. #3A473A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 71 + 58 = 187 (100%)
R 58 of 187 ~ 31.02%
G 71 of 187 ~ 37.97%
B 58 of 187 ~ 31.02%

%31.02
%37.97
%31.02

CMYK color model

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

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

CMYK percentages

%18.31
%0
%18.31
%72.16

Codes

Color #3A473A in popluar color models

3A473A
RGB587158
HSL120°10.08%25.29%
HSB/HSV120°18.31%27.84%
CMYK18.31%0.00%18.31%
72.16%

Color #3A473A in popluar number systems.

HEX3A473A
Decimal587158
Binary1110101000111111010
Octal7210772

Shades and tints

Shades of #3A473A

#3A473A
(58,71,58)
#354135
(53,65,53)
#303B30
(48,59,48)
#2B352B
(43,53,43)
#262F26
(38,47,38)
#212921
(33,41,33)
#1C231C
(28,35,28)
#171D17
(23,29,23)
#121712
(18,23,18)
#0D110D
(13,17,13)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #3A473A

#3A473A
(58,71,58)
#4B574B
(75,87,75)
#5C675C
(92,103,92)
#6D776D
(109,119,109)
#7E877E
(126,135,126)
#8F978F
(143,151,143)
#A0A7A0
(160,167,160)
#B1B7B1
(177,183,177)
#C2C7C2
(194,199,194)
#D3D7D3
(211,215,211)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A473A; }

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

This text font color is #3A473A.


Background Color

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

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

This div background color is #3A473A.


Border color

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

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

This div border color is #3A473A.


Opacity

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

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

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

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

This text has shadow with #3A473A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A473A on black background.


Color preview on white background

This text has color #3A473A on white background.



Black color preview on #3A473A background

This text has black color on #3A473A background.


White color preview on #3A473A background

This text has white color on #3A473A background.