COLOR #2C6E84

HEX: #2C6E84
RGB: (44,110,132)

Color info

#2C6E84 contains mainly green and blue colors. Web safe color of #2C6E84 is #336699 (or #369).

RGB color model

#2C6E84 color RGB value is (44,110,132).

  • red value is 44;
  • green value is 110;
  • blue value is 132.
RGB:
(44,110,132)
(17%,43%,52%)

RGB channels and saturation

R 44 of 255 = 17%
G 110 of 255 = 43%
B 132 of 255 = 52%

44
110
132

R + G + B ~ 37%. #2C6E84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 110 + 132 = 286 (100%)
R 44 of 286 ~ 15.38%
G 110 of 286 ~ 38.46%
B 132 of 286 ~ 46.15%

%15.38
%38.46
%46.15

CMYK color model

#2C6E84 color CMYK value is (67,17,0,48).

  • cyan value is 66.67%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(67,17,0,48)
C67M17Y0K48 
(67%,17%,0%,48%)
(0.67/0.17/0.00/0.48)	

CMYK percentages

%66.67
%16.67
%0
%48.24

Codes

Color #2C6E84 in popluar color models

2C6E84
RGB44110132
HSL195°50.00%34.51%
HSB/HSV195°66.67%51.76%
CMYK66.67%16.67%0.00%
48.24%

Color #2C6E84 in popluar number systems.

HEX2C6E84
Decimal44110132
Binary101100110111010000100
Octal54156204

Shades and tints

Shades of #2C6E84

#2C6E84
(44,110,132)
#286478
(40,100,120)
#245A6C
(36,90,108)
#205060
(32,80,96)
#1C4654
(28,70,84)
#183C48
(24,60,72)
#14323C
(20,50,60)
#102830
(16,40,48)
#0C1E24
(12,30,36)
#081418
(8,20,24)
#040A0C
(4,10,12)
#000000
(0,0,0)

Tints of #2C6E84

#2C6E84
(44,110,132)
#3F7B8F
(63,123,143)
#52889A
(82,136,154)
#6595A5
(101,149,165)
#78A2B0
(120,162,176)
#8BAFBB
(139,175,187)
#9EBCC6
(158,188,198)
#B1C9D1
(177,201,209)
#C4D6DC
(196,214,220)
#D7E3E7
(215,227,231)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C6E84 color. Also use rgb(44,110,132) instead hex code.

Text Font Color

.myTextColor { color: #2C6E84; }

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

This text font color is #2C6E84.


Background Color

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

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

This div background color is #2C6E84.


Border color

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

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

This div border color is #2C6E84.


Opacity

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

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

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

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

This text has shadow with #2C6E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C6E84 on black background.


Color preview on white background

This text has color #2C6E84 on white background.



Black color preview on #2C6E84 background

This text has black color on #2C6E84 background.


White color preview on #2C6E84 background

This text has white color on #2C6E84 background.