COLOR #2C6579

HEX: #2C6579
RGB: (44,101,121)

Color info

#2C6579 contains mainly green and blue colors. Web safe color of #2C6579 is #336666 (or #366).

RGB color model

#2C6579 color RGB value is (44,101,121).

  • red value is 44;
  • green value is 101;
  • blue value is 121.
RGB:
(44,101,121)
(17%,40%,47%)

RGB channels and saturation

R 44 of 255 = 17%
G 101 of 255 = 40%
B 121 of 255 = 47%

44
101
121

R + G + B ~ 35%. #2C6579 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 101 + 121 = 266 (100%)
R 44 of 266 ~ 16.54%
G 101 of 266 ~ 37.97%
B 121 of 266 ~ 45.49%

%16.54
%37.97
%45.49

CMYK color model

#2C6579 color CMYK value is (64,17,0,53).

  • cyan value is 63.64%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(64,17,0,53)
C64M17Y0K53 
(64%,17%,0%,53%)
(0.64/0.17/0.00/0.53)	

CMYK percentages

%63.64
%16.53
%0
%52.55

Codes

Color #2C6579 in popluar color models

2C6579
RGB44101121
HSL196°46.67%32.35%
HSB/HSV196°63.64%47.45%
CMYK63.64%16.53%0.00%
52.55%

Color #2C6579 in popluar number systems.

HEX2C6579
Decimal44101121
Binary10110011001011111001
Octal54145171

Shades and tints

Shades of #2C6579

#2C6579
(44,101,121)
#285C6E
(40,92,110)
#245363
(36,83,99)
#204A58
(32,74,88)
#1C414D
(28,65,77)
#183842
(24,56,66)
#142F37
(20,47,55)
#10262C
(16,38,44)
#0C1D21
(12,29,33)
#081416
(8,20,22)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #2C6579

#2C6579
(44,101,121)
#3F7385
(63,115,133)
#528191
(82,129,145)
#658F9D
(101,143,157)
#789DA9
(120,157,169)
#8BABB5
(139,171,181)
#9EB9C1
(158,185,193)
#B1C7CD
(177,199,205)
#C4D5D9
(196,213,217)
#D7E3E5
(215,227,229)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C6579 color. Also use rgb(44,101,121) instead hex code.

Text Font Color

.myTextColor { color: #2C6579; }

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

This text font color is #2C6579.


Background Color

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

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

This div background color is #2C6579.


Border color

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

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

This div border color is #2C6579.


Opacity

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

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

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

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

This text has shadow with #2C6579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C6579 on black background.


Color preview on white background

This text has color #2C6579 on white background.



Black color preview on #2C6579 background

This text has black color on #2C6579 background.


White color preview on #2C6579 background

This text has white color on #2C6579 background.