COLOR #2C5067

HEX: #2C5067 RGB: (44,80,103)

Color info

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

RGB color model

#2C5067 color RGB value is (44,80,103).

RGB: (44,80,103) (17%, 31%, 40%)

RGB channels and saturation

R 44 of 255 = 17%
G 80 of 255 = 31%
B 103 of 255 = 40%

44
80
103

R + G + B ~ 29%. #2C5067 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 80 + 103 = 227 (100%)
R 44 of 227 ~ 19.38%
G 80 of 227 ~ 35.24%
B 103 of 227 ~ 45.37'%

%19.38
%35.24
%45.37

CMYK color model

#2C5067 color CMYK value is (57,22,0,60).

  • cyan value is 57.28%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK: (57,22,0,60) C57M22Y0K60 (57%,22%,0%,60%) (0.57/0.22/0.00/0.60) 

CMYK percentages

%57.28
%22.33
%0
%59.61

Codes

Color #2C5067 in popluar color models

2C 50 67
RGB 44 80 103
HSL 203° 40.14% 28.82%
HSB/HSV 203° 57.28% 40.39%
CMYK 57.28% 22.33% 0.00%
59.61%

Color #2C5067 in popluar number systems.

HEX 2C 50 67
Decimal 44 80 103
Binary 101100 1010000 1100111
Octal 54 120 147

Shades and tints

Shades of #2C5067

#2C5067
(44,80,103)
#28495E
(40,73,94)
#244255
(36,66,85)
#203B4C
(32,59,76)
#1C3443
(28,52,67)
#182D3A
(24,45,58)
#142631
(20,38,49)
#101F28
(16,31,40)
#0C181F
(12,24,31)
#081116
(8,17,22)
#040A0D
(4,10,13)
#000000
(0,0,0)

Tints of #2C5067

#2C5067
(44,80,103)
#3F5F74
(63,95,116)
#526E81
(82,110,129)
#657D8E
(101,125,142)
#788C9B
(120,140,155)
#8B9BA8
(139,155,168)
#9EAAB5
(158,170,181)
#B1B9C2
(177,185,194)
#C4C8CF
(196,200,207)
#D7D7DC
(215,215,220)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C5067; }

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

This text font color is #2C5067.

Background Color

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

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

This div background color is #2C5067.

Border color

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

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

This div border color is #2C5067.

Opacity

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

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

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

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

This text has shadow with #2C5067 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C5067.

Preview

Color preview on black background

This text has color #2C5067 on black background.


Color preview on white background

This text has color #2C5067 on white background.


Black color preview on #2C5067 background

This text has black color on #2C5067 background.


White color preview on #2C5067 background

This text has white color on #2C5067 background.


Related colors

Complementary color

Complementary color for #hex is #D3AF98.


I love getcolorcode.com

Triadic colors

1 #672C50 and #50672C with #2C5067 are triadic colors.

2 #67502C and #502C67 with #2C5067 are triadic colors.