COLOR #2C585D

HEX: #2C585D RGB: (44,88,93)

Color info

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

RGB color model

#2C585D color RGB value is (44,88,93).

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

RGB channels and saturation

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

44
88
93

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

Portions of RGB colors in percentages

R + G + B = 44 + 88 + 93 = 225 (100%)
R 44 of 225 ~ 19.56%
G 88 of 225 ~ 39.11%
B 93 of 225 ~ 41.33'%

%19.56
%39.11
%41.33

CMYK color model

#2C585D color CMYK value is (53,5,0,64).

  • cyan value is 52.69%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (53,5,0,64) C53M5Y0K64 (53%,5%,0%,64%) (0.53/0.05/0.00/0.64) 

CMYK percentages

%52.69
%5.38
%0
%63.53

Codes

Color #2C585D in popluar color models

2C 58 5D
RGB 44 88 93
HSL 186° 35.77% 26.86%
HSB/HSV 186° 52.69% 36.47%
CMYK 52.69% 5.38% 0.00%
63.53%

Color #2C585D in popluar number systems.

HEX 2C 58 5D
Decimal 44 88 93
Binary 101100 1011000 1011101
Octal 54 130 135

Shades and tints

Shades of #2C585D

#2C585D
(44,88,93)
#285055
(40,80,85)
#24484D
(36,72,77)
#204045
(32,64,69)
#1C383D
(28,56,61)
#183035
(24,48,53)
#14282D
(20,40,45)
#102025
(16,32,37)
#0C181D
(12,24,29)
#081015
(8,16,21)
#04080D
(4,8,13)
#000000
(0,0,0)

Tints of #2C585D

#2C585D
(44,88,93)
#3F676B
(63,103,107)
#527679
(82,118,121)
#658587
(101,133,135)
#789495
(120,148,149)
#8BA3A3
(139,163,163)
#9EB2B1
(158,178,177)
#B1C1BF
(177,193,191)
#C4D0CD
(196,208,205)
#D7DFDB
(215,223,219)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C585D; }

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

This text font color is #2C585D.

Background Color

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

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

This div background color is #2C585D.

Border color

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

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

This div border color is #2C585D.

Opacity

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

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

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

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

This text has shadow with #2C585D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C585D.

Preview

Color preview on black background

This text has color #2C585D on black background.


Color preview on white background

This text has color #2C585D on white background.


Black color preview on #2C585D background

This text has black color on #2C585D background.


White color preview on #2C585D background

This text has white color on #2C585D background.


Related colors

Complementary color

Complementary color for #hex is #D3A7A2.


I love getcolorcode.com

Triadic colors

1 #5D2C58 and #585D2C with #2C585D are triadic colors.

2 #5D582C and #582C5D with #2C585D are triadic colors.