COLOR #2D5565

HEX: #2D5565
RGB: (45,85,101)

Color info

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

RGB color model

#2D5565 color RGB value is (45,85,101).

  • red value is 45;
  • green value is 85;
  • blue value is 101.
RGB:
(45,85,101)
(18%,33%,40%)

RGB channels and saturation

R 45 of 255 = 18%
G 85 of 255 = 33%
B 101 of 255 = 40%

45
85
101

R + G + B ~ 30%. #2D5565 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 85 + 101 = 231 (100%)
R 45 of 231 ~ 19.48%
G 85 of 231 ~ 36.8%
B 101 of 231 ~ 43.72%

%19.48
%36.8
%43.72

CMYK color model

#2D5565 color CMYK value is (55,16,0,60).

  • cyan value is 55.45%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(55,16,0,60)
C55M16Y0K60 
(55%,16%,0%,60%)
(0.55/0.16/0.00/0.60)	

CMYK percentages

%55.45
%15.84
%0
%60.39

Codes

Color #2D5565 in popluar color models

2D5565
RGB4585101
HSL197°38.36%28.63%
HSB/HSV197°55.45%39.61%
CMYK55.45%15.84%0.00%
60.39%

Color #2D5565 in popluar number systems.

HEX2D5565
Decimal4585101
Binary10110110101011100101
Octal55125145

Shades and tints

Shades of #2D5565

#2D5565
(45,85,101)
#294E5C
(41,78,92)
#254753
(37,71,83)
#21404A
(33,64,74)
#1D3941
(29,57,65)
#193238
(25,50,56)
#152B2F
(21,43,47)
#112426
(17,36,38)
#0D1D1D
(13,29,29)
#091614
(9,22,20)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #2D5565

#2D5565
(45,85,101)
#406473
(64,100,115)
#537381
(83,115,129)
#66828F
(102,130,143)
#79919D
(121,145,157)
#8CA0AB
(140,160,171)
#9FAFB9
(159,175,185)
#B2BEC7
(178,190,199)
#C5CDD5
(197,205,213)
#D8DCE3
(216,220,227)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D5565; }

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

This text font color is #2D5565.


Background Color

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

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

This div background color is #2D5565.


Border color

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

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

This div border color is #2D5565.


Opacity

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

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

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

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

This text has shadow with #2D5565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5565 on black background.


Color preview on white background

This text has color #2D5565 on white background.



Black color preview on #2D5565 background

This text has black color on #2D5565 background.


White color preview on #2D5565 background

This text has white color on #2D5565 background.