COLOR #3A573A

HEX: #3A573A
RGB: (58,87,58)

Color info

#3A573A contains red, green and blue colors in about the same proportion. Web safe color of #3A573A is #336633 (or #363).

RGB color model

#3A573A color RGB value is (58,87,58).

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

RGB channels and saturation

R 58 of 255 = 23%
G 87 of 255 = 34%
B 58 of 255 = 23%

58
87
58

R + G + B ~ 27%. #3A573A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 87 + 58 = 203 (100%)
R 58 of 203 ~ 28.57%
G 87 of 203 ~ 42.86%
B 58 of 203 ~ 28.57%

%28.57
%42.86
%28.57

CMYK color model

#3A573A color CMYK value is (33,0,33,66).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 65.88%
CMYK:
(33,0,33,66)
C33M0Y33K66 
(33%,0%,33%,66%)
(0.33/0.00/0.33/0.66)	

CMYK percentages

%33.33
%0
%33.33
%65.88

Codes

Color #3A573A in popluar color models

3A573A
RGB588758
HSL120°20.00%28.43%
HSB/HSV120°33.33%34.12%
CMYK33.33%0.00%33.33%
65.88%

Color #3A573A in popluar number systems.

HEX3A573A
Decimal588758
Binary1110101010111111010
Octal7212772

Shades and tints

Shades of #3A573A

#3A573A
(58,87,58)
#355035
(53,80,53)
#304930
(48,73,48)
#2B422B
(43,66,43)
#263B26
(38,59,38)
#213421
(33,52,33)
#1C2D1C
(28,45,28)
#172617
(23,38,23)
#121F12
(18,31,18)
#0D180D
(13,24,13)
#081108
(8,17,8)
#000000
(0,0,0)

Tints of #3A573A

#3A573A
(58,87,58)
#4B664B
(75,102,75)
#5C755C
(92,117,92)
#6D846D
(109,132,109)
#7E937E
(126,147,126)
#8FA28F
(143,162,143)
#A0B1A0
(160,177,160)
#B1C0B1
(177,192,177)
#C2CFC2
(194,207,194)
#D3DED3
(211,222,211)
#E4EDE4
(228,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A573A; }

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

This text font color is #3A573A.


Background Color

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

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

This div background color is #3A573A.


Border color

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

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

This div border color is #3A573A.


Opacity

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

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

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

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

This text has shadow with #3A573A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A573A on black background.


Color preview on white background

This text has color #3A573A on white background.



Black color preview on #3A573A background

This text has black color on #3A573A background.


White color preview on #3A573A background

This text has white color on #3A573A background.