COLOR #4C4353

HEX: #4C4353
RGB: (76,67,83)

Renk bilgisi

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

RGB renk modeli

#4C4353 color RGB value is (76,67,83).

  • kırmız ton 76;
  • yeşil ton 67;
  • mavi ton 83.
RGB:
(76,67,83)
(30%,26%,33%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 67 of 255 = 26%
B 83 of 255 = 33%

76
67
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 67 + 83 = 226 (100%)
R 76 of 226 ~ 33.63%
G 67 of 226 ~ 29.65%
B 83 of 226 ~ 36.73%

%33.63
%29.65
%36.73

CMYK RENK MODELİ

#4C4353 rengi CMYK tonu (8,19,0,67).

  • camgöbeği tonu 8.43%
  • eflatun tonu 19.28%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(8,19,0,67)
C8M19Y0K67 
(8%,19%,0%,67%)
(0.08/0.19/0.00/0.67)	

CMYK yüzdeleri

%8.43
%19.28
%0
%67.45

Codes

Color #4C4353 in popluar color models

4C4353
RGB766783
HSL274°10.67%29.41%
HSB/HSV274°19.28%32.55%
CMYK8.43%19.28%0.00%
67.45%

Color #4C4353 in popluar number systems.

HEX4C4353
Decimal766783
Binary100110010000111010011
Octal114103123

Shades and tints

Shades of #4C4353

#4C4353
(76,67,83)
#463D4C
(70,61,76)
#403745
(64,55,69)
#3A313E
(58,49,62)
#342B37
(52,43,55)
#2E2530
(46,37,48)
#281F29
(40,31,41)
#221922
(34,25,34)
#1C131B
(28,19,27)
#160D14
(22,13,20)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #4C4353

#4C4353
(76,67,83)
#5C5462
(92,84,98)
#6C6571
(108,101,113)
#7C7680
(124,118,128)
#8C878F
(140,135,143)
#9C989E
(156,152,158)
#ACA9AD
(172,169,173)
#BCBABC
(188,186,188)
#CCCBCB
(204,203,203)
#DCDCDA
(220,220,218)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4353; }

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

This text font color is #4C4353.


Background Color

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

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

This div background color is #4C4353.


Border color

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

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

This div border color is #4C4353.


Opacity

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

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

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

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

This text has shadow with #4C4353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4353 on black background.


Color preview on white background

This text has color #4C4353 on white background.



Black color preview on #4C4353 background

This text has black color on #4C4353 background.


White color preview on #4C4353 background

This text has white color on #4C4353 background.