COLOR #2C3346

HEX: #2C3346
RGB: (44,51,70)

Color info

#2C3346 contains red, green and blue colors in about the same proportion. Web safe color of #2C3346 is #333333 (or #333).

RGB color model

#2C3346 color RGB value is (44,51,70).

  • red value is 44;
  • green value is 51;
  • blue value is 70.
RGB:
(44,51,70)
(17%,20%,27%)

RGB channels and saturation

R 44 of 255 = 17%
G 51 of 255 = 20%
B 70 of 255 = 27%

44
51
70

R + G + B ~ 21%. #2C3346 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 51 + 70 = 165 (100%)
R 44 of 165 ~ 26.67%
G 51 of 165 ~ 30.91%
B 70 of 165 ~ 42.42%

%26.67
%30.91
%42.42

CMYK color model

#2C3346 color CMYK value is (37,27,0,73).

  • cyan value is 37.14%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(37,27,0,73)
C37M27Y0K73 
(37%,27%,0%,73%)
(0.37/0.27/0.00/0.73)	

CMYK percentages

%37.14
%27.14
%0
%72.55

Codes

Color #2C3346 in popluar color models

2C3346
RGB445170
HSL224°22.81%22.35%
HSB/HSV224°37.14%27.45%
CMYK37.14%27.14%0.00%
72.55%

Color #2C3346 in popluar number systems.

HEX2C3346
Decimal445170
Binary1011001100111000110
Octal5463106

Shades and tints

Shades of #2C3346

#2C3346
(44,51,70)
#282F40
(40,47,64)
#242B3A
(36,43,58)
#202734
(32,39,52)
#1C232E
(28,35,46)
#181F28
(24,31,40)
#141B22
(20,27,34)
#10171C
(16,23,28)
#0C1316
(12,19,22)
#080F10
(8,15,16)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #2C3346

#2C3346
(44,51,70)
#3F4556
(63,69,86)
#525766
(82,87,102)
#656976
(101,105,118)
#787B86
(120,123,134)
#8B8D96
(139,141,150)
#9E9FA6
(158,159,166)
#B1B1B6
(177,177,182)
#C4C3C6
(196,195,198)
#D7D5D6
(215,213,214)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C3346 color. Also use rgb(44,51,70) instead hex code.

Text Font Color

.myTextColor { color: #2C3346; }

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

This text font color is #2C3346.


Background Color

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

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

This div background color is #2C3346.


Border color

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

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

This div border color is #2C3346.


Opacity

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

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

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

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

This text has shadow with #2C3346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C3346 on black background.


Color preview on white background

This text has color #2C3346 on white background.



Black color preview on #2C3346 background

This text has black color on #2C3346 background.


White color preview on #2C3346 background

This text has white color on #2C3346 background.