COLOR #4C625E

HEX: #4C625E RGB: (76,98,94)

Color info

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

RGB color model

#4C625E color RGB value is (76,98,94).

RGB: (76,98,94) (30%, 38%, 37%)

RGB channels and saturation

R 76 of 255 = 30%
G 98 of 255 = 38%
B 94 of 255 = 37%

76
98
94

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

Portions of RGB colors in percentages

R + G + B = 76 + 98 + 94 = 268 (100%)
R 76 of 268 ~ 28.36%
G 98 of 268 ~ 36.57%
B 94 of 268 ~ 35.07'%

%28.36
%36.57
%35.07

CMYK color model

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

  • cyan value is 22.45%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 61.57%

CMYK: (22,0,4,62)
C22M0Y4K62 (22%, 0%, 4%, 62%)
(0.22 / 0.00 / 0.04 / 0.62)

CMYK percentages

%22.45
%0
%4.08
%61.57

Codes

Color #4C625E in popluar color models

4C 62 5E
RGB 76 98 94
HSL 169° 12.64% 34.12%
HSB/HSV 169° 22.45% 38.43%
CMYK 22.45% 0.00% 4.08%
61.57%

Color #4C625E in popluar number systems.

HEX 4C 62 5E
Decimal 76 98 94
Binary 1001100 1100010 1011110
Octal 114 142 136

Shades and tints

Shades of #4C625E

#4C625E
(76,98,94)
#465A56
(70,90,86)
#40524E
(64,82,78)
#3A4A46
(58,74,70)
#34423E
(52,66,62)
#2E3A36
(46,58,54)
#28322E
(40,50,46)
#222A26
(34,42,38)
#1C221E
(28,34,30)
#161A16
(22,26,22)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #4C625E

#4C625E
(76,98,94)
#5C706C
(92,112,108)
#6C7E7A
(108,126,122)
#7C8C88
(124,140,136)
#8C9A96
(140,154,150)
#9CA8A4
(156,168,164)
#ACB6B2
(172,182,178)
#BCC4C0
(188,196,192)
#CCD2CE
(204,210,206)
#DCE0DC
(220,224,220)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C625E; }

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

This text font color is #4C625E.

Background Color

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

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

This div background color is #4C625E.

Border color

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

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

This div border color is #4C625E.

Opacity

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

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

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

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

This text has shadow with #4C625E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C625E.

Preview

Color preview on black background

This text has color #4C625E on black background.


Color preview on white background

This text has color #4C625E on white background.


Black color preview on #4C625E background

This text has black color on #4C625E background.


White color preview on #4C625E background

This text has white color on #4C625E background.


Related colors

Complementary color

Complementary color for #hex is #B39DA1.


I love getcolorcode.com

Triadic colors

1 #5E4C62 and #625E4C with #4C625E are triadic colors.

2 #5E624C and #624C5E with #4C625E are triadic colors.