COLOR #2C4657

HEX: #2C4657
RGB: (44,70,87)

Color info

#2C4657 contains red, green and blue colors in about the same proportion. Web safe color of #2C4657 is #333366 (or #336).

RGB color model

#2C4657 color RGB value is (44,70,87).

  • red value is 44;
  • green value is 70;
  • blue value is 87.
RGB:
(44,70,87)
(17%,27%,34%)

RGB channels and saturation

R 44 of 255 = 17%
G 70 of 255 = 27%
B 87 of 255 = 34%

44
70
87

R + G + B ~ 26%. #2C4657 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 70 + 87 = 201 (100%)
R 44 of 201 ~ 21.89%
G 70 of 201 ~ 34.83%
B 87 of 201 ~ 43.28%

%21.89
%34.83
%43.28

CMYK color model

#2C4657 color CMYK value is (49,20,0,66).

  • cyan value is 49.43%
  • magenta value is 19.54%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(49,20,0,66)
C49M20Y0K66 
(49%,20%,0%,66%)
(0.49/0.20/0.00/0.66)	

CMYK percentages

%49.43
%19.54
%0
%65.88

Codes

Color #2C4657 in popluar color models

2C4657
RGB447087
HSL204°32.82%25.69%
HSB/HSV204°49.43%34.12%
CMYK49.43%19.54%0.00%
65.88%

Color #2C4657 in popluar number systems.

HEX2C4657
Decimal447087
Binary10110010001101010111
Octal54106127

Shades and tints

Shades of #2C4657

#2C4657
(44,70,87)
#284050
(40,64,80)
#243A49
(36,58,73)
#203442
(32,52,66)
#1C2E3B
(28,46,59)
#182834
(24,40,52)
#14222D
(20,34,45)
#101C26
(16,28,38)
#0C161F
(12,22,31)
#081018
(8,16,24)
#040A11
(4,10,17)
#000000
(0,0,0)

Tints of #2C4657

#2C4657
(44,70,87)
#3F5666
(63,86,102)
#526675
(82,102,117)
#657684
(101,118,132)
#788693
(120,134,147)
#8B96A2
(139,150,162)
#9EA6B1
(158,166,177)
#B1B6C0
(177,182,192)
#C4C6CF
(196,198,207)
#D7D6DE
(215,214,222)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4657 color. Also use rgb(44,70,87) instead hex code.

Text Font Color

.myTextColor { color: #2C4657; }

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

This text font color is #2C4657.


Background Color

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

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

This div background color is #2C4657.


Border color

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

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

This div border color is #2C4657.


Opacity

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

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

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

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

This text has shadow with #2C4657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4657 on black background.


Color preview on white background

This text has color #2C4657 on white background.



Black color preview on #2C4657 background

This text has black color on #2C4657 background.


White color preview on #2C4657 background

This text has white color on #2C4657 background.