COLOR #4C8195

HEX: #4C8195 RGB: (76,129,149)

Color info

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

RGB color model

#4C8195 color RGB value is (76,129,149).

RGB: (76,129,149) (30%, 51%, 58%)

RGB channels and saturation

R 76 of 255 = 30%
G 129 of 255 = 51%
B 149 of 255 = 58%

76
129
149

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

Portions of RGB colors in percentages

R + G + B = 76 + 129 + 149 = 354 (100%)
R 76 of 354 ~ 21.47%
G 129 of 354 ~ 36.44%
B 149 of 354 ~ 42.09'%

%21.47
%36.44
%42.09

CMYK color model

#4C8195 color CMYK value is (49,13,0,42).

  • cyan value is 48.99%
  • magenta value is 13.42%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (49,13,0,42) C49M13Y0K42 (49%,13%,0%,42%) (0.49/0.13/0.00/0.42) 

CMYK percentages

%48.99
%13.42
%0
%41.57

Codes

Color #4C8195 in popluar color models

4C 81 95
RGB 76 129 149
HSL 196° 32.44% 44.12%
HSB/HSV 196° 48.99% 58.43%
CMYK 48.99% 13.42% 0.00%
41.57%

Color #4C8195 in popluar number systems.

HEX 4C 81 95
Decimal 76 129 149
Binary 1001100 10000001 10010101
Octal 114 201 225

Shades and tints

Shades of #4C8195

#4C8195
(76,129,149)
#467688
(70,118,136)
#406B7B
(64,107,123)
#3A606E
(58,96,110)
#345561
(52,85,97)
#2E4A54
(46,74,84)
#283F47
(40,63,71)
#22343A
(34,52,58)
#1C292D
(28,41,45)
#161E20
(22,30,32)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #4C8195

#4C8195
(76,129,149)
#5C8C9E
(92,140,158)
#6C97A7
(108,151,167)
#7CA2B0
(124,162,176)
#8CADB9
(140,173,185)
#9CB8C2
(156,184,194)
#ACC3CB
(172,195,203)
#BCCED4
(188,206,212)
#CCD9DD
(204,217,221)
#DCE4E6
(220,228,230)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8195 color. Also use rgb(76,129,149) instead hex code.

Text Font Color

.myTextColor { color: #4C8195; }

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

This text font color is #4C8195.

Background Color

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

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

This div background color is #4C8195.

Border color

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

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

This div border color is #4C8195.

Opacity

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

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

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

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

This text has shadow with #4C8195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C8195.

Preview

Color preview on black background

This text has color #4C8195 on black background.


Color preview on white background

This text has color #4C8195 on white background.


Black color preview on #4C8195 background

This text has black color on #4C8195 background.


White color preview on #4C8195 background

This text has white color on #4C8195 background.


Related colors

Complementary color

Complementary color for #hex is #B37E6A.


I love getcolorcode.com

Triadic colors

1 #954C81 and #81954C with #4C8195 are triadic colors.

2 #95814C and #814C95 with #4C8195 are triadic colors.