COLOR #2C5A41

HEX: #2C5A41
RGB: (44,90,65)

Color info

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

RGB color model

#2C5A41 color RGB value is (44,90,65).

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

RGB channels and saturation

R 44 of 255 = 17%
G 90 of 255 = 35%
B 65 of 255 = 25%

44
90
65

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

Portions of RGB colors in percentages

R + G + B =
44 + 90 + 65 = 199 (100%)
R 44 of 199 ~ 22.11%
G 90 of 199 ~ 45.23%
B 65 of 199 ~ 32.66%

%22.11
%45.23
%32.66

CMYK color model

#2C5A41 color CMYK value is (51,0,28,65).

  • cyan value is 51.11%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 64.71%
CMYK:
(51,0,28,65)
C51M0Y28K65 
(51%,0%,28%,65%)
(0.51/0.00/0.28/0.65)	

CMYK percentages

%51.11
%0
%27.78
%64.71

Codes

Color #2C5A41 in popluar color models

2C5A41
RGB449065
HSL147°34.33%26.27%
HSB/HSV147°51.11%35.29%
CMYK51.11%0.00%27.78%
64.71%

Color #2C5A41 in popluar number systems.

HEX2C5A41
Decimal449065
Binary10110010110101000001
Octal54132101

Shades and tints

Shades of #2C5A41

#2C5A41
(44,90,65)
#28523C
(40,82,60)
#244A37
(36,74,55)
#204232
(32,66,50)
#1C3A2D
(28,58,45)
#183228
(24,50,40)
#142A23
(20,42,35)
#10221E
(16,34,30)
#0C1A19
(12,26,25)
#081214
(8,18,20)
#040A0F
(4,10,15)
#000000
(0,0,0)

Tints of #2C5A41

#2C5A41
(44,90,65)
#3F6952
(63,105,82)
#527863
(82,120,99)
#658774
(101,135,116)
#789685
(120,150,133)
#8BA596
(139,165,150)
#9EB4A7
(158,180,167)
#B1C3B8
(177,195,184)
#C4D2C9
(196,210,201)
#D7E1DA
(215,225,218)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5A41 color. Also use rgb(44,90,65) instead hex code.

Text Font Color

.myTextColor { color: #2C5A41; }

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

This text font color is #2C5A41.


Background Color

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

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

This div background color is #2C5A41.


Border color

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

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

This div border color is #2C5A41.


Opacity

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

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

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

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

This text has shadow with #2C5A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5A41 on black background.


Color preview on white background

This text has color #2C5A41 on white background.



Black color preview on #2C5A41 background

This text has black color on #2C5A41 background.


White color preview on #2C5A41 background

This text has white color on #2C5A41 background.