COLOR #4C4449

HEX: #4C4449
RGB: (76,68,73)

Renk bilgisi

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

RGB renk modeli

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

  • kırmız ton 76;
  • yeşil ton 68;
  • mavi ton 73.
RGB:
(76,68,73)
(30%,27%,29%)

RGB bağlantıları ve doygunluk

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

76
68
73

R + G + B ~ 29%. #4C4449 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 68 + 73 = 217 (100%)
R 76 of 217 ~ 35.02%
G 68 of 217 ~ 31.34%
B 73 of 217 ~ 33.64%

%35.02
%31.34
%33.64

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.53%
  • sarı tonu 3.95%
  • ana renk tonu 70.20%
CMYK:
(0,11,4,70)
C0M11Y4K70 
(0%,11%,4%,70%)
(0.00/0.11/0.04/0.70)	

CMYK yüzdeleri

%0
%10.53
%3.95
%70.2

Codes

Color #4C4449 in popluar color models

4C4449
RGB766873
HSL323°5.56%28.24%
HSB/HSV323°10.53%29.80%
CMYK0.00%10.53%3.95%
70.20%

Color #4C4449 in popluar number systems.

HEX4C4449
Decimal766873
Binary100110010001001001001
Octal114104111

Shades and tints

Shades of #4C4449

#4C4449
(76,68,73)
#463E43
(70,62,67)
#40383D
(64,56,61)
#3A3237
(58,50,55)
#342C31
(52,44,49)
#2E262B
(46,38,43)
#282025
(40,32,37)
#221A1F
(34,26,31)
#1C1419
(28,20,25)
#160E13
(22,14,19)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #4C4449

#4C4449
(76,68,73)
#5C5559
(92,85,89)
#6C6669
(108,102,105)
#7C7779
(124,119,121)
#8C8889
(140,136,137)
#9C9999
(156,153,153)
#ACAAA9
(172,170,169)
#BCBBB9
(188,187,185)
#CCCCC9
(204,204,201)
#DCDDD9
(220,221,217)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4449; }

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

This text font color is #4C4449.


Background Color

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

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

This div background color is #4C4449.


Border color

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

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

This div border color is #4C4449.


Opacity

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

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

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

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

This text has shadow with #4C4449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4449 on black background.


Color preview on white background

This text has color #4C4449 on white background.



Black color preview on #4C4449 background

This text has black color on #4C4449 background.


White color preview on #4C4449 background

This text has white color on #4C4449 background.