COLOR #2C4146

HEX: #2C4146
RGB: (44,65,70)

Color info

#2C4146 contains red, green and blue colors in about the same proportion. Web safe color of #2C4146 is #333333 (or #333).

RGB color model

#2C4146 color RGB value is (44,65,70).

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

RGB channels and saturation

R 44 of 255 = 17%
G 65 of 255 = 25%
B 70 of 255 = 27%

44
65
70

R + G + B ~ 23%. #2C4146 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 65 + 70 = 179 (100%)
R 44 of 179 ~ 24.58%
G 65 of 179 ~ 36.31%
B 70 of 179 ~ 39.11%

%24.58
%36.31
%39.11

CMYK color model

#2C4146 color CMYK value is (37,7,0,73).

  • cyan value is 37.14%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(37,7,0,73)
C37M7Y0K73 
(37%,7%,0%,73%)
(0.37/0.07/0.00/0.73)	

CMYK percentages

%37.14
%7.14
%0
%72.55

Codes

Color #2C4146 in popluar color models

2C4146
RGB446570
HSL192°22.81%22.35%
HSB/HSV192°37.14%27.45%
CMYK37.14%7.14%0.00%
72.55%

Color #2C4146 in popluar number systems.

HEX2C4146
Decimal446570
Binary10110010000011000110
Octal54101106

Shades and tints

Shades of #2C4146

#2C4146
(44,65,70)
#283C40
(40,60,64)
#24373A
(36,55,58)
#203234
(32,50,52)
#1C2D2E
(28,45,46)
#182828
(24,40,40)
#142322
(20,35,34)
#101E1C
(16,30,28)
#0C1916
(12,25,22)
#081410
(8,20,16)
#040F0A
(4,15,10)
#000000
(0,0,0)

Tints of #2C4146

#2C4146
(44,65,70)
#3F5256
(63,82,86)
#526366
(82,99,102)
#657476
(101,116,118)
#788586
(120,133,134)
#8B9696
(139,150,150)
#9EA7A6
(158,167,166)
#B1B8B6
(177,184,182)
#C4C9C6
(196,201,198)
#D7DAD6
(215,218,214)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4146; }

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

This text font color is #2C4146.


Background Color

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

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

This div background color is #2C4146.


Border color

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

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

This div border color is #2C4146.


Opacity

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

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

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

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

This text has shadow with #2C4146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4146 on black background.


Color preview on white background

This text has color #2C4146 on white background.



Black color preview on #2C4146 background

This text has black color on #2C4146 background.


White color preview on #2C4146 background

This text has white color on #2C4146 background.