COLOR #2C4C51

HEX: #2C4C51
RGB: (44,76,81)

Color info

#2C4C51 contains red, green and blue colors in about the same proportion. Web safe color of #2C4C51 is #333366 (or #336).

RGB color model

#2C4C51 color RGB value is (44,76,81).

  • red value is 44;
  • green value is 76;
  • blue value is 81.
RGB:
(44,76,81)
(17%,30%,32%)

RGB channels and saturation

R 44 of 255 = 17%
G 76 of 255 = 30%
B 81 of 255 = 32%

44
76
81

R + G + B ~ 26%. #2C4C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 76 + 81 = 201 (100%)
R 44 of 201 ~ 21.89%
G 76 of 201 ~ 37.81%
B 81 of 201 ~ 40.3%

%21.89
%37.81
%40.3

CMYK color model

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

  • cyan value is 45.68%
  • magenta value is 6.17%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(46,6,0,68)
C46M6Y0K68 
(46%,6%,0%,68%)
(0.46/0.06/0.00/0.68)	

CMYK percentages

%45.68
%6.17
%0
%68.24

Codes

Color #2C4C51 in popluar color models

2C4C51
RGB447681
HSL188°29.60%24.51%
HSB/HSV188°45.68%31.76%
CMYK45.68%6.17%0.00%
68.24%

Color #2C4C51 in popluar number systems.

HEX2C4C51
Decimal447681
Binary10110010011001010001
Octal54114121

Shades and tints

Shades of #2C4C51

#2C4C51
(44,76,81)
#28464A
(40,70,74)
#244043
(36,64,67)
#203A3C
(32,58,60)
#1C3435
(28,52,53)
#182E2E
(24,46,46)
#142827
(20,40,39)
#102220
(16,34,32)
#0C1C19
(12,28,25)
#081612
(8,22,18)
#04100B
(4,16,11)
#000000
(0,0,0)

Tints of #2C4C51

#2C4C51
(44,76,81)
#3F5C60
(63,92,96)
#526C6F
(82,108,111)
#657C7E
(101,124,126)
#788C8D
(120,140,141)
#8B9C9C
(139,156,156)
#9EACAB
(158,172,171)
#B1BCBA
(177,188,186)
#C4CCC9
(196,204,201)
#D7DCD8
(215,220,216)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4C51 color. Also use rgb(44,76,81) instead hex code.

Text Font Color

.myTextColor { color: #2C4C51; }

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

This text font color is #2C4C51.


Background Color

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

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

This div background color is #2C4C51.


Border color

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

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

This div border color is #2C4C51.


Opacity

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

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

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

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

This text has shadow with #2C4C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4C51 on black background.


Color preview on white background

This text has color #2C4C51 on white background.



Black color preview on #2C4C51 background

This text has black color on #2C4C51 background.


White color preview on #2C4C51 background

This text has white color on #2C4C51 background.