COLOR #2C474F

HEX: #2C474F
RGB: (44,71,79)

Color info

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

RGB color model

#2C474F color RGB value is (44,71,79).

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

RGB channels and saturation

R 44 of 255 = 17%
G 71 of 255 = 28%
B 79 of 255 = 31%

44
71
79

R + G + B ~ 25%. #2C474F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 71 + 79 = 194 (100%)
R 44 of 194 ~ 22.68%
G 71 of 194 ~ 36.6%
B 79 of 194 ~ 40.72%

%22.68
%36.6
%40.72

CMYK color model

#2C474F color CMYK value is (44,10,0,69).

  • cyan value is 44.30%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(44,10,0,69)
C44M10Y0K69 
(44%,10%,0%,69%)
(0.44/0.10/0.00/0.69)	

CMYK percentages

%44.3
%10.13
%0
%69.02

Codes

Color #2C474F in popluar color models

2C474F
RGB447179
HSL194°28.46%24.12%
HSB/HSV194°44.30%30.98%
CMYK44.30%10.13%0.00%
69.02%

Color #2C474F in popluar number systems.

HEX2C474F
Decimal447179
Binary10110010001111001111
Octal54107117

Shades and tints

Shades of #2C474F

#2C474F
(44,71,79)
#284148
(40,65,72)
#243B41
(36,59,65)
#20353A
(32,53,58)
#1C2F33
(28,47,51)
#18292C
(24,41,44)
#142325
(20,35,37)
#101D1E
(16,29,30)
#0C1717
(12,23,23)
#081110
(8,17,16)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #2C474F

#2C474F
(44,71,79)
#3F575F
(63,87,95)
#52676F
(82,103,111)
#65777F
(101,119,127)
#78878F
(120,135,143)
#8B979F
(139,151,159)
#9EA7AF
(158,167,175)
#B1B7BF
(177,183,191)
#C4C7CF
(196,199,207)
#D7D7DF
(215,215,223)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C474F; }

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

This text font color is #2C474F.


Background Color

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

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

This div background color is #2C474F.


Border color

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

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

This div border color is #2C474F.


Opacity

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

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

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

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

This text has shadow with #2C474F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C474F on black background.


Color preview on white background

This text has color #2C474F on white background.



Black color preview on #2C474F background

This text has black color on #2C474F background.


White color preview on #2C474F background

This text has white color on #2C474F background.