COLOR #4C5446

HEX: #4C5446
RGB: (76,84,70)

Renk bilgisi

#4C5446 contains red, green and blue colors in about the same proportion. #4C5446 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#4C5446 color RGB value is (76,84,70).

  • kırmız ton 76;
  • yeşil ton 84;
  • mavi ton 70.
RGB:
(76,84,70)
(30%,33%,27%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 84 of 255 = 33%
B 70 of 255 = 27%

76
84
70

R + G + B ~ 30%. #4C5446 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 84 + 70 = 230 (100%)
R 76 of 230 ~ 33.04%
G 84 of 230 ~ 36.52%
B 70 of 230 ~ 30.43%

%33.04
%36.52
%30.43

CMYK RENK MODELİ

#4C5446 rengi CMYK tonu (10,0,17,67).

  • camgöbeği tonu 9.52%
  • eflatun tonu 0.00%
  • sarı tonu 16.67%
  • ana renk tonu 67.06%
CMYK:
(10,0,17,67)
C10M0Y17K67 
(10%,0%,17%,67%)
(0.10/0.00/0.17/0.67)	

CMYK yüzdeleri

%9.52
%0
%16.67
%67.06

Codes

Color #4C5446 in popluar color models

4C5446
RGB768470
HSL94°9.09%30.20%
HSB/HSV94°16.67%32.94%
CMYK9.52%0.00%16.67%
67.06%

Color #4C5446 in popluar number systems.

HEX4C5446
Decimal768470
Binary100110010101001000110
Octal114124106

Shades and tints

Shades of #4C5446

#4C5446
(76,84,70)
#464D40
(70,77,64)
#40463A
(64,70,58)
#3A3F34
(58,63,52)
#34382E
(52,56,46)
#2E3128
(46,49,40)
#282A22
(40,42,34)
#22231C
(34,35,28)
#1C1C16
(28,28,22)
#161510
(22,21,16)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #4C5446

#4C5446
(76,84,70)
#5C6356
(92,99,86)
#6C7266
(108,114,102)
#7C8176
(124,129,118)
#8C9086
(140,144,134)
#9C9F96
(156,159,150)
#ACAEA6
(172,174,166)
#BCBDB6
(188,189,182)
#CCCCC6
(204,204,198)
#DCDBD6
(220,219,214)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5446 color. Also use rgb(76,84,70) instead hex code.

Text Font Color

.myTextColor { color: #4C5446; }

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

This text font color is #4C5446.


Background Color

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

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

This div background color is #4C5446.


Border color

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

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

This div border color is #4C5446.


Opacity

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

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

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

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

This text has shadow with #4C5446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5446 on black background.


Color preview on white background

This text has color #4C5446 on white background.



Black color preview on #4C5446 background

This text has black color on #4C5446 background.


White color preview on #4C5446 background

This text has white color on #4C5446 background.