COLOR #2C5B78

HEX: #2C5B78
RGB: (44,91,120)

Color info

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

RGB color model

#2C5B78 color RGB value is (44,91,120).

  • red value is 44;
  • green value is 91;
  • blue value is 120.
RGB:
(44,91,120)
(17%,36%,47%)

RGB channels and saturation

R 44 of 255 = 17%
G 91 of 255 = 36%
B 120 of 255 = 47%

44
91
120

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

Portions of RGB colors in percentages

R + G + B =
44 + 91 + 120 = 255 (100%)
R 44 of 255 ~ 17.25%
G 91 of 255 ~ 35.69%
B 120 of 255 ~ 47.06%

%17.25
%35.69
%47.06

CMYK color model

#2C5B78 color CMYK value is (63,24,0,53).

  • cyan value is 63.33%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(63,24,0,53)
C63M24Y0K53 
(63%,24%,0%,53%)
(0.63/0.24/0.00/0.53)	

CMYK percentages

%63.33
%24.17
%0
%52.94

Codes

Color #2C5B78 in popluar color models

2C5B78
RGB4491120
HSL203°46.34%32.16%
HSB/HSV203°63.33%47.06%
CMYK63.33%24.17%0.00%
52.94%

Color #2C5B78 in popluar number systems.

HEX2C5B78
Decimal4491120
Binary10110010110111111000
Octal54133170

Shades and tints

Shades of #2C5B78

#2C5B78
(44,91,120)
#28536E
(40,83,110)
#244B64
(36,75,100)
#20435A
(32,67,90)
#1C3B50
(28,59,80)
#183346
(24,51,70)
#142B3C
(20,43,60)
#102332
(16,35,50)
#0C1B28
(12,27,40)
#08131E
(8,19,30)
#040B14
(4,11,20)
#000000
(0,0,0)

Tints of #2C5B78

#2C5B78
(44,91,120)
#3F6984
(63,105,132)
#527790
(82,119,144)
#65859C
(101,133,156)
#7893A8
(120,147,168)
#8BA1B4
(139,161,180)
#9EAFC0
(158,175,192)
#B1BDCC
(177,189,204)
#C4CBD8
(196,203,216)
#D7D9E4
(215,217,228)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5B78 color. Also use rgb(44,91,120) instead hex code.

Text Font Color

.myTextColor { color: #2C5B78; }

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

This text font color is #2C5B78.


Background Color

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

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

This div background color is #2C5B78.


Border color

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

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

This div border color is #2C5B78.


Opacity

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

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

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

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

This text has shadow with #2C5B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5B78 on black background.


Color preview on white background

This text has color #2C5B78 on white background.



Black color preview on #2C5B78 background

This text has black color on #2C5B78 background.


White color preview on #2C5B78 background

This text has white color on #2C5B78 background.