COLOR #2C585C

HEX: #2C585C RGB: (44,88,92)

Color info

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

RGB color model

#2C585C color RGB value is (44,88,92).

RGB: (44,88,92) (17%, 35%, 36%)

RGB channels and saturation

R 44 of 255 = 17%
G 88 of 255 = 35%
B 92 of 255 = 36%

44
88
92

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

Portions of RGB colors in percentages

R + G + B = 44 + 88 + 92 = 224 (100%)
R 44 of 224 ~ 19.64%
G 88 of 224 ~ 39.29%
B 92 of 224 ~ 41.07'%

%19.64
%39.29
%41.07

CMYK color model

#2C585C color CMYK value is (52,4,0,64).

  • cyan value is 52.17%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (52,4,0,64)
C52M4Y0K64 (52%, 4%, 0%, 64%)
(0.52 / 0.04 / 0.00 / 0.64)

CMYK percentages

%52.17
%4.35
%0
%63.92

Codes

Color #2C585C in popluar color models

2C 58 5C
RGB 44 88 92
HSL 185° 35.29% 26.67%
HSB/HSV 185° 52.17% 36.08%
CMYK 52.17% 4.35% 0.00%
63.92%

Color #2C585C in popluar number systems.

HEX 2C 58 5C
Decimal 44 88 92
Binary 101100 1011000 1011100
Octal 54 130 134

Shades and tints

Shades of #2C585C

#2C585C
(44,88,92)
#285054
(40,80,84)
#24484C
(36,72,76)
#204044
(32,64,68)
#1C383C
(28,56,60)
#183034
(24,48,52)
#14282C
(20,40,44)
#102024
(16,32,36)
#0C181C
(12,24,28)
#081014
(8,16,20)
#04080C
(4,8,12)
#000000
(0,0,0)

Tints of #2C585C

#2C585C
(44,88,92)
#3F676A
(63,103,106)
#527678
(82,118,120)
#658586
(101,133,134)
#789494
(120,148,148)
#8BA3A2
(139,163,162)
#9EB2B0
(158,178,176)
#B1C1BE
(177,193,190)
#C4D0CC
(196,208,204)
#D7DFDA
(215,223,218)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C585C color. Also use rgb(44,88,92) instead hex code.

Text Font Color

.myTextColor { color: #2C585C; }

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

This text font color is #2C585C.

Background Color

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

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

This div background color is #2C585C.

Border color

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

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

This div border color is #2C585C.

Opacity

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

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

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

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

This text has shadow with #2C585C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C585C.

Preview

Color preview on black background

This text has color #2C585C on black background.


Color preview on white background

This text has color #2C585C on white background.


Black color preview on #2C585C background

This text has black color on #2C585C background.


White color preview on #2C585C background

This text has white color on #2C585C background.


Related colors

Complementary color

Complementary color for #hex is #D3A7A3.


I love getcolorcode.com

Triadic colors

1 #5C2C58 and #585C2C with #2C585C are triadic colors.

2 #5C582C and #582C5C with #2C585C are triadic colors.