COLOR #4C9190

HEX: #4C9190 RGB: (76,145,144)

Color info

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

RGB color model

#4C9190 color RGB value is (76,145,144).

RGB: (76,145,144) (30%, 57%, 56%)

RGB channels and saturation

R 76 of 255 = 30%
G 145 of 255 = 57%
B 144 of 255 = 56%

76
145
144

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

Portions of RGB colors in percentages

R + G + B = 76 + 145 + 144 = 365 (100%)
R 76 of 365 ~ 20.82%
G 145 of 365 ~ 39.73%
B 144 of 365 ~ 39.45'%

%20.82
%39.73
%39.45

CMYK color model

#4C9190 color CMYK value is (48,0,1,43).

  • cyan value is 47.59%
  • magenta value is 0.00%
  • yellow value is 0.69%
  • key color value is 43.14%

CMYK: (48,0,1,43)
C48M0Y1K43 (48%, 0%, 1%, 43%)
(0.48 / 0.00 / 0.01 / 0.43)

CMYK percentages

%47.59
%0
%0.69
%43.14

Codes

Color #4C9190 in popluar color models

4C 91 90
RGB 76 145 144
HSL 179° 31.22% 43.33%
HSB/HSV 179° 47.59% 56.86%
CMYK 47.59% 0.00% 0.69%
43.14%

Color #4C9190 in popluar number systems.

HEX 4C 91 90
Decimal 76 145 144
Binary 1001100 10010001 10010000
Octal 114 221 220

Shades and tints

Shades of #4C9190

#4C9190
(76,145,144)
#468483
(70,132,131)
#407776
(64,119,118)
#3A6A69
(58,106,105)
#345D5C
(52,93,92)
#2E504F
(46,80,79)
#284342
(40,67,66)
#223635
(34,54,53)
#1C2928
(28,41,40)
#161C1B
(22,28,27)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #4C9190

#4C9190
(76,145,144)
#5C9B9A
(92,155,154)
#6CA5A4
(108,165,164)
#7CAFAE
(124,175,174)
#8CB9B8
(140,185,184)
#9CC3C2
(156,195,194)
#ACCDCC
(172,205,204)
#BCD7D6
(188,215,214)
#CCE1E0
(204,225,224)
#DCEBEA
(220,235,234)
#ECF5F4
(236,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C9190; }

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

This text font color is #4C9190.

Background Color

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

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

This div background color is #4C9190.

Border color

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

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

This div border color is #4C9190.

Opacity

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

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

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

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

This text has shadow with #4C9190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C9190.

Preview

Color preview on black background

This text has color #4C9190 on black background.


Color preview on white background

This text has color #4C9190 on white background.


Black color preview on #4C9190 background

This text has black color on #4C9190 background.


White color preview on #4C9190 background

This text has white color on #4C9190 background.


Related colors

Complementary color

Complementary color for #hex is #B36E6F.


I love getcolorcode.com

Triadic colors

1 #904C91 and #91904C with #4C9190 are triadic colors.

2 #90914C and #914C90 with #4C9190 are triadic colors.