COLOR #4C625D

HEX: #4C625D
RGB: (76,98,93)

Color info

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

RGB color model

#4C625D color RGB value is (76,98,93).

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

RGB channels and saturation

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

76
98
93

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

Portions of RGB colors in percentages

R + G + B =
76 + 98 + 93 = 267 (100%)
R 76 of 267 ~ 28.46%
G 98 of 267 ~ 36.7%
B 93 of 267 ~ 34.83%

%28.46
%36.7
%34.83

CMYK color model

#4C625D color CMYK value is (22,0,5,62).

  • cyan value is 22.45%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 61.57%
CMYK:
(22,0,5,62)
C22M0Y5K62 
(22%,0%,5%,62%)
(0.22/0.00/0.05/0.62)	

CMYK percentages

%22.45
%0
%5.1
%61.57

Codes

Color #4C625D in popluar color models

4C625D
RGB769893
HSL166°12.64%34.12%
HSB/HSV166°22.45%38.43%
CMYK22.45%0.00%5.10%
61.57%

Color #4C625D in popluar number systems.

HEX4C625D
Decimal769893
Binary100110011000101011101
Octal114142135

Shades and tints

Shades of #4C625D

#4C625D
(76,98,93)
#465A55
(70,90,85)
#40524D
(64,82,77)
#3A4A45
(58,74,69)
#34423D
(52,66,61)
#2E3A35
(46,58,53)
#28322D
(40,50,45)
#222A25
(34,42,37)
#1C221D
(28,34,29)
#161A15
(22,26,21)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #4C625D

#4C625D
(76,98,93)
#5C706B
(92,112,107)
#6C7E79
(108,126,121)
#7C8C87
(124,140,135)
#8C9A95
(140,154,149)
#9CA8A3
(156,168,163)
#ACB6B1
(172,182,177)
#BCC4BF
(188,196,191)
#CCD2CD
(204,210,205)
#DCE0DB
(220,224,219)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C625D; }

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

This text font color is #4C625D.


Background Color

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

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

This div background color is #4C625D.


Border color

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

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

This div border color is #4C625D.


Opacity

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

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

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

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

This text has shadow with #4C625D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C625D on black background.


Color preview on white background

This text has color #4C625D on white background.



Black color preview on #4C625D background

This text has black color on #4C625D background.


White color preview on #4C625D background

This text has white color on #4C625D background.