COLOR #4C625C

HEX: #4C625C
RGB: (76,98,92)

Color info

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

RGB color model

#4C625C color RGB value is (76,98,92).

  • red value is 76;
  • green value is 98;
  • blue value is 92.
RGB:
(76,98,92)
(30%,38%,36%)

RGB channels and saturation

R 76 of 255 = 30%
G 98 of 255 = 38%
B 92 of 255 = 36%

76
98
92

R + G + B ~ 35%. #4C625C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 98 + 92 = 266 (100%)
R 76 of 266 ~ 28.57%
G 98 of 266 ~ 36.84%
B 92 of 266 ~ 34.59%

%28.57
%36.84
%34.59

CMYK color model

#4C625C color CMYK value is (22,0,6,62).

  • cyan value is 22.45%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 61.57%
CMYK:
(22,0,6,62)
C22M0Y6K62 
(22%,0%,6%,62%)
(0.22/0.00/0.06/0.62)	

CMYK percentages

%22.45
%0
%6.12
%61.57

Codes

Color #4C625C in popluar color models

4C625C
RGB769892
HSL164°12.64%34.12%
HSB/HSV164°22.45%38.43%
CMYK22.45%0.00%6.12%
61.57%

Color #4C625C in popluar number systems.

HEX4C625C
Decimal769892
Binary100110011000101011100
Octal114142134

Shades and tints

Shades of #4C625C

#4C625C
(76,98,92)
#465A54
(70,90,84)
#40524C
(64,82,76)
#3A4A44
(58,74,68)
#34423C
(52,66,60)
#2E3A34
(46,58,52)
#28322C
(40,50,44)
#222A24
(34,42,36)
#1C221C
(28,34,28)
#161A14
(22,26,20)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #4C625C

#4C625C
(76,98,92)
#5C706A
(92,112,106)
#6C7E78
(108,126,120)
#7C8C86
(124,140,134)
#8C9A94
(140,154,148)
#9CA8A2
(156,168,162)
#ACB6B0
(172,182,176)
#BCC4BE
(188,196,190)
#CCD2CC
(204,210,204)
#DCE0DA
(220,224,218)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C625C; }

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

This text font color is #4C625C.


Background Color

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

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

This div background color is #4C625C.


Border color

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

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

This div border color is #4C625C.


Opacity

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

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

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

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

This text has shadow with #4C625C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C625C on black background.


Color preview on white background

This text has color #4C625C on white background.



Black color preview on #4C625C background

This text has black color on #4C625C background.


White color preview on #4C625C background

This text has white color on #4C625C background.