COLOR #4C7468

HEX: #4C7468
RGB: (76,116,104)

Color info

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

RGB color model

#4C7468 color RGB value is (76,116,104).

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

RGB channels and saturation

R 76 of 255 = 30%
G 116 of 255 = 45%
B 104 of 255 = 41%

76
116
104

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

Portions of RGB colors in percentages

R + G + B =
76 + 116 + 104 = 296 (100%)
R 76 of 296 ~ 25.68%
G 116 of 296 ~ 39.19%
B 104 of 296 ~ 35.14%

%25.68
%39.19
%35.14

CMYK color model

#4C7468 color CMYK value is (34,0,10,55).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 54.51%
CMYK:
(34,0,10,55)
C34M0Y10K55 
(34%,0%,10%,55%)
(0.34/0.00/0.10/0.55)	

CMYK percentages

%34.48
%0
%10.34
%54.51

Codes

Color #4C7468 in popluar color models

4C7468
RGB76116104
HSL162°20.83%37.65%
HSB/HSV162°34.48%45.49%
CMYK34.48%0.00%10.34%
54.51%

Color #4C7468 in popluar number systems.

HEX4C7468
Decimal76116104
Binary100110011101001101000
Octal114164150

Shades and tints

Shades of #4C7468

#4C7468
(76,116,104)
#466A5F
(70,106,95)
#406056
(64,96,86)
#3A564D
(58,86,77)
#344C44
(52,76,68)
#2E423B
(46,66,59)
#283832
(40,56,50)
#222E29
(34,46,41)
#1C2420
(28,36,32)
#161A17
(22,26,23)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #4C7468

#4C7468
(76,116,104)
#5C8075
(92,128,117)
#6C8C82
(108,140,130)
#7C988F
(124,152,143)
#8CA49C
(140,164,156)
#9CB0A9
(156,176,169)
#ACBCB6
(172,188,182)
#BCC8C3
(188,200,195)
#CCD4D0
(204,212,208)
#DCE0DD
(220,224,221)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7468; }

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

This text font color is #4C7468.


Background Color

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

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

This div background color is #4C7468.


Border color

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

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

This div border color is #4C7468.


Opacity

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

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

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

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

This text has shadow with #4C7468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7468 on black background.


Color preview on white background

This text has color #4C7468 on white background.



Black color preview on #4C7468 background

This text has black color on #4C7468 background.


White color preview on #4C7468 background

This text has white color on #4C7468 background.