COLOR #2D5D80

HEX: #2D5D80
RGB: (45,93,128)

Color info

#2D5D80 contains mainly green and blue colors. Web safe color of #2D5D80 is #336666 (or #366).

RGB color model

#2D5D80 color RGB value is (45,93,128).

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

RGB channels and saturation

R 45 of 255 = 18%
G 93 of 255 = 36%
B 128 of 255 = 50%

45
93
128

R + G + B ~ 35%. #2D5D80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 93 + 128 = 266 (100%)
R 45 of 266 ~ 16.92%
G 93 of 266 ~ 34.96%
B 128 of 266 ~ 48.12%

%16.92
%34.96
%48.12

CMYK color model

#2D5D80 color CMYK value is (65,27,0,50).

  • cyan value is 64.84%
  • magenta value is 27.34%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(65,27,0,50)
C65M27Y0K50 
(65%,27%,0%,50%)
(0.65/0.27/0.00/0.50)	

CMYK percentages

%64.84
%27.34
%0
%49.8

Codes

Color #2D5D80 in popluar color models

2D5D80
RGB4593128
HSL205°47.98%33.92%
HSB/HSV205°64.84%50.20%
CMYK64.84%27.34%0.00%
49.80%

Color #2D5D80 in popluar number systems.

HEX2D5D80
Decimal4593128
Binary101101101110110000000
Octal55135200

Shades and tints

Shades of #2D5D80

#2D5D80
(45,93,128)
#295575
(41,85,117)
#254D6A
(37,77,106)
#21455F
(33,69,95)
#1D3D54
(29,61,84)
#193549
(25,53,73)
#152D3E
(21,45,62)
#112533
(17,37,51)
#0D1D28
(13,29,40)
#09151D
(9,21,29)
#050D12
(5,13,18)
#000000
(0,0,0)

Tints of #2D5D80

#2D5D80
(45,93,128)
#406B8B
(64,107,139)
#537996
(83,121,150)
#6687A1
(102,135,161)
#7995AC
(121,149,172)
#8CA3B7
(140,163,183)
#9FB1C2
(159,177,194)
#B2BFCD
(178,191,205)
#C5CDD8
(197,205,216)
#D8DBE3
(216,219,227)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D5D80; }

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

This text font color is #2D5D80.


Background Color

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

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

This div background color is #2D5D80.


Border color

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

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

This div border color is #2D5D80.


Opacity

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

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

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

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

This text has shadow with #2D5D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5D80 on black background.


Color preview on white background

This text has color #2D5D80 on white background.



Black color preview on #2D5D80 background

This text has black color on #2D5D80 background.


White color preview on #2D5D80 background

This text has white color on #2D5D80 background.