COLOR #2D6557

HEX: #2D6557 RGB: (45,101,87)

Color info

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

RGB color model

#2D6557 color RGB value is (45,101,87).

RGB: (45,101,87) (18%, 40%, 34%)

RGB channels and saturation

R 45 of 255 = 18%
G 101 of 255 = 40%
B 87 of 255 = 34%

45
101
87

R + G + B ~ 31%. #2D6557 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 101 + 87 = 233 (100%)
R 45 of 233 ~ 19.31%
G 101 of 233 ~ 43.35%
B 87 of 233 ~ 37.34'%

%19.31
%43.35
%37.34

CMYK color model

#2D6557 color CMYK value is (55,0,14,60).

  • cyan value is 55.45%
  • magenta value is 0.00%
  • yellow value is 13.86%
  • key color value is 60.39%

CMYK: (55,0,14,60)
C55M0Y14K60 (55%, 0%, 14%, 60%)
(0.55 / 0.00 / 0.14 / 0.60)

CMYK percentages

%55.45
%0
%13.86
%60.39

Codes

Color #2D6557 in popluar color models

2D 65 57
RGB 45 101 87
HSL 165° 38.36% 28.63%
HSB/HSV 165° 55.45% 39.61%
CMYK 55.45% 0.00% 13.86%
60.39%

Color #2D6557 in popluar number systems.

HEX 2D 65 57
Decimal 45 101 87
Binary 101101 1100101 1010111
Octal 55 145 127

Shades and tints

Shades of #2D6557

#2D6557
(45,101,87)
#295C50
(41,92,80)
#255349
(37,83,73)
#214A42
(33,74,66)
#1D413B
(29,65,59)
#193834
(25,56,52)
#152F2D
(21,47,45)
#112626
(17,38,38)
#0D1D1F
(13,29,31)
#091418
(9,20,24)
#050B11
(5,11,17)
#000000
(0,0,0)

Tints of #2D6557

#2D6557
(45,101,87)
#407366
(64,115,102)
#538175
(83,129,117)
#668F84
(102,143,132)
#799D93
(121,157,147)
#8CABA2
(140,171,162)
#9FB9B1
(159,185,177)
#B2C7C0
(178,199,192)
#C5D5CF
(197,213,207)
#D8E3DE
(216,227,222)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D6557; }

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

This text font color is #2D6557.

Background Color

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

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

This div background color is #2D6557.

Border color

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

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

This div border color is #2D6557.

Opacity

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

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

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

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

This text has shadow with #2D6557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D6557.

Preview

Color preview on black background

This text has color #2D6557 on black background.


Color preview on white background

This text has color #2D6557 on white background.


Black color preview on #2D6557 background

This text has black color on #2D6557 background.


White color preview on #2D6557 background

This text has white color on #2D6557 background.


Related colors

Complementary color

Complementary color for #hex is #D29AA8.


I love getcolorcode.com

Triadic colors

1 #572D65 and #65572D with #2D6557 are triadic colors.

2 #57652D and #652D57 with #2D6557 are triadic colors.