COLOR #2D5765

HEX: #2D5765
RGB: (45,87,101)

Color info

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

RGB color model

#2D5765 color RGB value is (45,87,101).

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

RGB channels and saturation

R 45 of 255 = 18%
G 87 of 255 = 34%
B 101 of 255 = 40%

45
87
101

R + G + B ~ 31%. #2D5765 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 87 + 101 = 233 (100%)
R 45 of 233 ~ 19.31%
G 87 of 233 ~ 37.34%
B 101 of 233 ~ 43.35%

%19.31
%37.34
%43.35

CMYK color model

#2D5765 color CMYK value is (55,14,0,60).

  • cyan value is 55.45%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(55,14,0,60)
C55M14Y0K60 
(55%,14%,0%,60%)
(0.55/0.14/0.00/0.60)	

CMYK percentages

%55.45
%13.86
%0
%60.39

Codes

Color #2D5765 in popluar color models

2D5765
RGB4587101
HSL195°38.36%28.63%
HSB/HSV195°55.45%39.61%
CMYK55.45%13.86%0.00%
60.39%

Color #2D5765 in popluar number systems.

HEX2D5765
Decimal4587101
Binary10110110101111100101
Octal55127145

Shades and tints

Shades of #2D5765

#2D5765
(45,87,101)
#29505C
(41,80,92)
#254953
(37,73,83)
#21424A
(33,66,74)
#1D3B41
(29,59,65)
#193438
(25,52,56)
#152D2F
(21,45,47)
#112626
(17,38,38)
#0D1F1D
(13,31,29)
#091814
(9,24,20)
#05110B
(5,17,11)
#000000
(0,0,0)

Tints of #2D5765

#2D5765
(45,87,101)
#406673
(64,102,115)
#537581
(83,117,129)
#66848F
(102,132,143)
#79939D
(121,147,157)
#8CA2AB
(140,162,171)
#9FB1B9
(159,177,185)
#B2C0C7
(178,192,199)
#C5CFD5
(197,207,213)
#D8DEE3
(216,222,227)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D5765; }

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

This text font color is #2D5765.


Background Color

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

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

This div background color is #2D5765.


Border color

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

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

This div border color is #2D5765.


Opacity

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

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

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

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

This text has shadow with #2D5765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5765 on black background.


Color preview on white background

This text has color #2D5765 on white background.



Black color preview on #2D5765 background

This text has black color on #2D5765 background.


White color preview on #2D5765 background

This text has white color on #2D5765 background.