COLOR #4C818F

HEX: #4C818F
RGB: (76,129,143)

Color info

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

RGB color model

#4C818F color RGB value is (76,129,143).

  • red value is 76;
  • green value is 129;
  • blue value is 143.
RGB:
(76,129,143)
(30%,51%,56%)

RGB channels and saturation

R 76 of 255 = 30%
G 129 of 255 = 51%
B 143 of 255 = 56%

76
129
143

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

Portions of RGB colors in percentages

R + G + B =
76 + 129 + 143 = 348 (100%)
R 76 of 348 ~ 21.84%
G 129 of 348 ~ 37.07%
B 143 of 348 ~ 41.09%

%21.84
%37.07
%41.09

CMYK color model

#4C818F color CMYK value is (47,10,0,44).

  • cyan value is 46.85%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(47,10,0,44)
C47M10Y0K44 
(47%,10%,0%,44%)
(0.47/0.10/0.00/0.44)	

CMYK percentages

%46.85
%9.79
%0
%43.92

Codes

Color #4C818F in popluar color models

4C818F
RGB76129143
HSL193°30.59%42.94%
HSB/HSV193°46.85%56.08%
CMYK46.85%9.79%0.00%
43.92%

Color #4C818F in popluar number systems.

HEX4C818F
Decimal76129143
Binary10011001000000110001111
Octal114201217

Shades and tints

Shades of #4C818F

#4C818F
(76,129,143)
#467682
(70,118,130)
#406B75
(64,107,117)
#3A6068
(58,96,104)
#34555B
(52,85,91)
#2E4A4E
(46,74,78)
#283F41
(40,63,65)
#223434
(34,52,52)
#1C2927
(28,41,39)
#161E1A
(22,30,26)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #4C818F

#4C818F
(76,129,143)
#5C8C99
(92,140,153)
#6C97A3
(108,151,163)
#7CA2AD
(124,162,173)
#8CADB7
(140,173,183)
#9CB8C1
(156,184,193)
#ACC3CB
(172,195,203)
#BCCED5
(188,206,213)
#CCD9DF
(204,217,223)
#DCE4E9
(220,228,233)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C818F; }

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

This text font color is #4C818F.


Background Color

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

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

This div background color is #4C818F.


Border color

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

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

This div border color is #4C818F.


Opacity

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

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

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

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

This text has shadow with #4C818F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C818F on black background.


Color preview on white background

This text has color #4C818F on white background.



Black color preview on #4C818F background

This text has black color on #4C818F background.


White color preview on #4C818F background

This text has white color on #4C818F background.