COLOR #2C6557

HEX: #2C6557
RGB: (44,101,87)

Color info

#2C6557 contains red, green and blue colors in about the same proportion. Web safe color of #2C6557 is #336666 (or #366).

RGB color model

#2C6557 color RGB value is (44,101,87).

  • red value is 44;
  • green value is 101;
  • blue value is 87.
RGB:
(44,101,87)
(17%,40%,34%)

RGB channels and saturation

R 44 of 255 = 17%
G 101 of 255 = 40%
B 87 of 255 = 34%

44
101
87

R + G + B ~ 30%. #2C6557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 101 + 87 = 232 (100%)
R 44 of 232 ~ 18.97%
G 101 of 232 ~ 43.53%
B 87 of 232 ~ 37.5%

%18.97
%43.53
%37.5

CMYK color model

#2C6557 color CMYK value is (56,0,14,60).

  • cyan value is 56.44%
  • magenta value is 0.00%
  • yellow value is 13.86%
  • key color value is 60.39%
CMYK:
(56,0,14,60)
C56M0Y14K60 
(56%,0%,14%,60%)
(0.56/0.00/0.14/0.60)	

CMYK percentages

%56.44
%0
%13.86
%60.39

Codes

Color #2C6557 in popluar color models

2C6557
RGB4410187
HSL165°39.31%28.43%
HSB/HSV165°56.44%39.61%
CMYK56.44%0.00%13.86%
60.39%

Color #2C6557 in popluar number systems.

HEX2C6557
Decimal4410187
Binary10110011001011010111
Octal54145127

Shades and tints

Shades of #2C6557

#2C6557
(44,101,87)
#285C50
(40,92,80)
#245349
(36,83,73)
#204A42
(32,74,66)
#1C413B
(28,65,59)
#183834
(24,56,52)
#142F2D
(20,47,45)
#102626
(16,38,38)
#0C1D1F
(12,29,31)
#081418
(8,20,24)
#040B11
(4,11,17)
#000000
(0,0,0)

Tints of #2C6557

#2C6557
(44,101,87)
#3F7366
(63,115,102)
#528175
(82,129,117)
#658F84
(101,143,132)
#789D93
(120,157,147)
#8BABA2
(139,171,162)
#9EB9B1
(158,185,177)
#B1C7C0
(177,199,192)
#C4D5CF
(196,213,207)
#D7E3DE
(215,227,222)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C6557 color. Also use rgb(44,101,87) instead hex code.

Text Font Color

.myTextColor { color: #2C6557; }

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

This text font color is #2C6557.


Background Color

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

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

This div background color is #2C6557.


Border color

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

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

This div border color is #2C6557.


Opacity

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

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

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

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

This text has shadow with #2C6557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C6557 on black background.


Color preview on white background

This text has color #2C6557 on white background.



Black color preview on #2C6557 background

This text has black color on #2C6557 background.


White color preview on #2C6557 background

This text has white color on #2C6557 background.