COLOR #2C585A

HEX: #2C585A
RGB: (44,88,90)

Color info

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

RGB color model

#2C585A color RGB value is (44,88,90).

  • red value is 44;
  • green value is 88;
  • blue value is 90.
RGB:
(44,88,90)
(17%,35%,35%)

RGB channels and saturation

R 44 of 255 = 17%
G 88 of 255 = 35%
B 90 of 255 = 35%

44
88
90

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

Portions of RGB colors in percentages

R + G + B =
44 + 88 + 90 = 222 (100%)
R 44 of 222 ~ 19.82%
G 88 of 222 ~ 39.64%
B 90 of 222 ~ 40.54%

%19.82
%39.64
%40.54

CMYK color model

#2C585A color CMYK value is (51,2,0,65).

  • cyan value is 51.11%
  • magenta value is 2.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(51,2,0,65)
C51M2Y0K65 
(51%,2%,0%,65%)
(0.51/0.02/0.00/0.65)	

CMYK percentages

%51.11
%2.22
%0
%64.71

Codes

Color #2C585A in popluar color models

2C585A
RGB448890
HSL183°34.33%26.27%
HSB/HSV183°51.11%35.29%
CMYK51.11%2.22%0.00%
64.71%

Color #2C585A in popluar number systems.

HEX2C585A
Decimal448890
Binary10110010110001011010
Octal54130132

Shades and tints

Shades of #2C585A

#2C585A
(44,88,90)
#285052
(40,80,82)
#24484A
(36,72,74)
#204042
(32,64,66)
#1C383A
(28,56,58)
#183032
(24,48,50)
#14282A
(20,40,42)
#102022
(16,32,34)
#0C181A
(12,24,26)
#081012
(8,16,18)
#04080A
(4,8,10)
#000000
(0,0,0)

Tints of #2C585A

#2C585A
(44,88,90)
#3F6769
(63,103,105)
#527678
(82,118,120)
#658587
(101,133,135)
#789496
(120,148,150)
#8BA3A5
(139,163,165)
#9EB2B4
(158,178,180)
#B1C1C3
(177,193,195)
#C4D0D2
(196,208,210)
#D7DFE1
(215,223,225)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C585A; }

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

This text font color is #2C585A.


Background Color

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

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

This div background color is #2C585A.


Border color

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

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

This div border color is #2C585A.


Opacity

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

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

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

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

This text has shadow with #2C585A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C585A on black background.


Color preview on white background

This text has color #2C585A on white background.



Black color preview on #2C585A background

This text has black color on #2C585A background.


White color preview on #2C585A background

This text has white color on #2C585A background.