COLOR #2C2E51

HEX: #2C2E51
RGB: (44,46,81)

Color info

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

RGB color model

#2C2E51 color RGB value is (44,46,81).

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

RGB channels and saturation

R 44 of 255 = 17%
G 46 of 255 = 18%
B 81 of 255 = 32%

44
46
81

R + G + B ~ 22%. #2C2E51 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 46 + 81 = 171 (100%)
R 44 of 171 ~ 25.73%
G 46 of 171 ~ 26.9%
B 81 of 171 ~ 47.37%

%25.73
%26.9
%47.37

CMYK color model

#2C2E51 color CMYK value is (46,43,0,68).

  • cyan value is 45.68%
  • magenta value is 43.21%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(46,43,0,68)
C46M43Y0K68 
(46%,43%,0%,68%)
(0.46/0.43/0.00/0.68)	

CMYK percentages

%45.68
%43.21
%0
%68.24

Codes

Color #2C2E51 in popluar color models

2C2E51
RGB444681
HSL237°29.60%24.51%
HSB/HSV237°45.68%31.76%
CMYK45.68%43.21%0.00%
68.24%

Color #2C2E51 in popluar number systems.

HEX2C2E51
Decimal444681
Binary1011001011101010001
Octal5456121

Shades and tints

Shades of #2C2E51

#2C2E51
(44,46,81)
#282A4A
(40,42,74)
#242643
(36,38,67)
#20223C
(32,34,60)
#1C1E35
(28,30,53)
#181A2E
(24,26,46)
#141627
(20,22,39)
#101220
(16,18,32)
#0C0E19
(12,14,25)
#080A12
(8,10,18)
#04060B
(4,6,11)
#000000
(0,0,0)

Tints of #2C2E51

#2C2E51
(44,46,81)
#3F4160
(63,65,96)
#52546F
(82,84,111)
#65677E
(101,103,126)
#787A8D
(120,122,141)
#8B8D9C
(139,141,156)
#9EA0AB
(158,160,171)
#B1B3BA
(177,179,186)
#C4C6C9
(196,198,201)
#D7D9D8
(215,217,216)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C2E51; }

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

This text font color is #2C2E51.


Background Color

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

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

This div background color is #2C2E51.


Border color

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

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

This div border color is #2C2E51.


Opacity

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

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

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

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

This text has shadow with #2C2E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C2E51 on black background.


Color preview on white background

This text has color #2C2E51 on white background.



Black color preview on #2C2E51 background

This text has black color on #2C2E51 background.


White color preview on #2C2E51 background

This text has white color on #2C2E51 background.