COLOR #4C846D

HEX: #4C846D
RGB: (76,132,109)

Color info

#4C846D contains red, green and blue colors in about the same proportion. Web safe color of #4C846D is #339966 (or #396).

RGB color model

#4C846D color RGB value is (76,132,109).

  • red value is 76;
  • green value is 132;
  • blue value is 109.
RGB:
(76,132,109)
(30%,52%,43%)

RGB channels and saturation

R 76 of 255 = 30%
G 132 of 255 = 52%
B 109 of 255 = 43%

76
132
109

R + G + B ~ 42%. #4C846D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 132 + 109 = 317 (100%)
R 76 of 317 ~ 23.97%
G 132 of 317 ~ 41.64%
B 109 of 317 ~ 34.38%

%23.97
%41.64
%34.38

CMYK color model

#4C846D color CMYK value is (42,0,17,48).

  • cyan value is 42.42%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 48.24%
CMYK:
(42,0,17,48)
C42M0Y17K48 
(42%,0%,17%,48%)
(0.42/0.00/0.17/0.48)	

CMYK percentages

%42.42
%0
%17.42
%48.24

Codes

Color #4C846D in popluar color models

4C846D
RGB76132109
HSL155°26.92%40.78%
HSB/HSV155°42.42%51.76%
CMYK42.42%0.00%17.42%
48.24%

Color #4C846D in popluar number systems.

HEX4C846D
Decimal76132109
Binary1001100100001001101101
Octal114204155

Shades and tints

Shades of #4C846D

#4C846D
(76,132,109)
#467864
(70,120,100)
#406C5B
(64,108,91)
#3A6052
(58,96,82)
#345449
(52,84,73)
#2E4840
(46,72,64)
#283C37
(40,60,55)
#22302E
(34,48,46)
#1C2425
(28,36,37)
#16181C
(22,24,28)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #4C846D

#4C846D
(76,132,109)
#5C8F7A
(92,143,122)
#6C9A87
(108,154,135)
#7CA594
(124,165,148)
#8CB0A1
(140,176,161)
#9CBBAE
(156,187,174)
#ACC6BB
(172,198,187)
#BCD1C8
(188,209,200)
#CCDCD5
(204,220,213)
#DCE7E2
(220,231,226)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C846D color. Also use rgb(76,132,109) instead hex code.

Text Font Color

.myTextColor { color: #4C846D; }

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

This text font color is #4C846D.


Background Color

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

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

This div background color is #4C846D.


Border color

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

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

This div border color is #4C846D.


Opacity

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

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

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

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

This text has shadow with #4C846D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C846D on black background.


Color preview on white background

This text has color #4C846D on white background.



Black color preview on #4C846D background

This text has black color on #4C846D background.


White color preview on #4C846D background

This text has white color on #4C846D background.