COLOR #2C6172

HEX: #2C6172
RGB: (44,97,114)

Color info

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

RGB color model

#2C6172 color RGB value is (44,97,114).

  • red value is 44;
  • green value is 97;
  • blue value is 114.
RGB:
(44,97,114)
(17%,38%,45%)

RGB channels and saturation

R 44 of 255 = 17%
G 97 of 255 = 38%
B 114 of 255 = 45%

44
97
114

R + G + B ~ 33%. #2C6172 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 97 + 114 = 255 (100%)
R 44 of 255 ~ 17.25%
G 97 of 255 ~ 38.04%
B 114 of 255 ~ 44.71%

%17.25
%38.04
%44.71

CMYK color model

#2C6172 color CMYK value is (61,15,0,55).

  • cyan value is 61.40%
  • magenta value is 14.91%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(61,15,0,55)
C61M15Y0K55 
(61%,15%,0%,55%)
(0.61/0.15/0.00/0.55)	

CMYK percentages

%61.4
%14.91
%0
%55.29

Codes

Color #2C6172 in popluar color models

2C6172
RGB4497114
HSL195°44.30%30.98%
HSB/HSV195°61.40%44.71%
CMYK61.40%14.91%0.00%
55.29%

Color #2C6172 in popluar number systems.

HEX2C6172
Decimal4497114
Binary10110011000011110010
Octal54141162

Shades and tints

Shades of #2C6172

#2C6172
(44,97,114)
#285968
(40,89,104)
#24515E
(36,81,94)
#204954
(32,73,84)
#1C414A
(28,65,74)
#183940
(24,57,64)
#143136
(20,49,54)
#10292C
(16,41,44)
#0C2122
(12,33,34)
#081918
(8,25,24)
#04110E
(4,17,14)
#000000
(0,0,0)

Tints of #2C6172

#2C6172
(44,97,114)
#3F6F7E
(63,111,126)
#527D8A
(82,125,138)
#658B96
(101,139,150)
#7899A2
(120,153,162)
#8BA7AE
(139,167,174)
#9EB5BA
(158,181,186)
#B1C3C6
(177,195,198)
#C4D1D2
(196,209,210)
#D7DFDE
(215,223,222)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C6172 color. Also use rgb(44,97,114) instead hex code.

Text Font Color

.myTextColor { color: #2C6172; }

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

This text font color is #2C6172.


Background Color

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

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

This div background color is #2C6172.


Border color

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

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

This div border color is #2C6172.


Opacity

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

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

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

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

This text has shadow with #2C6172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C6172 on black background.


Color preview on white background

This text has color #2C6172 on white background.



Black color preview on #2C6172 background

This text has black color on #2C6172 background.


White color preview on #2C6172 background

This text has white color on #2C6172 background.