COLOR #2C5E5F

HEX: #2C5E5F
RGB: (44,94,95)

Color info

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

RGB color model

#2C5E5F color RGB value is (44,94,95).

  • red value is 44;
  • green value is 94;
  • blue value is 95.
RGB:
(44,94,95)
(17%,37%,37%)

RGB channels and saturation

R 44 of 255 = 17%
G 94 of 255 = 37%
B 95 of 255 = 37%

44
94
95

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

Portions of RGB colors in percentages

R + G + B =
44 + 94 + 95 = 233 (100%)
R 44 of 233 ~ 18.88%
G 94 of 233 ~ 40.34%
B 95 of 233 ~ 40.77%

%18.88
%40.34
%40.77

CMYK color model

#2C5E5F color CMYK value is (54,1,0,63).

  • cyan value is 53.68%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(54,1,0,63)
C54M1Y0K63 
(54%,1%,0%,63%)
(0.54/0.01/0.00/0.63)	

CMYK percentages

%53.68
%1.05
%0
%62.75

Codes

Color #2C5E5F in popluar color models

2C5E5F
RGB449495
HSL181°36.69%27.25%
HSB/HSV181°53.68%37.25%
CMYK53.68%1.05%0.00%
62.75%

Color #2C5E5F in popluar number systems.

HEX2C5E5F
Decimal449495
Binary10110010111101011111
Octal54136137

Shades and tints

Shades of #2C5E5F

#2C5E5F
(44,94,95)
#285657
(40,86,87)
#244E4F
(36,78,79)
#204647
(32,70,71)
#1C3E3F
(28,62,63)
#183637
(24,54,55)
#142E2F
(20,46,47)
#102627
(16,38,39)
#0C1E1F
(12,30,31)
#081617
(8,22,23)
#040E0F
(4,14,15)
#000000
(0,0,0)

Tints of #2C5E5F

#2C5E5F
(44,94,95)
#3F6C6D
(63,108,109)
#527A7B
(82,122,123)
#658889
(101,136,137)
#789697
(120,150,151)
#8BA4A5
(139,164,165)
#9EB2B3
(158,178,179)
#B1C0C1
(177,192,193)
#C4CECF
(196,206,207)
#D7DCDD
(215,220,221)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5E5F color. Also use rgb(44,94,95) instead hex code.

Text Font Color

.myTextColor { color: #2C5E5F; }

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

This text font color is #2C5E5F.


Background Color

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

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

This div background color is #2C5E5F.


Border color

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

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

This div border color is #2C5E5F.


Opacity

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

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

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

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

This text has shadow with #2C5E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5E5F on black background.


Color preview on white background

This text has color #2C5E5F on white background.



Black color preview on #2C5E5F background

This text has black color on #2C5E5F background.


White color preview on #2C5E5F background

This text has white color on #2C5E5F background.