COLOR #2C5250

HEX: #2C5250 RGB: (44,82,80)

Color info

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

RGB color model

#2C5250 color RGB value is (44,82,80).

RGB: (44,82,80) (17%, 32%, 31%)

RGB channels and saturation

R 44 of 255 = 17%
G 82 of 255 = 32%
B 80 of 255 = 31%

44
82
80

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

Portions of RGB colors in percentages

R + G + B = 44 + 82 + 80 = 206 (100%)
R 44 of 206 ~ 21.36%
G 82 of 206 ~ 39.81%
B 80 of 206 ~ 38.83'%

%21.36
%39.81
%38.83

CMYK color model

#2C5250 color CMYK value is (46,0,2,68).

  • cyan value is 46.34%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 67.84%

CMYK: (46,0,2,68)
C46M0Y2K68 (46%, 0%, 2%, 68%)
(0.46 / 0.00 / 0.02 / 0.68)

CMYK percentages

%46.34
%0
%2.44
%67.84

Codes

Color #2C5250 in popluar color models

2C 52 50
RGB 44 82 80
HSL 177° 30.16% 24.71%
HSB/HSV 177° 46.34% 32.16%
CMYK 46.34% 0.00% 2.44%
67.84%

Color #2C5250 in popluar number systems.

HEX 2C 52 50
Decimal 44 82 80
Binary 101100 1010010 1010000
Octal 54 122 120

Shades and tints

Shades of #2C5250

#2C5250
(44,82,80)
#284B49
(40,75,73)
#244442
(36,68,66)
#203D3B
(32,61,59)
#1C3634
(28,54,52)
#182F2D
(24,47,45)
#142826
(20,40,38)
#10211F
(16,33,31)
#0C1A18
(12,26,24)
#081311
(8,19,17)
#040C0A
(4,12,10)
#000000
(0,0,0)

Tints of #2C5250

#2C5250
(44,82,80)
#3F615F
(63,97,95)
#52706E
(82,112,110)
#657F7D
(101,127,125)
#788E8C
(120,142,140)
#8B9D9B
(139,157,155)
#9EACAA
(158,172,170)
#B1BBB9
(177,187,185)
#C4CAC8
(196,202,200)
#D7D9D7
(215,217,215)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C5250; }

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

This text font color is #2C5250.

Background Color

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

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

This div background color is #2C5250.

Border color

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

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

This div border color is #2C5250.

Opacity

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

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

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

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

This text has shadow with #2C5250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C5250.

Preview

Color preview on black background

This text has color #2C5250 on black background.


Color preview on white background

This text has color #2C5250 on white background.


Black color preview on #2C5250 background

This text has black color on #2C5250 background.


White color preview on #2C5250 background

This text has white color on #2C5250 background.


Related colors

Complementary color

Complementary color for #hex is #D3ADAF.


I love getcolorcode.com

Triadic colors

1 #502C52 and #52502C with #2C5250 are triadic colors.

2 #50522C and #522C50 with #2C5250 are triadic colors.