COLOR #4C7768

HEX: #4C7768
RGB: (76,119,104)

Color info

#4C7768 contains red, green and blue colors in about the same proportion. Web safe color of #4C7768 is #336666 (or #366).

RGB color model

#4C7768 color RGB value is (76,119,104).

  • red value is 76;
  • green value is 119;
  • blue value is 104.
RGB:
(76,119,104)
(30%,47%,41%)

RGB channels and saturation

R 76 of 255 = 30%
G 119 of 255 = 47%
B 104 of 255 = 41%

76
119
104

R + G + B ~ 39%. #4C7768 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 119 + 104 = 299 (100%)
R 76 of 299 ~ 25.42%
G 119 of 299 ~ 39.8%
B 104 of 299 ~ 34.78%

%25.42
%39.8
%34.78

CMYK color model

#4C7768 color CMYK value is (36,0,13,53).

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 53.33%
CMYK:
(36,0,13,53)
C36M0Y13K53 
(36%,0%,13%,53%)
(0.36/0.00/0.13/0.53)	

CMYK percentages

%36.13
%0
%12.61
%53.33

Codes

Color #4C7768 in popluar color models

4C7768
RGB76119104
HSL159°22.05%38.24%
HSB/HSV159°36.13%46.67%
CMYK36.13%0.00%12.61%
53.33%

Color #4C7768 in popluar number systems.

HEX4C7768
Decimal76119104
Binary100110011101111101000
Octal114167150

Shades and tints

Shades of #4C7768

#4C7768
(76,119,104)
#466D5F
(70,109,95)
#406356
(64,99,86)
#3A594D
(58,89,77)
#344F44
(52,79,68)
#2E453B
(46,69,59)
#283B32
(40,59,50)
#223129
(34,49,41)
#1C2720
(28,39,32)
#161D17
(22,29,23)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #4C7768

#4C7768
(76,119,104)
#5C8375
(92,131,117)
#6C8F82
(108,143,130)
#7C9B8F
(124,155,143)
#8CA79C
(140,167,156)
#9CB3A9
(156,179,169)
#ACBFB6
(172,191,182)
#BCCBC3
(188,203,195)
#CCD7D0
(204,215,208)
#DCE3DD
(220,227,221)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7768; }

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

This text font color is #4C7768.


Background Color

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

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

This div background color is #4C7768.


Border color

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

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

This div border color is #4C7768.


Opacity

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

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

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

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

This text has shadow with #4C7768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7768 on black background.


Color preview on white background

This text has color #4C7768 on white background.



Black color preview on #4C7768 background

This text has black color on #4C7768 background.


White color preview on #4C7768 background

This text has white color on #4C7768 background.