COLOR #2D5378

HEX: #2D5378
RGB: (45,83,120)

Color info

#2D5378 contains mainly green and blue colors. Web safe color of #2D5378 is #336666 (or #366).

RGB color model

#2D5378 color RGB value is (45,83,120).

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

RGB channels and saturation

R 45 of 255 = 18%
G 83 of 255 = 33%
B 120 of 255 = 47%

45
83
120

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

Portions of RGB colors in percentages

R + G + B =
45 + 83 + 120 = 248 (100%)
R 45 of 248 ~ 18.15%
G 83 of 248 ~ 33.47%
B 120 of 248 ~ 48.39%

%18.15
%33.47
%48.39

CMYK color model

#2D5378 color CMYK value is (63,31,0,53).

  • cyan value is 62.50%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(63,31,0,53)
C63M31Y0K53 
(63%,31%,0%,53%)
(0.63/0.31/0.00/0.53)	

CMYK percentages

%62.5
%30.83
%0
%52.94

Codes

Color #2D5378 in popluar color models

2D5378
RGB4583120
HSL210°45.45%32.35%
HSB/HSV210°62.50%47.06%
CMYK62.50%30.83%0.00%
52.94%

Color #2D5378 in popluar number systems.

HEX2D5378
Decimal4583120
Binary10110110100111111000
Octal55123170

Shades and tints

Shades of #2D5378

#2D5378
(45,83,120)
#294C6E
(41,76,110)
#254564
(37,69,100)
#213E5A
(33,62,90)
#1D3750
(29,55,80)
#193046
(25,48,70)
#15293C
(21,41,60)
#112232
(17,34,50)
#0D1B28
(13,27,40)
#09141E
(9,20,30)
#050D14
(5,13,20)
#000000
(0,0,0)

Tints of #2D5378

#2D5378
(45,83,120)
#406284
(64,98,132)
#537190
(83,113,144)
#66809C
(102,128,156)
#798FA8
(121,143,168)
#8C9EB4
(140,158,180)
#9FADC0
(159,173,192)
#B2BCCC
(178,188,204)
#C5CBD8
(197,203,216)
#D8DAE4
(216,218,228)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D5378; }

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

This text font color is #2D5378.


Background Color

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

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

This div background color is #2D5378.


Border color

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

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

This div border color is #2D5378.


Opacity

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

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

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

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

This text has shadow with #2D5378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5378 on black background.


Color preview on white background

This text has color #2D5378 on white background.



Black color preview on #2D5378 background

This text has black color on #2D5378 background.


White color preview on #2D5378 background

This text has white color on #2D5378 background.