COLOR #2C9088

HEX: #2C9088
RGB: (44,144,136)

Color info

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

RGB color model

#2C9088 color RGB value is (44,144,136).

  • red value is 44;
  • green value is 144;
  • blue value is 136.
RGB:
(44,144,136)
(17%,56%,53%)

RGB channels and saturation

R 44 of 255 = 17%
G 144 of 255 = 56%
B 136 of 255 = 53%

44
144
136

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

Portions of RGB colors in percentages

R + G + B =
44 + 144 + 136 = 324 (100%)
R 44 of 324 ~ 13.58%
G 144 of 324 ~ 44.44%
B 136 of 324 ~ 41.98%

%13.58
%44.44
%41.98

CMYK color model

#2C9088 color CMYK value is (69,0,6,44).

  • cyan value is 69.44%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 43.53%
CMYK:
(69,0,6,44)
C69M0Y6K44 
(69%,0%,6%,44%)
(0.69/0.00/0.06/0.44)	

CMYK percentages

%69.44
%0
%5.56
%43.53

Codes

Color #2C9088 in popluar color models

2C9088
RGB44144136
HSL175°53.19%36.86%
HSB/HSV175°69.44%56.47%
CMYK69.44%0.00%5.56%
43.53%

Color #2C9088 in popluar number systems.

HEX2C9088
Decimal44144136
Binary1011001001000010001000
Octal54220210

Shades and tints

Shades of #2C9088

#2C9088
(44,144,136)
#28837C
(40,131,124)
#247670
(36,118,112)
#206964
(32,105,100)
#1C5C58
(28,92,88)
#184F4C
(24,79,76)
#144240
(20,66,64)
#103534
(16,53,52)
#0C2828
(12,40,40)
#081B1C
(8,27,28)
#040E10
(4,14,16)
#000000
(0,0,0)

Tints of #2C9088

#2C9088
(44,144,136)
#3F9A92
(63,154,146)
#52A49C
(82,164,156)
#65AEA6
(101,174,166)
#78B8B0
(120,184,176)
#8BC2BA
(139,194,186)
#9ECCC4
(158,204,196)
#B1D6CE
(177,214,206)
#C4E0D8
(196,224,216)
#D7EAE2
(215,234,226)
#EAF4EC
(234,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C9088 color. Also use rgb(44,144,136) instead hex code.

Text Font Color

.myTextColor { color: #2C9088; }

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

This text font color is #2C9088.


Background Color

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

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

This div background color is #2C9088.


Border color

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

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

This div border color is #2C9088.


Opacity

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

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

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

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

This text has shadow with #2C9088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C9088 on black background.


Color preview on white background

This text has color #2C9088 on white background.



Black color preview on #2C9088 background

This text has black color on #2C9088 background.


White color preview on #2C9088 background

This text has white color on #2C9088 background.