COLOR #2C4E4A

HEX: #2C4E4A
RGB: (44,78,74)

Color info

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

RGB color model

#2C4E4A color RGB value is (44,78,74).

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

RGB channels and saturation

R 44 of 255 = 17%
G 78 of 255 = 31%
B 74 of 255 = 29%

44
78
74

R + G + B ~ 26%. #2C4E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 78 + 74 = 196 (100%)
R 44 of 196 ~ 22.45%
G 78 of 196 ~ 39.8%
B 74 of 196 ~ 37.76%

%22.45
%39.8
%37.76

CMYK color model

#2C4E4A color CMYK value is (44,0,5,69).

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 69.41%
CMYK:
(44,0,5,69)
C44M0Y5K69 
(44%,0%,5%,69%)
(0.44/0.00/0.05/0.69)	

CMYK percentages

%43.59
%0
%5.13
%69.41

Codes

Color #2C4E4A in popluar color models

2C4E4A
RGB447874
HSL173°27.87%23.92%
HSB/HSV173°43.59%30.59%
CMYK43.59%0.00%5.13%
69.41%

Color #2C4E4A in popluar number systems.

HEX2C4E4A
Decimal447874
Binary10110010011101001010
Octal54116112

Shades and tints

Shades of #2C4E4A

#2C4E4A
(44,78,74)
#284744
(40,71,68)
#24403E
(36,64,62)
#203938
(32,57,56)
#1C3232
(28,50,50)
#182B2C
(24,43,44)
#142426
(20,36,38)
#101D20
(16,29,32)
#0C161A
(12,22,26)
#080F14
(8,15,20)
#04080E
(4,8,14)
#000000
(0,0,0)

Tints of #2C4E4A

#2C4E4A
(44,78,74)
#3F5E5A
(63,94,90)
#526E6A
(82,110,106)
#657E7A
(101,126,122)
#788E8A
(120,142,138)
#8B9E9A
(139,158,154)
#9EAEAA
(158,174,170)
#B1BEBA
(177,190,186)
#C4CECA
(196,206,202)
#D7DEDA
(215,222,218)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4E4A; }

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

This text font color is #2C4E4A.


Background Color

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

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

This div background color is #2C4E4A.


Border color

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

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

This div border color is #2C4E4A.


Opacity

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

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

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

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

This text has shadow with #2C4E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4E4A on black background.


Color preview on white background

This text has color #2C4E4A on white background.



Black color preview on #2C4E4A background

This text has black color on #2C4E4A background.


White color preview on #2C4E4A background

This text has white color on #2C4E4A background.