COLOR #2C6136

HEX: #2C6136
RGB: (44,97,54)

Color info

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

RGB color model

#2C6136 color RGB value is (44,97,54).

  • red value is 44;
  • green value is 97;
  • blue value is 54.
RGB:
(44,97,54)
(17%,38%,21%)

RGB channels and saturation

R 44 of 255 = 17%
G 97 of 255 = 38%
B 54 of 255 = 21%

44
97
54

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

Portions of RGB colors in percentages

R + G + B =
44 + 97 + 54 = 195 (100%)
R 44 of 195 ~ 22.56%
G 97 of 195 ~ 49.74%
B 54 of 195 ~ 27.69%

%22.56
%49.74
%27.69

CMYK color model

#2C6136 color CMYK value is (55,0,44,62).

  • cyan value is 54.64%
  • magenta value is 0.00%
  • yellow value is 44.33%
  • key color value is 61.96%
CMYK:
(55,0,44,62)
C55M0Y44K62 
(55%,0%,44%,62%)
(0.55/0.00/0.44/0.62)	

CMYK percentages

%54.64
%0
%44.33
%61.96

Codes

Color #2C6136 in popluar color models

2C6136
RGB449754
HSL131°37.59%27.65%
HSB/HSV131°54.64%38.04%
CMYK54.64%0.00%44.33%
61.96%

Color #2C6136 in popluar number systems.

HEX2C6136
Decimal449754
Binary1011001100001110110
Octal5414166

Shades and tints

Shades of #2C6136

#2C6136
(44,97,54)
#285932
(40,89,50)
#24512E
(36,81,46)
#20492A
(32,73,42)
#1C4126
(28,65,38)
#183922
(24,57,34)
#14311E
(20,49,30)
#10291A
(16,41,26)
#0C2116
(12,33,22)
#081912
(8,25,18)
#04110E
(4,17,14)
#000000
(0,0,0)

Tints of #2C6136

#2C6136
(44,97,54)
#3F6F48
(63,111,72)
#527D5A
(82,125,90)
#658B6C
(101,139,108)
#78997E
(120,153,126)
#8BA790
(139,167,144)
#9EB5A2
(158,181,162)
#B1C3B4
(177,195,180)
#C4D1C6
(196,209,198)
#D7DFD8
(215,223,216)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C6136 color. Also use rgb(44,97,54) instead hex code.

Text Font Color

.myTextColor { color: #2C6136; }

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

This text font color is #2C6136.


Background Color

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

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

This div background color is #2C6136.


Border color

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

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

This div border color is #2C6136.


Opacity

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

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

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

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

This text has shadow with #2C6136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C6136 on black background.


Color preview on white background

This text has color #2C6136 on white background.



Black color preview on #2C6136 background

This text has black color on #2C6136 background.


White color preview on #2C6136 background

This text has white color on #2C6136 background.