COLOR #4C8383

HEX: #4C8383
RGB: (76,131,131)

Color info

#4C8383 contains red, green and blue colors in about the same proportion. Web safe color of #4C8383 is #339999 (or #399).

RGB color model

#4C8383 color RGB value is (76,131,131).

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

RGB channels and saturation

R 76 of 255 = 30%
G 131 of 255 = 51%
B 131 of 255 = 51%

76
131
131

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

Portions of RGB colors in percentages

R + G + B =
76 + 131 + 131 = 338 (100%)
R 76 of 338 ~ 22.49%
G 131 of 338 ~ 38.76%
B 131 of 338 ~ 38.76%

%22.49
%38.76
%38.76

CMYK color model

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

  • cyan value is 41.98%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(42,0,0,49)
C42M0Y0K49 
(42%,0%,0%,49%)
(0.42/0.00/0.00/0.49)	

CMYK percentages

%41.98
%0
%0
%48.63

Codes

Color #4C8383 in popluar color models

4C8383
RGB76131131
HSL180°26.57%40.59%
HSB/HSV180°41.98%51.37%
CMYK41.98%0.00%0.00%
48.63%

Color #4C8383 in popluar number systems.

HEX4C8383
Decimal76131131
Binary10011001000001110000011
Octal114203203

Shades and tints

Shades of #4C8383

#4C8383
(76,131,131)
#467878
(70,120,120)
#406D6D
(64,109,109)
#3A6262
(58,98,98)
#345757
(52,87,87)
#2E4C4C
(46,76,76)
#284141
(40,65,65)
#223636
(34,54,54)
#1C2B2B
(28,43,43)
#162020
(22,32,32)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #4C8383

#4C8383
(76,131,131)
#5C8E8E
(92,142,142)
#6C9999
(108,153,153)
#7CA4A4
(124,164,164)
#8CAFAF
(140,175,175)
#9CBABA
(156,186,186)
#ACC5C5
(172,197,197)
#BCD0D0
(188,208,208)
#CCDBDB
(204,219,219)
#DCE6E6
(220,230,230)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C8383; }

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

This text font color is #4C8383.


Background Color

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

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

This div background color is #4C8383.


Border color

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

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

This div border color is #4C8383.


Opacity

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

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

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

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

This text has shadow with #4C8383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8383 on black background.


Color preview on white background

This text has color #4C8383 on white background.



Black color preview on #4C8383 background

This text has black color on #4C8383 background.


White color preview on #4C8383 background

This text has white color on #4C8383 background.