COLOR #4C7164

HEX: #4C7164
RGB: (76,113,100)

Color info

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

RGB color model

#4C7164 color RGB value is (76,113,100).

  • red value is 76;
  • green value is 113;
  • blue value is 100.
RGB:
(76,113,100)
(30%,44%,39%)

RGB channels and saturation

R 76 of 255 = 30%
G 113 of 255 = 44%
B 100 of 255 = 39%

76
113
100

R + G + B ~ 38%. #4C7164 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 113 + 100 = 289 (100%)
R 76 of 289 ~ 26.3%
G 113 of 289 ~ 39.1%
B 100 of 289 ~ 34.6%

%26.3
%39.1
%34.6

CMYK color model

#4C7164 color CMYK value is (33,0,12,56).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 11.50%
  • key color value is 55.69%
CMYK:
(33,0,12,56)
C33M0Y12K56 
(33%,0%,12%,56%)
(0.33/0.00/0.12/0.56)	

CMYK percentages

%32.74
%0
%11.5
%55.69

Codes

Color #4C7164 in popluar color models

4C7164
RGB76113100
HSL159°19.58%37.06%
HSB/HSV159°32.74%44.31%
CMYK32.74%0.00%11.50%
55.69%

Color #4C7164 in popluar number systems.

HEX4C7164
Decimal76113100
Binary100110011100011100100
Octal114161144

Shades and tints

Shades of #4C7164

#4C7164
(76,113,100)
#46675B
(70,103,91)
#405D52
(64,93,82)
#3A5349
(58,83,73)
#344940
(52,73,64)
#2E3F37
(46,63,55)
#28352E
(40,53,46)
#222B25
(34,43,37)
#1C211C
(28,33,28)
#161713
(22,23,19)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #4C7164

#4C7164
(76,113,100)
#5C7D72
(92,125,114)
#6C8980
(108,137,128)
#7C958E
(124,149,142)
#8CA19C
(140,161,156)
#9CADAA
(156,173,170)
#ACB9B8
(172,185,184)
#BCC5C6
(188,197,198)
#CCD1D4
(204,209,212)
#DCDDE2
(220,221,226)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7164; }

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

This text font color is #4C7164.


Background Color

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

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

This div background color is #4C7164.


Border color

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

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

This div border color is #4C7164.


Opacity

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

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

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

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

This text has shadow with #4C7164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7164 on black background.


Color preview on white background

This text has color #4C7164 on white background.



Black color preview on #4C7164 background

This text has black color on #4C7164 background.


White color preview on #4C7164 background

This text has white color on #4C7164 background.