COLOR #2C4062

HEX: #2C4062
RGB: (44,64,98)

Color info

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

RGB color model

#2C4062 color RGB value is (44,64,98).

  • red value is 44;
  • green value is 64;
  • blue value is 98.
RGB:
(44,64,98)
(17%,25%,38%)

RGB channels and saturation

R 44 of 255 = 17%
G 64 of 255 = 25%
B 98 of 255 = 38%

44
64
98

R + G + B ~ 27%. #2C4062 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 64 + 98 = 206 (100%)
R 44 of 206 ~ 21.36%
G 64 of 206 ~ 31.07%
B 98 of 206 ~ 47.57%

%21.36
%31.07
%47.57

CMYK color model

#2C4062 color CMYK value is (55,35,0,62).

  • cyan value is 55.10%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(55,35,0,62)
C55M35Y0K62 
(55%,35%,0%,62%)
(0.55/0.35/0.00/0.62)	

CMYK percentages

%55.1
%34.69
%0
%61.57

Codes

Color #2C4062 in popluar color models

2C4062
RGB446498
HSL218°38.03%27.84%
HSB/HSV218°55.10%38.43%
CMYK55.10%34.69%0.00%
61.57%

Color #2C4062 in popluar number systems.

HEX2C4062
Decimal446498
Binary10110010000001100010
Octal54100142

Shades and tints

Shades of #2C4062

#2C4062
(44,64,98)
#283B5A
(40,59,90)
#243652
(36,54,82)
#20314A
(32,49,74)
#1C2C42
(28,44,66)
#18273A
(24,39,58)
#142232
(20,34,50)
#101D2A
(16,29,42)
#0C1822
(12,24,34)
#08131A
(8,19,26)
#040E12
(4,14,18)
#000000
(0,0,0)

Tints of #2C4062

#2C4062
(44,64,98)
#3F5170
(63,81,112)
#52627E
(82,98,126)
#65738C
(101,115,140)
#78849A
(120,132,154)
#8B95A8
(139,149,168)
#9EA6B6
(158,166,182)
#B1B7C4
(177,183,196)
#C4C8D2
(196,200,210)
#D7D9E0
(215,217,224)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4062 color. Also use rgb(44,64,98) instead hex code.

Text Font Color

.myTextColor { color: #2C4062; }

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

This text font color is #2C4062.


Background Color

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

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

This div background color is #2C4062.


Border color

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

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

This div border color is #2C4062.


Opacity

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

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

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

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

This text has shadow with #2C4062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4062 on black background.


Color preview on white background

This text has color #2C4062 on white background.



Black color preview on #2C4062 background

This text has black color on #2C4062 background.


White color preview on #2C4062 background

This text has white color on #2C4062 background.