COLOR #2D5D57

HEX: #2D5D57
RGB: (45,93,87)

Color info

#2D5D57 contains red, green and blue colors in about the same proportion. Web safe color of #2D5D57 is #336666 (or #366).

RGB color model

#2D5D57 color RGB value is (45,93,87).

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

RGB channels and saturation

R 45 of 255 = 18%
G 93 of 255 = 36%
B 87 of 255 = 34%

45
93
87

R + G + B ~ 29%. #2D5D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 93 + 87 = 225 (100%)
R 45 of 225 ~ 20%
G 93 of 225 ~ 41.33%
B 87 of 225 ~ 38.67%

%20
%41.33
%38.67

CMYK color model

#2D5D57 color CMYK value is (52,0,6,64).

  • cyan value is 51.61%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 63.53%
CMYK:
(52,0,6,64)
C52M0Y6K64 
(52%,0%,6%,64%)
(0.52/0.00/0.06/0.64)	

CMYK percentages

%51.61
%0
%6.45
%63.53

Codes

Color #2D5D57 in popluar color models

2D5D57
RGB459387
HSL173°34.78%27.06%
HSB/HSV173°51.61%36.47%
CMYK51.61%0.00%6.45%
63.53%

Color #2D5D57 in popluar number systems.

HEX2D5D57
Decimal459387
Binary10110110111011010111
Octal55135127

Shades and tints

Shades of #2D5D57

#2D5D57
(45,93,87)
#295550
(41,85,80)
#254D49
(37,77,73)
#214542
(33,69,66)
#1D3D3B
(29,61,59)
#193534
(25,53,52)
#152D2D
(21,45,45)
#112526
(17,37,38)
#0D1D1F
(13,29,31)
#091518
(9,21,24)
#050D11
(5,13,17)
#000000
(0,0,0)

Tints of #2D5D57

#2D5D57
(45,93,87)
#406B66
(64,107,102)
#537975
(83,121,117)
#668784
(102,135,132)
#799593
(121,149,147)
#8CA3A2
(140,163,162)
#9FB1B1
(159,177,177)
#B2BFC0
(178,191,192)
#C5CDCF
(197,205,207)
#D8DBDE
(216,219,222)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D5D57; }

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

This text font color is #2D5D57.


Background Color

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

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

This div background color is #2D5D57.


Border color

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

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

This div border color is #2D5D57.


Opacity

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

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

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

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

This text has shadow with #2D5D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5D57 on black background.


Color preview on white background

This text has color #2D5D57 on white background.



Black color preview on #2D5D57 background

This text has black color on #2D5D57 background.


White color preview on #2D5D57 background

This text has white color on #2D5D57 background.