COLOR #2D7589

HEX: #2D7589
RGB: (45,117,137)

Color info

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

RGB color model

#2D7589 color RGB value is (45,117,137).

  • red value is 45;
  • green value is 117;
  • blue value is 137.
RGB:
(45,117,137)
(18%,46%,54%)

RGB channels and saturation

R 45 of 255 = 18%
G 117 of 255 = 46%
B 137 of 255 = 54%

45
117
137

R + G + B ~ 39%. #2D7589 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 117 + 137 = 299 (100%)
R 45 of 299 ~ 15.05%
G 117 of 299 ~ 39.13%
B 137 of 299 ~ 45.82%

%15.05
%39.13
%45.82

CMYK color model

#2D7589 color CMYK value is (67,15,0,46).

  • cyan value is 67.15%
  • magenta value is 14.60%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(67,15,0,46)
C67M15Y0K46 
(67%,15%,0%,46%)
(0.67/0.15/0.00/0.46)	

CMYK percentages

%67.15
%14.6
%0
%46.27

Codes

Color #2D7589 in popluar color models

2D7589
RGB45117137
HSL193°50.55%35.69%
HSB/HSV193°67.15%53.73%
CMYK67.15%14.60%0.00%
46.27%

Color #2D7589 in popluar number systems.

HEX2D7589
Decimal45117137
Binary101101111010110001001
Octal55165211

Shades and tints

Shades of #2D7589

#2D7589
(45,117,137)
#296B7D
(41,107,125)
#256171
(37,97,113)
#215765
(33,87,101)
#1D4D59
(29,77,89)
#19434D
(25,67,77)
#153941
(21,57,65)
#112F35
(17,47,53)
#0D2529
(13,37,41)
#091B1D
(9,27,29)
#051111
(5,17,17)
#000000
(0,0,0)

Tints of #2D7589

#2D7589
(45,117,137)
#408193
(64,129,147)
#538D9D
(83,141,157)
#6699A7
(102,153,167)
#79A5B1
(121,165,177)
#8CB1BB
(140,177,187)
#9FBDC5
(159,189,197)
#B2C9CF
(178,201,207)
#C5D5D9
(197,213,217)
#D8E1E3
(216,225,227)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D7589 color. Also use rgb(45,117,137) instead hex code.

Text Font Color

.myTextColor { color: #2D7589; }

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

This text font color is #2D7589.


Background Color

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

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

This div background color is #2D7589.


Border color

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

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

This div border color is #2D7589.


Opacity

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

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

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

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

This text has shadow with #2D7589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D7589 on black background.


Color preview on white background

This text has color #2D7589 on white background.



Black color preview on #2D7589 background

This text has black color on #2D7589 background.


White color preview on #2D7589 background

This text has white color on #2D7589 background.