COLOR #2C4744

HEX: #2C4744
RGB: (44,71,68)

Color info

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

RGB color model

#2C4744 color RGB value is (44,71,68).

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

RGB channels and saturation

R 44 of 255 = 17%
G 71 of 255 = 28%
B 68 of 255 = 27%

44
71
68

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

Portions of RGB colors in percentages

R + G + B =
44 + 71 + 68 = 183 (100%)
R 44 of 183 ~ 24.04%
G 71 of 183 ~ 38.8%
B 68 of 183 ~ 37.16%

%24.04
%38.8
%37.16

CMYK color model

#2C4744 color CMYK value is (38,0,4,72).

  • cyan value is 38.03%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 72.16%
CMYK:
(38,0,4,72)
C38M0Y4K72 
(38%,0%,4%,72%)
(0.38/0.00/0.04/0.72)	

CMYK percentages

%38.03
%0
%4.23
%72.16

Codes

Color #2C4744 in popluar color models

2C4744
RGB447168
HSL173°23.48%22.55%
HSB/HSV173°38.03%27.84%
CMYK38.03%0.00%4.23%
72.16%

Color #2C4744 in popluar number systems.

HEX2C4744
Decimal447168
Binary10110010001111000100
Octal54107104

Shades and tints

Shades of #2C4744

#2C4744
(44,71,68)
#28413E
(40,65,62)
#243B38
(36,59,56)
#203532
(32,53,50)
#1C2F2C
(28,47,44)
#182926
(24,41,38)
#142320
(20,35,32)
#101D1A
(16,29,26)
#0C1714
(12,23,20)
#08110E
(8,17,14)
#040B08
(4,11,8)
#000000
(0,0,0)

Tints of #2C4744

#2C4744
(44,71,68)
#3F5755
(63,87,85)
#526766
(82,103,102)
#657777
(101,119,119)
#788788
(120,135,136)
#8B9799
(139,151,153)
#9EA7AA
(158,167,170)
#B1B7BB
(177,183,187)
#C4C7CC
(196,199,204)
#D7D7DD
(215,215,221)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4744; }

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

This text font color is #2C4744.


Background Color

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

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

This div background color is #2C4744.


Border color

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

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

This div border color is #2C4744.


Opacity

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

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

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

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

This text has shadow with #2C4744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4744 on black background.


Color preview on white background

This text has color #2C4744 on white background.



Black color preview on #2C4744 background

This text has black color on #2C4744 background.


White color preview on #2C4744 background

This text has white color on #2C4744 background.