COLOR #2C3B4F

HEX: #2C3B4F
RGB: (44,59,79)

Color info

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

RGB color model

#2C3B4F color RGB value is (44,59,79).

  • red value is 44;
  • green value is 59;
  • blue value is 79.
RGB:
(44,59,79)
(17%,23%,31%)

RGB channels and saturation

R 44 of 255 = 17%
G 59 of 255 = 23%
B 79 of 255 = 31%

44
59
79

R + G + B ~ 24%. #2C3B4F is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 59 + 79 = 182 (100%)
R 44 of 182 ~ 24.18%
G 59 of 182 ~ 32.42%
B 79 of 182 ~ 43.41%

%24.18
%32.42
%43.41

CMYK color model

#2C3B4F color CMYK value is (44,25,0,69).

  • cyan value is 44.30%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(44,25,0,69)
C44M25Y0K69 
(44%,25%,0%,69%)
(0.44/0.25/0.00/0.69)	

CMYK percentages

%44.3
%25.32
%0
%69.02

Codes

Color #2C3B4F in popluar color models

2C3B4F
RGB445979
HSL214°28.46%24.12%
HSB/HSV214°44.30%30.98%
CMYK44.30%25.32%0.00%
69.02%

Color #2C3B4F in popluar number systems.

HEX2C3B4F
Decimal445979
Binary1011001110111001111
Octal5473117

Shades and tints

Shades of #2C3B4F

#2C3B4F
(44,59,79)
#283648
(40,54,72)
#243141
(36,49,65)
#202C3A
(32,44,58)
#1C2733
(28,39,51)
#18222C
(24,34,44)
#141D25
(20,29,37)
#10181E
(16,24,30)
#0C1317
(12,19,23)
#080E10
(8,14,16)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #2C3B4F

#2C3B4F
(44,59,79)
#3F4C5F
(63,76,95)
#525D6F
(82,93,111)
#656E7F
(101,110,127)
#787F8F
(120,127,143)
#8B909F
(139,144,159)
#9EA1AF
(158,161,175)
#B1B2BF
(177,178,191)
#C4C3CF
(196,195,207)
#D7D4DF
(215,212,223)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C3B4F color. Also use rgb(44,59,79) instead hex code.

Text Font Color

.myTextColor { color: #2C3B4F; }

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

This text font color is #2C3B4F.


Background Color

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

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

This div background color is #2C3B4F.


Border color

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

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

This div border color is #2C3B4F.


Opacity

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

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

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

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

This text has shadow with #2C3B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C3B4F on black background.


Color preview on white background

This text has color #2C3B4F on white background.



Black color preview on #2C3B4F background

This text has black color on #2C3B4F background.


White color preview on #2C3B4F background

This text has white color on #2C3B4F background.