COLOR #2C4844

HEX: #2C4844
RGB: (44,72,68)

Color info

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

RGB color model

#2C4844 color RGB value is (44,72,68).

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

RGB channels and saturation

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

44
72
68

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

Portions of RGB colors in percentages

R + G + B =
44 + 72 + 68 = 184 (100%)
R 44 of 184 ~ 23.91%
G 72 of 184 ~ 39.13%
B 68 of 184 ~ 36.96%

%23.91
%39.13
%36.96

CMYK color model

#2C4844 color CMYK value is (39,0,6,72).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 71.76%
CMYK:
(39,0,6,72)
C39M0Y6K72 
(39%,0%,6%,72%)
(0.39/0.00/0.06/0.72)	

CMYK percentages

%38.89
%0
%5.56
%71.76

Codes

Color #2C4844 in popluar color models

2C4844
RGB447268
HSL171°24.14%22.75%
HSB/HSV171°38.89%28.24%
CMYK38.89%0.00%5.56%
71.76%

Color #2C4844 in popluar number systems.

HEX2C4844
Decimal447268
Binary10110010010001000100
Octal54110104

Shades and tints

Shades of #2C4844

#2C4844
(44,72,68)
#28423E
(40,66,62)
#243C38
(36,60,56)
#203632
(32,54,50)
#1C302C
(28,48,44)
#182A26
(24,42,38)
#142420
(20,36,32)
#101E1A
(16,30,26)
#0C1814
(12,24,20)
#08120E
(8,18,14)
#040C08
(4,12,8)
#000000
(0,0,0)

Tints of #2C4844

#2C4844
(44,72,68)
#3F5855
(63,88,85)
#526866
(82,104,102)
#657877
(101,120,119)
#788888
(120,136,136)
#8B9899
(139,152,153)
#9EA8AA
(158,168,170)
#B1B8BB
(177,184,187)
#C4C8CC
(196,200,204)
#D7D8DD
(215,216,221)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4844; }

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

This text font color is #2C4844.


Background Color

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

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

This div background color is #2C4844.


Border color

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

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

This div border color is #2C4844.


Opacity

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

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

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

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

This text has shadow with #2C4844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4844 on black background.


Color preview on white background

This text has color #2C4844 on white background.



Black color preview on #2C4844 background

This text has black color on #2C4844 background.


White color preview on #2C4844 background

This text has white color on #2C4844 background.