COLOR #2C4348

HEX: #2C4348
RGB: (44,67,72)

Color info

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

RGB color model

#2C4348 color RGB value is (44,67,72).

  • red value is 44;
  • green value is 67;
  • blue value is 72.
RGB:
(44,67,72)
(17%,26%,28%)

RGB channels and saturation

R 44 of 255 = 17%
G 67 of 255 = 26%
B 72 of 255 = 28%

44
67
72

R + G + B ~ 24%. #2C4348 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 67 + 72 = 183 (100%)
R 44 of 183 ~ 24.04%
G 67 of 183 ~ 36.61%
B 72 of 183 ~ 39.34%

%24.04
%36.61
%39.34

CMYK color model

#2C4348 color CMYK value is (39,7,0,72).

  • cyan value is 38.89%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(39,7,0,72)
C39M7Y0K72 
(39%,7%,0%,72%)
(0.39/0.07/0.00/0.72)	

CMYK percentages

%38.89
%6.94
%0
%71.76

Codes

Color #2C4348 in popluar color models

2C4348
RGB446772
HSL191°24.14%22.75%
HSB/HSV191°38.89%28.24%
CMYK38.89%6.94%0.00%
71.76%

Color #2C4348 in popluar number systems.

HEX2C4348
Decimal446772
Binary10110010000111001000
Octal54103110

Shades and tints

Shades of #2C4348

#2C4348
(44,67,72)
#283D42
(40,61,66)
#24373C
(36,55,60)
#203136
(32,49,54)
#1C2B30
(28,43,48)
#18252A
(24,37,42)
#141F24
(20,31,36)
#10191E
(16,25,30)
#0C1318
(12,19,24)
#080D12
(8,13,18)
#04070C
(4,7,12)
#000000
(0,0,0)

Tints of #2C4348

#2C4348
(44,67,72)
#3F5458
(63,84,88)
#526568
(82,101,104)
#657678
(101,118,120)
#788788
(120,135,136)
#8B9898
(139,152,152)
#9EA9A8
(158,169,168)
#B1BAB8
(177,186,184)
#C4CBC8
(196,203,200)
#D7DCD8
(215,220,216)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4348 color. Also use rgb(44,67,72) instead hex code.

Text Font Color

.myTextColor { color: #2C4348; }

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

This text font color is #2C4348.


Background Color

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

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

This div background color is #2C4348.


Border color

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

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

This div border color is #2C4348.


Opacity

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

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

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

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

This text has shadow with #2C4348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4348 on black background.


Color preview on white background

This text has color #2C4348 on white background.



Black color preview on #2C4348 background

This text has black color on #2C4348 background.


White color preview on #2C4348 background

This text has white color on #2C4348 background.