COLOR #2D5365

HEX: #2D5365
RGB: (45,83,101)

Color info

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

RGB color model

#2D5365 color RGB value is (45,83,101).

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

RGB channels and saturation

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

45
83
101

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

Portions of RGB colors in percentages

R + G + B =
45 + 83 + 101 = 229 (100%)
R 45 of 229 ~ 19.65%
G 83 of 229 ~ 36.24%
B 101 of 229 ~ 44.1%

%19.65
%36.24
%44.1

CMYK color model

#2D5365 color CMYK value is (55,18,0,60).

  • cyan value is 55.45%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(55,18,0,60)
C55M18Y0K60 
(55%,18%,0%,60%)
(0.55/0.18/0.00/0.60)	

CMYK percentages

%55.45
%17.82
%0
%60.39

Codes

Color #2D5365 in popluar color models

2D5365
RGB4583101
HSL199°38.36%28.63%
HSB/HSV199°55.45%39.61%
CMYK55.45%17.82%0.00%
60.39%

Color #2D5365 in popluar number systems.

HEX2D5365
Decimal4583101
Binary10110110100111100101
Octal55123145

Shades and tints

Shades of #2D5365

#2D5365
(45,83,101)
#294C5C
(41,76,92)
#254553
(37,69,83)
#213E4A
(33,62,74)
#1D3741
(29,55,65)
#193038
(25,48,56)
#15292F
(21,41,47)
#112226
(17,34,38)
#0D1B1D
(13,27,29)
#091414
(9,20,20)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #2D5365

#2D5365
(45,83,101)
#406273
(64,98,115)
#537181
(83,113,129)
#66808F
(102,128,143)
#798F9D
(121,143,157)
#8C9EAB
(140,158,171)
#9FADB9
(159,173,185)
#B2BCC7
(178,188,199)
#C5CBD5
(197,203,213)
#D8DAE3
(216,218,227)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D5365; }

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

This text font color is #2D5365.


Background Color

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

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

This div background color is #2D5365.


Border color

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

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

This div border color is #2D5365.


Opacity

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

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

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

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

This text has shadow with #2D5365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5365 on black background.


Color preview on white background

This text has color #2D5365 on white background.



Black color preview on #2D5365 background

This text has black color on #2D5365 background.


White color preview on #2D5365 background

This text has white color on #2D5365 background.