COLOR #2C5F52

HEX: #2C5F52
RGB: (44,95,82)

Color info

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

RGB color model

#2C5F52 color RGB value is (44,95,82).

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

RGB channels and saturation

R 44 of 255 = 17%
G 95 of 255 = 37%
B 82 of 255 = 32%

44
95
82

R + G + B ~ 29%. #2C5F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 95 + 82 = 221 (100%)
R 44 of 221 ~ 19.91%
G 95 of 221 ~ 42.99%
B 82 of 221 ~ 37.1%

%19.91
%42.99
%37.1

CMYK color model

#2C5F52 color CMYK value is (54,0,14,63).

  • cyan value is 53.68%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 62.75%
CMYK:
(54,0,14,63)
C54M0Y14K63 
(54%,0%,14%,63%)
(0.54/0.00/0.14/0.63)	

CMYK percentages

%53.68
%0
%13.68
%62.75

Codes

Color #2C5F52 in popluar color models

2C5F52
RGB449582
HSL165°36.69%27.25%
HSB/HSV165°53.68%37.25%
CMYK53.68%0.00%13.68%
62.75%

Color #2C5F52 in popluar number systems.

HEX2C5F52
Decimal449582
Binary10110010111111010010
Octal54137122

Shades and tints

Shades of #2C5F52

#2C5F52
(44,95,82)
#28574B
(40,87,75)
#244F44
(36,79,68)
#20473D
(32,71,61)
#1C3F36
(28,63,54)
#18372F
(24,55,47)
#142F28
(20,47,40)
#102721
(16,39,33)
#0C1F1A
(12,31,26)
#081713
(8,23,19)
#040F0C
(4,15,12)
#000000
(0,0,0)

Tints of #2C5F52

#2C5F52
(44,95,82)
#3F6D61
(63,109,97)
#527B70
(82,123,112)
#65897F
(101,137,127)
#78978E
(120,151,142)
#8BA59D
(139,165,157)
#9EB3AC
(158,179,172)
#B1C1BB
(177,193,187)
#C4CFCA
(196,207,202)
#D7DDD9
(215,221,217)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C5F52; }

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

This text font color is #2C5F52.


Background Color

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

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

This div background color is #2C5F52.


Border color

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

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

This div border color is #2C5F52.


Opacity

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

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

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

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

This text has shadow with #2C5F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5F52 on black background.


Color preview on white background

This text has color #2C5F52 on white background.



Black color preview on #2C5F52 background

This text has black color on #2C5F52 background.


White color preview on #2C5F52 background

This text has white color on #2C5F52 background.