COLOR #2C505D

HEX: #2C505D RGB: (44,80,93)

Color info

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

RGB color model

#2C505D color RGB value is (44,80,93).

RGB: (44,80,93) (17%, 31%, 36%)

RGB channels and saturation

R 44 of 255 = 17%
G 80 of 255 = 31%
B 93 of 255 = 36%

44
80
93

R + G + B ~ 28%. #2C505D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 80 + 93 = 217 (100%)
R 44 of 217 ~ 20.28%
G 80 of 217 ~ 36.87%
B 93 of 217 ~ 42.86'%

%20.28
%36.87
%42.86

CMYK color model

#2C505D color CMYK value is (53,14,0,64).

  • cyan value is 52.69%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (53,14,0,64) C53M14Y0K64 (53%,14%,0%,64%) (0.53/0.14/0.00/0.64) 

CMYK percentages

%52.69
%13.98
%0
%63.53

Codes

Color #2C505D in popluar color models

2C 50 5D
RGB 44 80 93
HSL 196° 35.77% 26.86%
HSB/HSV 196° 52.69% 36.47%
CMYK 52.69% 13.98% 0.00%
63.53%

Color #2C505D in popluar number systems.

HEX 2C 50 5D
Decimal 44 80 93
Binary 101100 1010000 1011101
Octal 54 120 135

Shades and tints

Shades of #2C505D

#2C505D
(44,80,93)
#284955
(40,73,85)
#24424D
(36,66,77)
#203B45
(32,59,69)
#1C343D
(28,52,61)
#182D35
(24,45,53)
#14262D
(20,38,45)
#101F25
(16,31,37)
#0C181D
(12,24,29)
#081115
(8,17,21)
#040A0D
(4,10,13)
#000000
(0,0,0)

Tints of #2C505D

#2C505D
(44,80,93)
#3F5F6B
(63,95,107)
#526E79
(82,110,121)
#657D87
(101,125,135)
#788C95
(120,140,149)
#8B9BA3
(139,155,163)
#9EAAB1
(158,170,177)
#B1B9BF
(177,185,191)
#C4C8CD
(196,200,205)
#D7D7DB
(215,215,219)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C505D; }

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

This text font color is #2C505D.

Background Color

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

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

This div background color is #2C505D.

Border color

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

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

This div border color is #2C505D.

Opacity

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

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

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

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

This text has shadow with #2C505D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C505D.

Preview

Color preview on black background

This text has color #2C505D on black background.


Color preview on white background

This text has color #2C505D on white background.


Black color preview on #2C505D background

This text has black color on #2C505D background.


White color preview on #2C505D background

This text has white color on #2C505D background.


Related colors

Complementary color

Complementary color for #hex is #D3AFA2.


I love getcolorcode.com

Triadic colors

1 #5D2C50 and #505D2C with #2C505D are triadic colors.

2 #5D502C and #502C5D with #2C505D are triadic colors.