COLOR #2C4240

HEX: #2C4240 RGB: (44,66,64)

Color info

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

RGB color model

#2C4240 color RGB value is (44,66,64).

RGB: (44,66,64) (17%, 26%, 25%)

RGB channels and saturation

R 44 of 255 = 17%
G 66 of 255 = 26%
B 64 of 255 = 25%

44
66
64

R + G + B ~ 23%. #2C4240 is dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 66 + 64 = 174 (100%)
R 44 of 174 ~ 25.29%
G 66 of 174 ~ 37.93%
B 64 of 174 ~ 36.78'%

%25.29
%37.93
%36.78

CMYK color model

#2C4240 color CMYK value is (33,0,3,74).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 74.12%

CMYK: (33,0,3,74)
C33M0Y3K74 (33%, 0%, 3%, 74%)
(0.33 / 0.00 / 0.03 / 0.74)

CMYK percentages

%33.33
%0
%3.03
%74.12

Codes

Color #2C4240 in popluar color models

2C 42 40
RGB 44 66 64
HSL 175° 20.00% 21.57%
HSB/HSV 175° 33.33% 25.88%
CMYK 33.33% 0.00% 3.03%
74.12%

Color #2C4240 in popluar number systems.

HEX 2C 42 40
Decimal 44 66 64
Binary 101100 1000010 1000000
Octal 54 102 100

Shades and tints

Shades of #2C4240

#2C4240
(44,66,64)
#283C3B
(40,60,59)
#243636
(36,54,54)
#203031
(32,48,49)
#1C2A2C
(28,42,44)
#182427
(24,36,39)
#141E22
(20,30,34)
#10181D
(16,24,29)
#0C1218
(12,18,24)
#080C13
(8,12,19)
#04060E
(4,6,14)
#000000
(0,0,0)

Tints of #2C4240

#2C4240
(44,66,64)
#3F5351
(63,83,81)
#526462
(82,100,98)
#657573
(101,117,115)
#788684
(120,134,132)
#8B9795
(139,151,149)
#9EA8A6
(158,168,166)
#B1B9B7
(177,185,183)
#C4CAC8
(196,202,200)
#D7DBD9
(215,219,217)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4240 color. Also use rgb(44,66,64) instead hex code.

Text Font Color

.myTextColor { color: #2C4240; }

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

This text font color is #2C4240.

Background Color

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

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

This div background color is #2C4240.

Border color

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

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

This div border color is #2C4240.

Opacity

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

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

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

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

This text has shadow with #2C4240 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C4240.

Preview

Color preview on black background

This text has color #2C4240 on black background.


Color preview on white background

This text has color #2C4240 on white background.


Black color preview on #2C4240 background

This text has black color on #2C4240 background.


White color preview on #2C4240 background

This text has white color on #2C4240 background.


Related colors

Complementary color

Complementary color for #hex is #D3BDBF.


I love getcolorcode.com

Triadic colors

1 #402C42 and #42402C with #2C4240 are triadic colors.

2 #40422C and #422C40 with #2C4240 are triadic colors.