COLOR #2A573B

HEX: #2A573B RGB: (42,87,59)

Color info

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

RGB color model

#2A573B color RGB value is (42,87,59).

RGB: (42,87,59) (16%, 34%, 23%)

RGB channels and saturation

R 42 of 255 = 16%
G 87 of 255 = 34%
B 59 of 255 = 23%

42
87
59

R + G + B ~ 24%. #2A573B is dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 87 + 59 = 188 (100%)
R 42 of 188 ~ 22.34%
G 87 of 188 ~ 46.28%
B 59 of 188 ~ 31.38'%

%22.34
%46.28
%31.38

CMYK color model

#2A573B color CMYK value is (52,0,32,66).

  • cyan value is 51.72%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 65.88%

CMYK: (52,0,32,66)
C52M0Y32K66 (52%, 0%, 32%, 66%)
(0.52 / 0.00 / 0.32 / 0.66)

CMYK percentages

%51.72
%0
%32.18
%65.88

Codes

Color #2A573B in popluar color models

2A 57 3B
RGB 42 87 59
HSL 143° 34.88% 25.29%
HSB/HSV 143° 51.72% 34.12%
CMYK 51.72% 0.00% 32.18%
65.88%

Color #2A573B in popluar number systems.

HEX 2A 57 3B
Decimal 42 87 59
Binary 101010 1010111 111011
Octal 52 127 73

Shades and tints

Shades of #2A573B

#2A573B
(42,87,59)
#275036
(39,80,54)
#244931
(36,73,49)
#21422C
(33,66,44)
#1E3B27
(30,59,39)
#1B3422
(27,52,34)
#182D1D
(24,45,29)
#152618
(21,38,24)
#121F13
(18,31,19)
#0F180E
(15,24,14)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #2A573B

#2A573B
(42,87,59)
#3D664C
(61,102,76)
#50755D
(80,117,93)
#63846E
(99,132,110)
#76937F
(118,147,127)
#89A290
(137,162,144)
#9CB1A1
(156,177,161)
#AFC0B2
(175,192,178)
#C2CFC3
(194,207,195)
#D5DED4
(213,222,212)
#E8EDE5
(232,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A573B color. Also use rgb(42,87,59) instead hex code.

Text Font Color

.myTextColor { color: #2A573B; }

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

This text font color is #2A573B.

Background Color

.myBgColor { background-color: #2A573B; }

<div style="background-color:#2A573B">Inner text</div>

This div background color is #2A573B.

Border color

.myBorderColor { border: 1px solid #2A573B; }

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

This div border color is #2A573B.

Opacity

.myOpacity80 { color: #2A573B; opacity: 0.8; }

<p style="color:#2A573B;opacity:0.8;">80%</p>

Text with #2A573B 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 #2A573B;}

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

This text has shadow with #2A573B color.


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

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

This text has shadow with #2A573B primary color and red secondary color.


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

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

This text has shadow with #2A573B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #2A573B.

Preview

Color preview on black background

This text has color #2A573B on black background.


Color preview on white background

This text has color #2A573B on white background.


Black color preview on #2A573B background

This text has black color on #2A573B background.


White color preview on #2A573B background

This text has white color on #2A573B background.


Related colors

Complementary color

Complementary color for #hex is #D5A8C4.


I love getcolorcode.com

Triadic colors

1 #3B2A57 and #573B2A with #2A573B are triadic colors.

2 #3B572A and #572A3B with #2A573B are triadic colors.