COLOR #2C555E

HEX: #2C555E
RGB: (44,85,94)

Color info

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

RGB color model

#2C555E color RGB value is (44,85,94).

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

RGB channels and saturation

R 44 of 255 = 17%
G 85 of 255 = 33%
B 94 of 255 = 37%

44
85
94

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

Portions of RGB colors in percentages

R + G + B =
44 + 85 + 94 = 223 (100%)
R 44 of 223 ~ 19.73%
G 85 of 223 ~ 38.12%
B 94 of 223 ~ 42.15%

%19.73
%38.12
%42.15

CMYK color model

#2C555E color CMYK value is (53,10,0,63).

  • cyan value is 53.19%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(53,10,0,63)
C53M10Y0K63 
(53%,10%,0%,63%)
(0.53/0.10/0.00/0.63)	

CMYK percentages

%53.19
%9.57
%0
%63.14

Codes

Color #2C555E in popluar color models

2C555E
RGB448594
HSL191°36.23%27.06%
HSB/HSV191°53.19%36.86%
CMYK53.19%9.57%0.00%
63.14%

Color #2C555E in popluar number systems.

HEX2C555E
Decimal448594
Binary10110010101011011110
Octal54125136

Shades and tints

Shades of #2C555E

#2C555E
(44,85,94)
#284E56
(40,78,86)
#24474E
(36,71,78)
#204046
(32,64,70)
#1C393E
(28,57,62)
#183236
(24,50,54)
#142B2E
(20,43,46)
#102426
(16,36,38)
#0C1D1E
(12,29,30)
#081616
(8,22,22)
#040F0E
(4,15,14)
#000000
(0,0,0)

Tints of #2C555E

#2C555E
(44,85,94)
#3F646C
(63,100,108)
#52737A
(82,115,122)
#658288
(101,130,136)
#789196
(120,145,150)
#8BA0A4
(139,160,164)
#9EAFB2
(158,175,178)
#B1BEC0
(177,190,192)
#C4CDCE
(196,205,206)
#D7DCDC
(215,220,220)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C555E; }

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

This text font color is #2C555E.


Background Color

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

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

This div background color is #2C555E.


Border color

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

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

This div border color is #2C555E.


Opacity

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

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

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

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

This text has shadow with #2C555E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C555E on black background.


Color preview on white background

This text has color #2C555E on white background.



Black color preview on #2C555E background

This text has black color on #2C555E background.


White color preview on #2C555E background

This text has white color on #2C555E background.