COLOR #2D5058

HEX: #2D5058
RGB: (45,80,88)

Color info

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

RGB color model

#2D5058 color RGB value is (45,80,88).

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

RGB channels and saturation

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

45
80
88

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

Portions of RGB colors in percentages

R + G + B =
45 + 80 + 88 = 213 (100%)
R 45 of 213 ~ 21.13%
G 80 of 213 ~ 37.56%
B 88 of 213 ~ 41.31%

%21.13
%37.56
%41.31

CMYK color model

#2D5058 color CMYK value is (49,9,0,65).

  • cyan value is 48.86%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(49,9,0,65)
C49M9Y0K65 
(49%,9%,0%,65%)
(0.49/0.09/0.00/0.65)	

CMYK percentages

%48.86
%9.09
%0
%65.49

Codes

Color #2D5058 in popluar color models

2D5058
RGB458088
HSL191°32.33%26.08%
HSB/HSV191°48.86%34.51%
CMYK48.86%9.09%0.00%
65.49%

Color #2D5058 in popluar number systems.

HEX2D5058
Decimal458088
Binary10110110100001011000
Octal55120130

Shades and tints

Shades of #2D5058

#2D5058
(45,80,88)
#294950
(41,73,80)
#254248
(37,66,72)
#213B40
(33,59,64)
#1D3438
(29,52,56)
#192D30
(25,45,48)
#152628
(21,38,40)
#111F20
(17,31,32)
#0D1818
(13,24,24)
#091110
(9,17,16)
#050A08
(5,10,8)
#000000
(0,0,0)

Tints of #2D5058

#2D5058
(45,80,88)
#405F67
(64,95,103)
#536E76
(83,110,118)
#667D85
(102,125,133)
#798C94
(121,140,148)
#8C9BA3
(140,155,163)
#9FAAB2
(159,170,178)
#B2B9C1
(178,185,193)
#C5C8D0
(197,200,208)
#D8D7DF
(216,215,223)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D5058; }

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

This text font color is #2D5058.


Background Color

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

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

This div background color is #2D5058.


Border color

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

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

This div border color is #2D5058.


Opacity

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

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

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

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

This text has shadow with #2D5058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5058 on black background.


Color preview on white background

This text has color #2D5058 on white background.



Black color preview on #2D5058 background

This text has black color on #2D5058 background.


White color preview on #2D5058 background

This text has white color on #2D5058 background.