COLOR #2C4E44

HEX: #2C4E44
RGB: (44,78,68)

Color info

#2C4E44 contains red, green and blue colors in about the same proportion. Web safe color of #2C4E44 is #336633 (or #363).

RGB color model

#2C4E44 color RGB value is (44,78,68).

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

RGB channels and saturation

R 44 of 255 = 17%
G 78 of 255 = 31%
B 68 of 255 = 27%

44
78
68

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

Portions of RGB colors in percentages

R + G + B =
44 + 78 + 68 = 190 (100%)
R 44 of 190 ~ 23.16%
G 78 of 190 ~ 41.05%
B 68 of 190 ~ 35.79%

%23.16
%41.05
%35.79

CMYK color model

#2C4E44 color CMYK value is (44,0,13,69).

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 69.41%
CMYK:
(44,0,13,69)
C44M0Y13K69 
(44%,0%,13%,69%)
(0.44/0.00/0.13/0.69)	

CMYK percentages

%43.59
%0
%12.82
%69.41

Codes

Color #2C4E44 in popluar color models

2C4E44
RGB447868
HSL162°27.87%23.92%
HSB/HSV162°43.59%30.59%
CMYK43.59%0.00%12.82%
69.41%

Color #2C4E44 in popluar number systems.

HEX2C4E44
Decimal447868
Binary10110010011101000100
Octal54116104

Shades and tints

Shades of #2C4E44

#2C4E44
(44,78,68)
#28473E
(40,71,62)
#244038
(36,64,56)
#203932
(32,57,50)
#1C322C
(28,50,44)
#182B26
(24,43,38)
#142420
(20,36,32)
#101D1A
(16,29,26)
#0C1614
(12,22,20)
#080F0E
(8,15,14)
#040808
(4,8,8)
#000000
(0,0,0)

Tints of #2C4E44

#2C4E44
(44,78,68)
#3F5E55
(63,94,85)
#526E66
(82,110,102)
#657E77
(101,126,119)
#788E88
(120,142,136)
#8B9E99
(139,158,153)
#9EAEAA
(158,174,170)
#B1BEBB
(177,190,187)
#C4CECC
(196,206,204)
#D7DEDD
(215,222,221)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4E44; }

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

This text font color is #2C4E44.


Background Color

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

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

This div background color is #2C4E44.


Border color

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

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

This div border color is #2C4E44.


Opacity

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

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

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

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

This text has shadow with #2C4E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4E44 on black background.


Color preview on white background

This text has color #2C4E44 on white background.



Black color preview on #2C4E44 background

This text has black color on #2C4E44 background.


White color preview on #2C4E44 background

This text has white color on #2C4E44 background.