COLOR #2C554F

HEX: #2C554F
RGB: (44,85,79)

Color info

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

RGB color model

#2C554F color RGB value is (44,85,79).

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

RGB channels and saturation

R 44 of 255 = 17%
G 85 of 255 = 33%
B 79 of 255 = 31%

44
85
79

R + G + B ~ 27%. #2C554F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 85 + 79 = 208 (100%)
R 44 of 208 ~ 21.15%
G 85 of 208 ~ 40.87%
B 79 of 208 ~ 37.98%

%21.15
%40.87
%37.98

CMYK color model

#2C554F color CMYK value is (48,0,7,67).

  • cyan value is 48.24%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 66.67%
CMYK:
(48,0,7,67)
C48M0Y7K67 
(48%,0%,7%,67%)
(0.48/0.00/0.07/0.67)	

CMYK percentages

%48.24
%0
%7.06
%66.67

Codes

Color #2C554F in popluar color models

2C554F
RGB448579
HSL171°31.78%25.29%
HSB/HSV171°48.24%33.33%
CMYK48.24%0.00%7.06%
66.67%

Color #2C554F in popluar number systems.

HEX2C554F
Decimal448579
Binary10110010101011001111
Octal54125117

Shades and tints

Shades of #2C554F

#2C554F
(44,85,79)
#284E48
(40,78,72)
#244741
(36,71,65)
#20403A
(32,64,58)
#1C3933
(28,57,51)
#18322C
(24,50,44)
#142B25
(20,43,37)
#10241E
(16,36,30)
#0C1D17
(12,29,23)
#081610
(8,22,16)
#040F09
(4,15,9)
#000000
(0,0,0)

Tints of #2C554F

#2C554F
(44,85,79)
#3F645F
(63,100,95)
#52736F
(82,115,111)
#65827F
(101,130,127)
#78918F
(120,145,143)
#8BA09F
(139,160,159)
#9EAFAF
(158,175,175)
#B1BEBF
(177,190,191)
#C4CDCF
(196,205,207)
#D7DCDF
(215,220,223)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C554F; }

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

This text font color is #2C554F.


Background Color

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

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

This div background color is #2C554F.


Border color

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

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

This div border color is #2C554F.


Opacity

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

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

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

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

This text has shadow with #2C554F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C554F on black background.


Color preview on white background

This text has color #2C554F on white background.



Black color preview on #2C554F background

This text has black color on #2C554F background.


White color preview on #2C554F background

This text has white color on #2C554F background.