COLOR #2C7684

HEX: #2C7684
RGB: (44,118,132)

Color info

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

RGB color model

#2C7684 color RGB value is (44,118,132).

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

RGB channels and saturation

R 44 of 255 = 17%
G 118 of 255 = 46%
B 132 of 255 = 52%

44
118
132

R + G + B ~ 38%. #2C7684 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 118 + 132 = 294 (100%)
R 44 of 294 ~ 14.97%
G 118 of 294 ~ 40.14%
B 132 of 294 ~ 44.9%

%14.97
%40.14
%44.9

CMYK color model

#2C7684 color CMYK value is (67,11,0,48).

  • cyan value is 66.67%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(67,11,0,48)
C67M11Y0K48 
(67%,11%,0%,48%)
(0.67/0.11/0.00/0.48)	

CMYK percentages

%66.67
%10.61
%0
%48.24

Codes

Color #2C7684 in popluar color models

2C7684
RGB44118132
HSL190°50.00%34.51%
HSB/HSV190°66.67%51.76%
CMYK66.67%10.61%0.00%
48.24%

Color #2C7684 in popluar number systems.

HEX2C7684
Decimal44118132
Binary101100111011010000100
Octal54166204

Shades and tints

Shades of #2C7684

#2C7684
(44,118,132)
#286C78
(40,108,120)
#24626C
(36,98,108)
#205860
(32,88,96)
#1C4E54
(28,78,84)
#184448
(24,68,72)
#143A3C
(20,58,60)
#103030
(16,48,48)
#0C2624
(12,38,36)
#081C18
(8,28,24)
#04120C
(4,18,12)
#000000
(0,0,0)

Tints of #2C7684

#2C7684
(44,118,132)
#3F828F
(63,130,143)
#528E9A
(82,142,154)
#659AA5
(101,154,165)
#78A6B0
(120,166,176)
#8BB2BB
(139,178,187)
#9EBEC6
(158,190,198)
#B1CAD1
(177,202,209)
#C4D6DC
(196,214,220)
#D7E2E7
(215,226,231)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C7684; }

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

This text font color is #2C7684.


Background Color

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

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

This div background color is #2C7684.


Border color

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

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

This div border color is #2C7684.


Opacity

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

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

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

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

This text has shadow with #2C7684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C7684 on black background.


Color preview on white background

This text has color #2C7684 on white background.



Black color preview on #2C7684 background

This text has black color on #2C7684 background.


White color preview on #2C7684 background

This text has white color on #2C7684 background.