COLOR #4C9088

HEX: #4C9088
RGB: (76,144,136)

Color info

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

RGB color model

#4C9088 color RGB value is (76,144,136).

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

RGB channels and saturation

R 76 of 255 = 30%
G 144 of 255 = 56%
B 136 of 255 = 53%

76
144
136

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

Portions of RGB colors in percentages

R + G + B =
76 + 144 + 136 = 356 (100%)
R 76 of 356 ~ 21.35%
G 144 of 356 ~ 40.45%
B 136 of 356 ~ 38.2%

%21.35
%40.45
%38.2

CMYK color model

#4C9088 color CMYK value is (47,0,6,44).

  • cyan value is 47.22%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 43.53%
CMYK:
(47,0,6,44)
C47M0Y6K44 
(47%,0%,6%,44%)
(0.47/0.00/0.06/0.44)	

CMYK percentages

%47.22
%0
%5.56
%43.53

Codes

Color #4C9088 in popluar color models

4C9088
RGB76144136
HSL173°30.91%43.14%
HSB/HSV173°47.22%56.47%
CMYK47.22%0.00%5.56%
43.53%

Color #4C9088 in popluar number systems.

HEX4C9088
Decimal76144136
Binary10011001001000010001000
Octal114220210

Shades and tints

Shades of #4C9088

#4C9088
(76,144,136)
#46837C
(70,131,124)
#407670
(64,118,112)
#3A6964
(58,105,100)
#345C58
(52,92,88)
#2E4F4C
(46,79,76)
#284240
(40,66,64)
#223534
(34,53,52)
#1C2828
(28,40,40)
#161B1C
(22,27,28)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #4C9088

#4C9088
(76,144,136)
#5C9A92
(92,154,146)
#6CA49C
(108,164,156)
#7CAEA6
(124,174,166)
#8CB8B0
(140,184,176)
#9CC2BA
(156,194,186)
#ACCCC4
(172,204,196)
#BCD6CE
(188,214,206)
#CCE0D8
(204,224,216)
#DCEAE2
(220,234,226)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C9088; }

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

This text font color is #4C9088.


Background Color

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

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

This div background color is #4C9088.


Border color

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

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

This div border color is #4C9088.


Opacity

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

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

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

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

This text has shadow with #4C9088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9088 on black background.


Color preview on white background

This text has color #4C9088 on white background.



Black color preview on #4C9088 background

This text has black color on #4C9088 background.


White color preview on #4C9088 background

This text has white color on #4C9088 background.