COLOR #2C4763

HEX: #2C4763
RGB: (44,71,99)

Color info

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

RGB color model

#2C4763 color RGB value is (44,71,99).

  • red value is 44;
  • green value is 71;
  • blue value is 99.
RGB:
(44,71,99)
(17%,28%,39%)

RGB channels and saturation

R 44 of 255 = 17%
G 71 of 255 = 28%
B 99 of 255 = 39%

44
71
99

R + G + B ~ 28%. #2C4763 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 71 + 99 = 214 (100%)
R 44 of 214 ~ 20.56%
G 71 of 214 ~ 33.18%
B 99 of 214 ~ 46.26%

%20.56
%33.18
%46.26

CMYK color model

#2C4763 color CMYK value is (56,28,0,61).

  • cyan value is 55.56%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(56,28,0,61)
C56M28Y0K61 
(56%,28%,0%,61%)
(0.56/0.28/0.00/0.61)	

CMYK percentages

%55.56
%28.28
%0
%61.18

Codes

Color #2C4763 in popluar color models

2C4763
RGB447199
HSL211°38.46%28.04%
HSB/HSV211°55.56%38.82%
CMYK55.56%28.28%0.00%
61.18%

Color #2C4763 in popluar number systems.

HEX2C4763
Decimal447199
Binary10110010001111100011
Octal54107143

Shades and tints

Shades of #2C4763

#2C4763
(44,71,99)
#28415A
(40,65,90)
#243B51
(36,59,81)
#203548
(32,53,72)
#1C2F3F
(28,47,63)
#182936
(24,41,54)
#14232D
(20,35,45)
#101D24
(16,29,36)
#0C171B
(12,23,27)
#081112
(8,17,18)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #2C4763

#2C4763
(44,71,99)
#3F5771
(63,87,113)
#52677F
(82,103,127)
#65778D
(101,119,141)
#78879B
(120,135,155)
#8B97A9
(139,151,169)
#9EA7B7
(158,167,183)
#B1B7C5
(177,183,197)
#C4C7D3
(196,199,211)
#D7D7E1
(215,215,225)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4763 color. Also use rgb(44,71,99) instead hex code.

Text Font Color

.myTextColor { color: #2C4763; }

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

This text font color is #2C4763.


Background Color

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

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

This div background color is #2C4763.


Border color

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

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

This div border color is #2C4763.


Opacity

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

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

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

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

This text has shadow with #2C4763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4763 on black background.


Color preview on white background

This text has color #2C4763 on white background.



Black color preview on #2C4763 background

This text has black color on #2C4763 background.


White color preview on #2C4763 background

This text has white color on #2C4763 background.