COLOR #2D5083

HEX: #2D5083
RGB: (45,80,131)

Color info

#2D5083 contains mainly green and blue colors. Web safe color of #2D5083 is #336699 (or #369).

RGB color model

#2D5083 color RGB value is (45,80,131).

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

RGB channels and saturation

R 45 of 255 = 18%
G 80 of 255 = 31%
B 131 of 255 = 51%

45
80
131

R + G + B ~ 33%. #2D5083 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 80 + 131 = 256 (100%)
R 45 of 256 ~ 17.58%
G 80 of 256 ~ 31.25%
B 131 of 256 ~ 51.17%

%17.58
%31.25
%51.17

CMYK color model

#2D5083 color CMYK value is (66,39,0,49).

  • cyan value is 65.65%
  • magenta value is 38.93%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(66,39,0,49)
C66M39Y0K49 
(66%,39%,0%,49%)
(0.66/0.39/0.00/0.49)	

CMYK percentages

%65.65
%38.93
%0
%48.63

Codes

Color #2D5083 in popluar color models

2D5083
RGB4580131
HSL216°48.86%34.51%
HSB/HSV216°65.65%51.37%
CMYK65.65%38.93%0.00%
48.63%

Color #2D5083 in popluar number systems.

HEX2D5083
Decimal4580131
Binary101101101000010000011
Octal55120203

Shades and tints

Shades of #2D5083

#2D5083
(45,80,131)
#294978
(41,73,120)
#25426D
(37,66,109)
#213B62
(33,59,98)
#1D3457
(29,52,87)
#192D4C
(25,45,76)
#152641
(21,38,65)
#111F36
(17,31,54)
#0D182B
(13,24,43)
#091120
(9,17,32)
#050A15
(5,10,21)
#000000
(0,0,0)

Tints of #2D5083

#2D5083
(45,80,131)
#405F8E
(64,95,142)
#536E99
(83,110,153)
#667DA4
(102,125,164)
#798CAF
(121,140,175)
#8C9BBA
(140,155,186)
#9FAAC5
(159,170,197)
#B2B9D0
(178,185,208)
#C5C8DB
(197,200,219)
#D8D7E6
(216,215,230)
#EBE6F1
(235,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D5083; }

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

This text font color is #2D5083.


Background Color

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

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

This div background color is #2D5083.


Border color

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

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

This div border color is #2D5083.


Opacity

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

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

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

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

This text has shadow with #2D5083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5083 on black background.


Color preview on white background

This text has color #2D5083 on white background.



Black color preview on #2D5083 background

This text has black color on #2D5083 background.


White color preview on #2D5083 background

This text has white color on #2D5083 background.