COLOR #2C5240

HEX: #2C5240 RGB: (44,82,64)

Color info

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

RGB color model

#2C5240 color RGB value is (44,82,64).

RGB: (44,82,64) (17%, 32%, 25%)

RGB channels and saturation

R 44 of 255 = 17%
G 82 of 255 = 32%
B 64 of 255 = 25%

44
82
64

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

Portions of RGB colors in percentages

R + G + B = 44 + 82 + 64 = 190 (100%)
R 44 of 190 ~ 23.16%
G 82 of 190 ~ 43.16%
B 64 of 190 ~ 33.68'%

%23.16
%43.16
%33.68

CMYK color model

#2C5240 color CMYK value is (46,0,22,68).

  • cyan value is 46.34%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 67.84%

CMYK: (46,0,22,68)
C46M0Y22K68 (46%, 0%, 22%, 68%)
(0.46 / 0.00 / 0.22 / 0.68)

CMYK percentages

%46.34
%0
%21.95
%67.84

Codes

Color #2C5240 in popluar color models

2C 52 40
RGB 44 82 64
HSL 152° 30.16% 24.71%
HSB/HSV 152° 46.34% 32.16%
CMYK 46.34% 0.00% 21.95%
67.84%

Color #2C5240 in popluar number systems.

HEX 2C 52 40
Decimal 44 82 64
Binary 101100 1010010 1000000
Octal 54 122 100

Shades and tints

Shades of #2C5240

#2C5240
(44,82,64)
#284B3B
(40,75,59)
#244436
(36,68,54)
#203D31
(32,61,49)
#1C362C
(28,54,44)
#182F27
(24,47,39)
#142822
(20,40,34)
#10211D
(16,33,29)
#0C1A18
(12,26,24)
#081313
(8,19,19)
#040C0E
(4,12,14)
#000000
(0,0,0)

Tints of #2C5240

#2C5240
(44,82,64)
#3F6151
(63,97,81)
#527062
(82,112,98)
#657F73
(101,127,115)
#788E84
(120,142,132)
#8B9D95
(139,157,149)
#9EACA6
(158,172,166)
#B1BBB7
(177,187,183)
#C4CAC8
(196,202,200)
#D7D9D9
(215,217,217)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C5240; }

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

This text font color is #2C5240.

Background Color

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

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

This div background color is #2C5240.

Border color

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

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

This div border color is #2C5240.

Opacity

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

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

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

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

This text has shadow with #2C5240 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C5240.

Preview

Color preview on black background

This text has color #2C5240 on black background.


Color preview on white background

This text has color #2C5240 on white background.


Black color preview on #2C5240 background

This text has black color on #2C5240 background.


White color preview on #2C5240 background

This text has white color on #2C5240 background.


Related colors

Complementary color

Complementary color for #hex is #D3ADBF.


I love getcolorcode.com

Triadic colors

1 #402C52 and #52402C with #2C5240 are triadic colors.

2 #40522C and #522C40 with #2C5240 are triadic colors.