COLOR #4C634F

HEX: #4C634F
RGB: (76,99,79)

Color info

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

RGB color model

#4C634F color RGB value is (76,99,79).

  • red value is 76;
  • green value is 99;
  • blue value is 79.
RGB:
(76,99,79)
(30%,39%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 99 of 255 = 39%
B 79 of 255 = 31%

76
99
79

R + G + B ~ 33%. #4C634F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 99 + 79 = 254 (100%)
R 76 of 254 ~ 29.92%
G 99 of 254 ~ 38.98%
B 79 of 254 ~ 31.1%

%29.92
%38.98
%31.1

CMYK color model

#4C634F color CMYK value is (23,0,20,61).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 20.20%
  • key color value is 61.18%
CMYK:
(23,0,20,61)
C23M0Y20K61 
(23%,0%,20%,61%)
(0.23/0.00/0.20/0.61)	

CMYK percentages

%23.23
%0
%20.2
%61.18

Codes

Color #4C634F in popluar color models

4C634F
RGB769979
HSL128°13.14%34.31%
HSB/HSV128°23.23%38.82%
CMYK23.23%0.00%20.20%
61.18%

Color #4C634F in popluar number systems.

HEX4C634F
Decimal769979
Binary100110011000111001111
Octal114143117

Shades and tints

Shades of #4C634F

#4C634F
(76,99,79)
#465A48
(70,90,72)
#405141
(64,81,65)
#3A483A
(58,72,58)
#343F33
(52,63,51)
#2E362C
(46,54,44)
#282D25
(40,45,37)
#22241E
(34,36,30)
#1C1B17
(28,27,23)
#161210
(22,18,16)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #4C634F

#4C634F
(76,99,79)
#5C715F
(92,113,95)
#6C7F6F
(108,127,111)
#7C8D7F
(124,141,127)
#8C9B8F
(140,155,143)
#9CA99F
(156,169,159)
#ACB7AF
(172,183,175)
#BCC5BF
(188,197,191)
#CCD3CF
(204,211,207)
#DCE1DF
(220,225,223)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C634F color. Also use rgb(76,99,79) instead hex code.

Text Font Color

.myTextColor { color: #4C634F; }

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

This text font color is #4C634F.


Background Color

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

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

This div background color is #4C634F.


Border color

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

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

This div border color is #4C634F.


Opacity

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

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

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

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

This text has shadow with #4C634F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C634F on black background.


Color preview on white background

This text has color #4C634F on white background.



Black color preview on #4C634F background

This text has black color on #4C634F background.


White color preview on #4C634F background

This text has white color on #4C634F background.