COLOR #2C5567

HEX: #2C5567
RGB: (44,85,103)

Color info

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

RGB color model

#2C5567 color RGB value is (44,85,103).

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

RGB channels and saturation

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

44
85
103

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

Portions of RGB colors in percentages

R + G + B =
44 + 85 + 103 = 232 (100%)
R 44 of 232 ~ 18.97%
G 85 of 232 ~ 36.64%
B 103 of 232 ~ 44.4%

%18.97
%36.64
%44.4

CMYK color model

#2C5567 color CMYK value is (57,17,0,60).

  • cyan value is 57.28%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(57,17,0,60)
C57M17Y0K60 
(57%,17%,0%,60%)
(0.57/0.17/0.00/0.60)	

CMYK percentages

%57.28
%17.48
%0
%59.61

Codes

Color #2C5567 in popluar color models

2C5567
RGB4485103
HSL198°40.14%28.82%
HSB/HSV198°57.28%40.39%
CMYK57.28%17.48%0.00%
59.61%

Color #2C5567 in popluar number systems.

HEX2C5567
Decimal4485103
Binary10110010101011100111
Octal54125147

Shades and tints

Shades of #2C5567

#2C5567
(44,85,103)
#284E5E
(40,78,94)
#244755
(36,71,85)
#20404C
(32,64,76)
#1C3943
(28,57,67)
#18323A
(24,50,58)
#142B31
(20,43,49)
#102428
(16,36,40)
#0C1D1F
(12,29,31)
#081616
(8,22,22)
#040F0D
(4,15,13)
#000000
(0,0,0)

Tints of #2C5567

#2C5567
(44,85,103)
#3F6474
(63,100,116)
#527381
(82,115,129)
#65828E
(101,130,142)
#78919B
(120,145,155)
#8BA0A8
(139,160,168)
#9EAFB5
(158,175,181)
#B1BEC2
(177,190,194)
#C4CDCF
(196,205,207)
#D7DCDC
(215,220,220)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C5567; }

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

This text font color is #2C5567.


Background Color

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

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

This div background color is #2C5567.


Border color

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

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

This div border color is #2C5567.


Opacity

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

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

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

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

This text has shadow with #2C5567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5567 on black background.


Color preview on white background

This text has color #2C5567 on white background.



Black color preview on #2C5567 background

This text has black color on #2C5567 background.


White color preview on #2C5567 background

This text has white color on #2C5567 background.