COLOR #2D584E

HEX: #2D584E
RGB: (45,88,78)

Color info

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

RGB color model

#2D584E color RGB value is (45,88,78).

  • red value is 45;
  • green value is 88;
  • blue value is 78.
RGB:
(45,88,78)
(18%,35%,31%)

RGB channels and saturation

R 45 of 255 = 18%
G 88 of 255 = 35%
B 78 of 255 = 31%

45
88
78

R + G + B ~ 28%. #2D584E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 88 + 78 = 211 (100%)
R 45 of 211 ~ 21.33%
G 88 of 211 ~ 41.71%
B 78 of 211 ~ 36.97%

%21.33
%41.71
%36.97

CMYK color model

#2D584E color CMYK value is (49,0,11,65).

  • cyan value is 48.86%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 65.49%
CMYK:
(49,0,11,65)
C49M0Y11K65 
(49%,0%,11%,65%)
(0.49/0.00/0.11/0.65)	

CMYK percentages

%48.86
%0
%11.36
%65.49

Codes

Color #2D584E in popluar color models

2D584E
RGB458878
HSL166°32.33%26.08%
HSB/HSV166°48.86%34.51%
CMYK48.86%0.00%11.36%
65.49%

Color #2D584E in popluar number systems.

HEX2D584E
Decimal458878
Binary10110110110001001110
Octal55130116

Shades and tints

Shades of #2D584E

#2D584E
(45,88,78)
#295047
(41,80,71)
#254840
(37,72,64)
#214039
(33,64,57)
#1D3832
(29,56,50)
#19302B
(25,48,43)
#152824
(21,40,36)
#11201D
(17,32,29)
#0D1816
(13,24,22)
#09100F
(9,16,15)
#050808
(5,8,8)
#000000
(0,0,0)

Tints of #2D584E

#2D584E
(45,88,78)
#40675E
(64,103,94)
#53766E
(83,118,110)
#66857E
(102,133,126)
#79948E
(121,148,142)
#8CA39E
(140,163,158)
#9FB2AE
(159,178,174)
#B2C1BE
(178,193,190)
#C5D0CE
(197,208,206)
#D8DFDE
(216,223,222)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D584E color. Also use rgb(45,88,78) instead hex code.

Text Font Color

.myTextColor { color: #2D584E; }

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

This text font color is #2D584E.


Background Color

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

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

This div background color is #2D584E.


Border color

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

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

This div border color is #2D584E.


Opacity

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

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

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

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

This text has shadow with #2D584E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D584E on black background.


Color preview on white background

This text has color #2D584E on white background.



Black color preview on #2D584E background

This text has black color on #2D584E background.


White color preview on #2D584E background

This text has white color on #2D584E background.