COLOR #2C5467

HEX: #2C5467
RGB: (44,84,103)

Color info

#2C5467 contains red, green and blue colors in about the same proportion. Web safe color of #2C5467 is #336666 (or #366).

RGB color model

#2C5467 color RGB value is (44,84,103).

  • red value is 44;
  • green value is 84;
  • blue value is 103.
RGB:
(44,84,103)
(17%,33%,40%)

RGB channels and saturation

R 44 of 255 = 17%
G 84 of 255 = 33%
B 103 of 255 = 40%

44
84
103

R + G + B ~ 30%. #2C5467 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 84 + 103 = 231 (100%)
R 44 of 231 ~ 19.05%
G 84 of 231 ~ 36.36%
B 103 of 231 ~ 44.59%

%19.05
%36.36
%44.59

CMYK color model

#2C5467 color CMYK value is (57,18,0,60).

  • cyan value is 57.28%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(57,18,0,60)
C57M18Y0K60 
(57%,18%,0%,60%)
(0.57/0.18/0.00/0.60)	

CMYK percentages

%57.28
%18.45
%0
%59.61

Codes

Color #2C5467 in popluar color models

2C5467
RGB4484103
HSL199°40.14%28.82%
HSB/HSV199°57.28%40.39%
CMYK57.28%18.45%0.00%
59.61%

Color #2C5467 in popluar number systems.

HEX2C5467
Decimal4484103
Binary10110010101001100111
Octal54124147

Shades and tints

Shades of #2C5467

#2C5467
(44,84,103)
#284D5E
(40,77,94)
#244655
(36,70,85)
#203F4C
(32,63,76)
#1C3843
(28,56,67)
#18313A
(24,49,58)
#142A31
(20,42,49)
#102328
(16,35,40)
#0C1C1F
(12,28,31)
#081516
(8,21,22)
#040E0D
(4,14,13)
#000000
(0,0,0)

Tints of #2C5467

#2C5467
(44,84,103)
#3F6374
(63,99,116)
#527281
(82,114,129)
#65818E
(101,129,142)
#78909B
(120,144,155)
#8B9FA8
(139,159,168)
#9EAEB5
(158,174,181)
#B1BDC2
(177,189,194)
#C4CCCF
(196,204,207)
#D7DBDC
(215,219,220)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5467 color. Also use rgb(44,84,103) instead hex code.

Text Font Color

.myTextColor { color: #2C5467; }

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

This text font color is #2C5467.


Background Color

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

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

This div background color is #2C5467.


Border color

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

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

This div border color is #2C5467.


Opacity

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

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

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

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

This text has shadow with #2C5467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5467 on black background.


Color preview on white background

This text has color #2C5467 on white background.



Black color preview on #2C5467 background

This text has black color on #2C5467 background.


White color preview on #2C5467 background

This text has white color on #2C5467 background.