COLOR #2C563D

HEX: #2C563D
RGB: (44,86,61)

Color info

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

RGB color model

#2C563D color RGB value is (44,86,61).

  • red value is 44;
  • green value is 86;
  • blue value is 61.
RGB:
(44,86,61)
(17%,34%,24%)

RGB channels and saturation

R 44 of 255 = 17%
G 86 of 255 = 34%
B 61 of 255 = 24%

44
86
61

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

Portions of RGB colors in percentages

R + G + B =
44 + 86 + 61 = 191 (100%)
R 44 of 191 ~ 23.04%
G 86 of 191 ~ 45.03%
B 61 of 191 ~ 31.94%

%23.04
%45.03
%31.94

CMYK color model

#2C563D color CMYK value is (49,0,29,66).

  • cyan value is 48.84%
  • magenta value is 0.00%
  • yellow value is 29.07%
  • key color value is 66.27%
CMYK:
(49,0,29,66)
C49M0Y29K66 
(49%,0%,29%,66%)
(0.49/0.00/0.29/0.66)	

CMYK percentages

%48.84
%0
%29.07
%66.27

Codes

Color #2C563D in popluar color models

2C563D
RGB448661
HSL144°32.31%25.49%
HSB/HSV144°48.84%33.73%
CMYK48.84%0.00%29.07%
66.27%

Color #2C563D in popluar number systems.

HEX2C563D
Decimal448661
Binary1011001010110111101
Octal5412675

Shades and tints

Shades of #2C563D

#2C563D
(44,86,61)
#284F38
(40,79,56)
#244833
(36,72,51)
#20412E
(32,65,46)
#1C3A29
(28,58,41)
#183324
(24,51,36)
#142C1F
(20,44,31)
#10251A
(16,37,26)
#0C1E15
(12,30,21)
#081710
(8,23,16)
#04100B
(4,16,11)
#000000
(0,0,0)

Tints of #2C563D

#2C563D
(44,86,61)
#3F654E
(63,101,78)
#52745F
(82,116,95)
#658370
(101,131,112)
#789281
(120,146,129)
#8BA192
(139,161,146)
#9EB0A3
(158,176,163)
#B1BFB4
(177,191,180)
#C4CEC5
(196,206,197)
#D7DDD6
(215,221,214)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C563D color. Also use rgb(44,86,61) instead hex code.

Text Font Color

.myTextColor { color: #2C563D; }

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

This text font color is #2C563D.


Background Color

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

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

This div background color is #2C563D.


Border color

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

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

This div border color is #2C563D.


Opacity

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

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

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

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

This text has shadow with #2C563D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C563D on black background.


Color preview on white background

This text has color #2C563D on white background.



Black color preview on #2C563D background

This text has black color on #2C563D background.


White color preview on #2C563D background

This text has white color on #2C563D background.