COLOR #4C4444

HEX: #4C4444 RGB: (76,68,68)

Renk bilgisi

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

RGB renk modeli

#4C4444 color RGB value is (76,68,68).

RGB: (76,68,68) (30%, 27%, 27%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 68 of 255 = 27%
B 68 of 255 = 27%

76
68
68

R + G + B ~ 28%. #4C4444 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B = 76 + 68 + 68 = 212 (100%)
R 76 of 212 ~ 35.85%
G 68 of 212 ~ 32.08%
B 68 of 212 ~ 32.08'%

%35.85
%32.08
%32.08

CMYK RENK MODELİ

#4C4444 rengi CMYK tonu (0,11,11,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.53%
  • sarı tonu 10.53%
  • ana renk tonu 70.20%

CMYK: (0,11,11,70)
C0M11Y11K70 (0%, 11%, 11%, 70%)
(0.00 / 0.11 / 0.11 / 0.70)

CMYK yüzdeleri

%0
%10.53
%10.53
%70.2

Codes

Color #4C4444 in popluar color models

4C 44 44
RGB 76 68 68
HSL 5.56% 28.24%
HSB/HSV 10.53% 29.80%
CMYK 0.00% 10.53% 10.53%
70.20%

Color #4C4444 in popluar number systems.

HEX 4C 44 44
Decimal 76 68 68
Binary 1001100 1000100 1000100
Octal 114 104 104

Shades and tints

Shades of #4C4444

#4C4444
(76,68,68)
#463E3E
(70,62,62)
#403838
(64,56,56)
#3A3232
(58,50,50)
#342C2C
(52,44,44)
#2E2626
(46,38,38)
#282020
(40,32,32)
#221A1A
(34,26,26)
#1C1414
(28,20,20)
#160E0E
(22,14,14)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #4C4444

#4C4444
(76,68,68)
#5C5555
(92,85,85)
#6C6666
(108,102,102)
#7C7777
(124,119,119)
#8C8888
(140,136,136)
#9C9999
(156,153,153)
#ACAAAA
(172,170,170)
#BCBBBB
(188,187,187)
#CCCCCC
(204,204,204)
#DCDDDD
(220,221,221)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4444; }

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

This text font color is #4C4444.

Background Color

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

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

This div background color is #4C4444.

Border color

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

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

This div border color is #4C4444.

Opacity

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

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

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

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

This text has shadow with #4C4444 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4444.

Preview

Color preview on black background

This text has color #4C4444 on black background.


Color preview on white background

This text has color #4C4444 on white background.


Black color preview on #4C4444 background

This text has black color on #4C4444 background.


White color preview on #4C4444 background

This text has white color on #4C4444 background.


Related colors

Complementary color

Complementary color for #hex is #B3BBBB.


I love getcolorcode.com