COLOR #2C9497

HEX: #2C9497
RGB: (44,148,151)

Color info

#2C9497 contains mainly green and blue colors. Web safe color of #2C9497 is #339999 (or #399).

RGB color model

#2C9497 color RGB value is (44,148,151).

  • red value is 44;
  • green value is 148;
  • blue value is 151.
RGB:
(44,148,151)
(17%,58%,59%)

RGB channels and saturation

R 44 of 255 = 17%
G 148 of 255 = 58%
B 151 of 255 = 59%

44
148
151

R + G + B ~ 45%. #2C9497 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
44 + 148 + 151 = 343 (100%)
R 44 of 343 ~ 12.83%
G 148 of 343 ~ 43.15%
B 151 of 343 ~ 44.02%

%12.83
%43.15
%44.02

CMYK color model

#2C9497 color CMYK value is (71,2,0,41).

  • cyan value is 70.86%
  • magenta value is 1.99%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(71,2,0,41)
C71M2Y0K41 
(71%,2%,0%,41%)
(0.71/0.02/0.00/0.41)	

CMYK percentages

%70.86
%1.99
%0
%40.78

Codes

Color #2C9497 in popluar color models

2C9497
RGB44148151
HSL182°54.87%38.24%
HSB/HSV182°70.86%59.22%
CMYK70.86%1.99%0.00%
40.78%

Color #2C9497 in popluar number systems.

HEX2C9497
Decimal44148151
Binary1011001001010010010111
Octal54224227

Shades and tints

Shades of #2C9497

#2C9497
(44,148,151)
#28878A
(40,135,138)
#247A7D
(36,122,125)
#206D70
(32,109,112)
#1C6063
(28,96,99)
#185356
(24,83,86)
#144649
(20,70,73)
#10393C
(16,57,60)
#0C2C2F
(12,44,47)
#081F22
(8,31,34)
#041215
(4,18,21)
#000000
(0,0,0)

Tints of #2C9497

#2C9497
(44,148,151)
#3F9DA0
(63,157,160)
#52A6A9
(82,166,169)
#65AFB2
(101,175,178)
#78B8BB
(120,184,187)
#8BC1C4
(139,193,196)
#9ECACD
(158,202,205)
#B1D3D6
(177,211,214)
#C4DCDF
(196,220,223)
#D7E5E8
(215,229,232)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C9497 color. Also use rgb(44,148,151) instead hex code.

Text Font Color

.myTextColor { color: #2C9497; }

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

This text font color is #2C9497.


Background Color

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

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

This div background color is #2C9497.


Border color

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

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

This div border color is #2C9497.


Opacity

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

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

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

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

This text has shadow with #2C9497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C9497 on black background.


Color preview on white background

This text has color #2C9497 on white background.



Black color preview on #2C9497 background

This text has black color on #2C9497 background.


White color preview on #2C9497 background

This text has white color on #2C9497 background.