COLOR #2C5543

HEX: #2C5543
RGB: (44,85,67)

Color info

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

RGB color model

#2C5543 color RGB value is (44,85,67).

  • red value is 44;
  • green value is 85;
  • blue value is 67.
RGB:
(44,85,67)
(17%,33%,26%)

RGB channels and saturation

R 44 of 255 = 17%
G 85 of 255 = 33%
B 67 of 255 = 26%

44
85
67

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

Portions of RGB colors in percentages

R + G + B =
44 + 85 + 67 = 196 (100%)
R 44 of 196 ~ 22.45%
G 85 of 196 ~ 43.37%
B 67 of 196 ~ 34.18%

%22.45
%43.37
%34.18

CMYK color model

#2C5543 color CMYK value is (48,0,21,67).

  • cyan value is 48.24%
  • magenta value is 0.00%
  • yellow value is 21.18%
  • key color value is 66.67%
CMYK:
(48,0,21,67)
C48M0Y21K67 
(48%,0%,21%,67%)
(0.48/0.00/0.21/0.67)	

CMYK percentages

%48.24
%0
%21.18
%66.67

Codes

Color #2C5543 in popluar color models

2C5543
RGB448567
HSL154°31.78%25.29%
HSB/HSV154°48.24%33.33%
CMYK48.24%0.00%21.18%
66.67%

Color #2C5543 in popluar number systems.

HEX2C5543
Decimal448567
Binary10110010101011000011
Octal54125103

Shades and tints

Shades of #2C5543

#2C5543
(44,85,67)
#284E3D
(40,78,61)
#244737
(36,71,55)
#204031
(32,64,49)
#1C392B
(28,57,43)
#183225
(24,50,37)
#142B1F
(20,43,31)
#102419
(16,36,25)
#0C1D13
(12,29,19)
#08160D
(8,22,13)
#040F07
(4,15,7)
#000000
(0,0,0)

Tints of #2C5543

#2C5543
(44,85,67)
#3F6454
(63,100,84)
#527365
(82,115,101)
#658276
(101,130,118)
#789187
(120,145,135)
#8BA098
(139,160,152)
#9EAFA9
(158,175,169)
#B1BEBA
(177,190,186)
#C4CDCB
(196,205,203)
#D7DCDC
(215,220,220)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5543 color. Also use rgb(44,85,67) instead hex code.

Text Font Color

.myTextColor { color: #2C5543; }

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

This text font color is #2C5543.


Background Color

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

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

This div background color is #2C5543.


Border color

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

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

This div border color is #2C5543.


Opacity

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

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

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

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

This text has shadow with #2C5543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5543 on black background.


Color preview on white background

This text has color #2C5543 on white background.



Black color preview on #2C5543 background

This text has black color on #2C5543 background.


White color preview on #2C5543 background

This text has white color on #2C5543 background.