COLOR #2C593F

HEX: #2C593F
RGB: (44,89,63)

Color info

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

RGB color model

#2C593F color RGB value is (44,89,63).

  • red value is 44;
  • green value is 89;
  • blue value is 63.
RGB:
(44,89,63)
(17%,35%,25%)

RGB channels and saturation

R 44 of 255 = 17%
G 89 of 255 = 35%
B 63 of 255 = 25%

44
89
63

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

Portions of RGB colors in percentages

R + G + B =
44 + 89 + 63 = 196 (100%)
R 44 of 196 ~ 22.45%
G 89 of 196 ~ 45.41%
B 63 of 196 ~ 32.14%

%22.45
%45.41
%32.14

CMYK color model

#2C593F color CMYK value is (51,0,29,65).

  • cyan value is 50.56%
  • magenta value is 0.00%
  • yellow value is 29.21%
  • key color value is 65.10%
CMYK:
(51,0,29,65)
C51M0Y29K65 
(51%,0%,29%,65%)
(0.51/0.00/0.29/0.65)	

CMYK percentages

%50.56
%0
%29.21
%65.1

Codes

Color #2C593F in popluar color models

2C593F
RGB448963
HSL145°33.83%26.08%
HSB/HSV145°50.56%34.90%
CMYK50.56%0.00%29.21%
65.10%

Color #2C593F in popluar number systems.

HEX2C593F
Decimal448963
Binary1011001011001111111
Octal5413177

Shades and tints

Shades of #2C593F

#2C593F
(44,89,63)
#28513A
(40,81,58)
#244935
(36,73,53)
#204130
(32,65,48)
#1C392B
(28,57,43)
#183126
(24,49,38)
#142921
(20,41,33)
#10211C
(16,33,28)
#0C1917
(12,25,23)
#081112
(8,17,18)
#04090D
(4,9,13)
#000000
(0,0,0)

Tints of #2C593F

#2C593F
(44,89,63)
#3F6850
(63,104,80)
#527761
(82,119,97)
#658672
(101,134,114)
#789583
(120,149,131)
#8BA494
(139,164,148)
#9EB3A5
(158,179,165)
#B1C2B6
(177,194,182)
#C4D1C7
(196,209,199)
#D7E0D8
(215,224,216)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C593F color. Also use rgb(44,89,63) instead hex code.

Text Font Color

.myTextColor { color: #2C593F; }

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

This text font color is #2C593F.


Background Color

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

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

This div background color is #2C593F.


Border color

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

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

This div border color is #2C593F.


Opacity

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

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

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

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

This text has shadow with #2C593F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C593F on black background.


Color preview on white background

This text has color #2C593F on white background.



Black color preview on #2C593F background

This text has black color on #2C593F background.


White color preview on #2C593F background

This text has white color on #2C593F background.