COLOR #2C494F

HEX: #2C494F
RGB: (44,73,79)

Color info

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

RGB color model

#2C494F color RGB value is (44,73,79).

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

RGB channels and saturation

R 44 of 255 = 17%
G 73 of 255 = 29%
B 79 of 255 = 31%

44
73
79

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

Portions of RGB colors in percentages

R + G + B =
44 + 73 + 79 = 196 (100%)
R 44 of 196 ~ 22.45%
G 73 of 196 ~ 37.24%
B 79 of 196 ~ 40.31%

%22.45
%37.24
%40.31

CMYK color model

#2C494F color CMYK value is (44,8,0,69).

  • cyan value is 44.30%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(44,8,0,69)
C44M8Y0K69 
(44%,8%,0%,69%)
(0.44/0.08/0.00/0.69)	

CMYK percentages

%44.3
%7.59
%0
%69.02

Codes

Color #2C494F in popluar color models

2C494F
RGB447379
HSL190°28.46%24.12%
HSB/HSV190°44.30%30.98%
CMYK44.30%7.59%0.00%
69.02%

Color #2C494F in popluar number systems.

HEX2C494F
Decimal447379
Binary10110010010011001111
Octal54111117

Shades and tints

Shades of #2C494F

#2C494F
(44,73,79)
#284348
(40,67,72)
#243D41
(36,61,65)
#20373A
(32,55,58)
#1C3133
(28,49,51)
#182B2C
(24,43,44)
#142525
(20,37,37)
#101F1E
(16,31,30)
#0C1917
(12,25,23)
#081310
(8,19,16)
#040D09
(4,13,9)
#000000
(0,0,0)

Tints of #2C494F

#2C494F
(44,73,79)
#3F595F
(63,89,95)
#52696F
(82,105,111)
#65797F
(101,121,127)
#78898F
(120,137,143)
#8B999F
(139,153,159)
#9EA9AF
(158,169,175)
#B1B9BF
(177,185,191)
#C4C9CF
(196,201,207)
#D7D9DF
(215,217,223)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C494F; }

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

This text font color is #2C494F.


Background Color

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

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

This div background color is #2C494F.


Border color

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

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

This div border color is #2C494F.


Opacity

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

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

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

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

This text has shadow with #2C494F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C494F on black background.


Color preview on white background

This text has color #2C494F on white background.



Black color preview on #2C494F background

This text has black color on #2C494F background.


White color preview on #2C494F background

This text has white color on #2C494F background.