COLOR #2D573B

HEX: #2D573B
RGB: (45,87,59)

Color info

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

RGB color model

#2D573B color RGB value is (45,87,59).

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

RGB channels and saturation

R 45 of 255 = 18%
G 87 of 255 = 34%
B 59 of 255 = 23%

45
87
59

R + G + B ~ 25%. #2D573B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 87 + 59 = 191 (100%)
R 45 of 191 ~ 23.56%
G 87 of 191 ~ 45.55%
B 59 of 191 ~ 30.89%

%23.56
%45.55
%30.89

CMYK color model

#2D573B color CMYK value is (48,0,32,66).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 65.88%
CMYK:
(48,0,32,66)
C48M0Y32K66 
(48%,0%,32%,66%)
(0.48/0.00/0.32/0.66)	

CMYK percentages

%48.28
%0
%32.18
%65.88

Codes

Color #2D573B in popluar color models

2D573B
RGB458759
HSL140°31.82%25.88%
HSB/HSV140°48.28%34.12%
CMYK48.28%0.00%32.18%
65.88%

Color #2D573B in popluar number systems.

HEX2D573B
Decimal458759
Binary1011011010111111011
Octal5512773

Shades and tints

Shades of #2D573B

#2D573B
(45,87,59)
#295036
(41,80,54)
#254931
(37,73,49)
#21422C
(33,66,44)
#1D3B27
(29,59,39)
#193422
(25,52,34)
#152D1D
(21,45,29)
#112618
(17,38,24)
#0D1F13
(13,31,19)
#09180E
(9,24,14)
#051109
(5,17,9)
#000000
(0,0,0)

Tints of #2D573B

#2D573B
(45,87,59)
#40664C
(64,102,76)
#53755D
(83,117,93)
#66846E
(102,132,110)
#79937F
(121,147,127)
#8CA290
(140,162,144)
#9FB1A1
(159,177,161)
#B2C0B2
(178,192,178)
#C5CFC3
(197,207,195)
#D8DED4
(216,222,212)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D573B; }

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

This text font color is #2D573B.


Background Color

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

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

This div background color is #2D573B.


Border color

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

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

This div border color is #2D573B.


Opacity

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

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

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

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

This text has shadow with #2D573B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D573B on black background.


Color preview on white background

This text has color #2D573B on white background.



Black color preview on #2D573B background

This text has black color on #2D573B background.


White color preview on #2D573B background

This text has white color on #2D573B background.