COLOR #4C829F

HEX: #4C829F
RGB: (76,130,159)

Color info

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

RGB color model

#4C829F color RGB value is (76,130,159).

  • red value is 76;
  • green value is 130;
  • blue value is 159.
RGB:
(76,130,159)
(30%,51%,62%)

RGB channels and saturation

R 76 of 255 = 30%
G 130 of 255 = 51%
B 159 of 255 = 62%

76
130
159

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

Portions of RGB colors in percentages

R + G + B =
76 + 130 + 159 = 365 (100%)
R 76 of 365 ~ 20.82%
G 130 of 365 ~ 35.62%
B 159 of 365 ~ 43.56%

%20.82
%35.62
%43.56

CMYK color model

#4C829F color CMYK value is (52,18,0,38).

  • cyan value is 52.20%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(52,18,0,38)
C52M18Y0K38 
(52%,18%,0%,38%)
(0.52/0.18/0.00/0.38)	

CMYK percentages

%52.2
%18.24
%0
%37.65

Codes

Color #4C829F in popluar color models

4C829F
RGB76130159
HSL201°35.32%46.08%
HSB/HSV201°52.20%62.35%
CMYK52.20%18.24%0.00%
37.65%

Color #4C829F in popluar number systems.

HEX4C829F
Decimal76130159
Binary10011001000001010011111
Octal114202237

Shades and tints

Shades of #4C829F

#4C829F
(76,130,159)
#467791
(70,119,145)
#406C83
(64,108,131)
#3A6175
(58,97,117)
#345667
(52,86,103)
#2E4B59
(46,75,89)
#28404B
(40,64,75)
#22353D
(34,53,61)
#1C2A2F
(28,42,47)
#161F21
(22,31,33)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #4C829F

#4C829F
(76,130,159)
#5C8DA7
(92,141,167)
#6C98AF
(108,152,175)
#7CA3B7
(124,163,183)
#8CAEBF
(140,174,191)
#9CB9C7
(156,185,199)
#ACC4CF
(172,196,207)
#BCCFD7
(188,207,215)
#CCDADF
(204,218,223)
#DCE5E7
(220,229,231)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C829F color. Also use rgb(76,130,159) instead hex code.

Text Font Color

.myTextColor { color: #4C829F; }

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

This text font color is #4C829F.


Background Color

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

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

This div background color is #4C829F.


Border color

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

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

This div border color is #4C829F.


Opacity

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

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

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

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

This text has shadow with #4C829F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C829F on black background.


Color preview on white background

This text has color #4C829F on white background.



Black color preview on #4C829F background

This text has black color on #4C829F background.


White color preview on #4C829F background

This text has white color on #4C829F background.