COLOR #2C507C

HEX: #2C507C
RGB: (44,80,124)

Color info

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

RGB color model

#2C507C color RGB value is (44,80,124).

  • red value is 44;
  • green value is 80;
  • blue value is 124.
RGB:
(44,80,124)
(17%,31%,49%)

RGB channels and saturation

R 44 of 255 = 17%
G 80 of 255 = 31%
B 124 of 255 = 49%

44
80
124

R + G + B ~ 32%. #2C507C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 80 + 124 = 248 (100%)
R 44 of 248 ~ 17.74%
G 80 of 248 ~ 32.26%
B 124 of 248 ~ 50%

%17.74
%32.26
%50

CMYK color model

#2C507C color CMYK value is (65,35,0,51).

  • cyan value is 64.52%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(65,35,0,51)
C65M35Y0K51 
(65%,35%,0%,51%)
(0.65/0.35/0.00/0.51)	

CMYK percentages

%64.52
%35.48
%0
%51.37

Codes

Color #2C507C in popluar color models

2C507C
RGB4480124
HSL213°47.62%32.94%
HSB/HSV213°64.52%48.63%
CMYK64.52%35.48%0.00%
51.37%

Color #2C507C in popluar number systems.

HEX2C507C
Decimal4480124
Binary10110010100001111100
Octal54120174

Shades and tints

Shades of #2C507C

#2C507C
(44,80,124)
#284971
(40,73,113)
#244266
(36,66,102)
#203B5B
(32,59,91)
#1C3450
(28,52,80)
#182D45
(24,45,69)
#14263A
(20,38,58)
#101F2F
(16,31,47)
#0C1824
(12,24,36)
#081119
(8,17,25)
#040A0E
(4,10,14)
#000000
(0,0,0)

Tints of #2C507C

#2C507C
(44,80,124)
#3F5F87
(63,95,135)
#526E92
(82,110,146)
#657D9D
(101,125,157)
#788CA8
(120,140,168)
#8B9BB3
(139,155,179)
#9EAABE
(158,170,190)
#B1B9C9
(177,185,201)
#C4C8D4
(196,200,212)
#D7D7DF
(215,215,223)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C507C color. Also use rgb(44,80,124) instead hex code.

Text Font Color

.myTextColor { color: #2C507C; }

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

This text font color is #2C507C.


Background Color

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

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

This div background color is #2C507C.


Border color

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

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

This div border color is #2C507C.


Opacity

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

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

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

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

This text has shadow with #2C507C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C507C on black background.


Color preview on white background

This text has color #2C507C on white background.



Black color preview on #2C507C background

This text has black color on #2C507C background.


White color preview on #2C507C background

This text has white color on #2C507C background.