COLOR #2C6D35

HEX: #2C6D35
RGB: (44,109,53)

Color info

#2C6D35 contains mainly green and blue colors. Web safe color of #2C6D35 is #336633 (or #363).

RGB color model

#2C6D35 color RGB value is (44,109,53).

  • red value is 44;
  • green value is 109;
  • blue value is 53.
RGB:
(44,109,53)
(17%,43%,21%)

RGB channels and saturation

R 44 of 255 = 17%
G 109 of 255 = 43%
B 53 of 255 = 21%

44
109
53

R + G + B ~ 27%. #2C6D35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 109 + 53 = 206 (100%)
R 44 of 206 ~ 21.36%
G 109 of 206 ~ 52.91%
B 53 of 206 ~ 25.73%

%21.36
%52.91
%25.73

CMYK color model

#2C6D35 color CMYK value is (60,0,51,57).

  • cyan value is 59.63%
  • magenta value is 0.00%
  • yellow value is 51.38%
  • key color value is 57.25%
CMYK:
(60,0,51,57)
C60M0Y51K57 
(60%,0%,51%,57%)
(0.60/0.00/0.51/0.57)	

CMYK percentages

%59.63
%0
%51.38
%57.25

Codes

Color #2C6D35 in popluar color models

2C6D35
RGB4410953
HSL128°42.48%30.00%
HSB/HSV128°59.63%42.75%
CMYK59.63%0.00%51.38%
57.25%

Color #2C6D35 in popluar number systems.

HEX2C6D35
Decimal4410953
Binary1011001101101110101
Octal5415565

Shades and tints

Shades of #2C6D35

#2C6D35
(44,109,53)
#286431
(40,100,49)
#245B2D
(36,91,45)
#205229
(32,82,41)
#1C4925
(28,73,37)
#184021
(24,64,33)
#14371D
(20,55,29)
#102E19
(16,46,25)
#0C2515
(12,37,21)
#081C11
(8,28,17)
#04130D
(4,19,13)
#000000
(0,0,0)

Tints of #2C6D35

#2C6D35
(44,109,53)
#3F7A47
(63,122,71)
#528759
(82,135,89)
#65946B
(101,148,107)
#78A17D
(120,161,125)
#8BAE8F
(139,174,143)
#9EBBA1
(158,187,161)
#B1C8B3
(177,200,179)
#C4D5C5
(196,213,197)
#D7E2D7
(215,226,215)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C6D35 color. Also use rgb(44,109,53) instead hex code.

Text Font Color

.myTextColor { color: #2C6D35; }

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

This text font color is #2C6D35.


Background Color

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

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

This div background color is #2C6D35.


Border color

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

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

This div border color is #2C6D35.


Opacity

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

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

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

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

This text has shadow with #2C6D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C6D35 on black background.


Color preview on white background

This text has color #2C6D35 on white background.



Black color preview on #2C6D35 background

This text has black color on #2C6D35 background.


White color preview on #2C6D35 background

This text has white color on #2C6D35 background.