COLOR #2C3553

HEX: #2C3553
RGB: (44,53,83)

Color info

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

RGB color model

#2C3553 color RGB value is (44,53,83).

  • red value is 44;
  • green value is 53;
  • blue value is 83.
RGB:
(44,53,83)
(17%,21%,33%)

RGB channels and saturation

R 44 of 255 = 17%
G 53 of 255 = 21%
B 83 of 255 = 33%

44
53
83

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

Portions of RGB colors in percentages

R + G + B =
44 + 53 + 83 = 180 (100%)
R 44 of 180 ~ 24.44%
G 53 of 180 ~ 29.44%
B 83 of 180 ~ 46.11%

%24.44
%29.44
%46.11

CMYK color model

#2C3553 color CMYK value is (47,36,0,67).

  • cyan value is 46.99%
  • magenta value is 36.14%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(47,36,0,67)
C47M36Y0K67 
(47%,36%,0%,67%)
(0.47/0.36/0.00/0.67)	

CMYK percentages

%46.99
%36.14
%0
%67.45

Codes

Color #2C3553 in popluar color models

2C3553
RGB445383
HSL226°30.71%24.90%
HSB/HSV226°46.99%32.55%
CMYK46.99%36.14%0.00%
67.45%

Color #2C3553 in popluar number systems.

HEX2C3553
Decimal445383
Binary1011001101011010011
Octal5465123

Shades and tints

Shades of #2C3553

#2C3553
(44,53,83)
#28314C
(40,49,76)
#242D45
(36,45,69)
#20293E
(32,41,62)
#1C2537
(28,37,55)
#182130
(24,33,48)
#141D29
(20,29,41)
#101922
(16,25,34)
#0C151B
(12,21,27)
#081114
(8,17,20)
#040D0D
(4,13,13)
#000000
(0,0,0)

Tints of #2C3553

#2C3553
(44,53,83)
#3F4762
(63,71,98)
#525971
(82,89,113)
#656B80
(101,107,128)
#787D8F
(120,125,143)
#8B8F9E
(139,143,158)
#9EA1AD
(158,161,173)
#B1B3BC
(177,179,188)
#C4C5CB
(196,197,203)
#D7D7DA
(215,215,218)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C3553 color. Also use rgb(44,53,83) instead hex code.

Text Font Color

.myTextColor { color: #2C3553; }

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

This text font color is #2C3553.


Background Color

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

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

This div background color is #2C3553.


Border color

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

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

This div border color is #2C3553.


Opacity

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

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

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

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

This text has shadow with #2C3553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C3553 on black background.


Color preview on white background

This text has color #2C3553 on white background.



Black color preview on #2C3553 background

This text has black color on #2C3553 background.


White color preview on #2C3553 background

This text has white color on #2C3553 background.