COLOR #4C373F

HEX: #4C373F
RGB: (76,55,63)

Renk bilgisi

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

RGB renk modeli

#4C373F color RGB value is (76,55,63).

  • kırmız ton 76;
  • yeşil ton 55;
  • mavi ton 63.
RGB:
(76,55,63)
(30%,22%,25%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 55 of 255 = 22%
B 63 of 255 = 25%

76
55
63

R + G + B ~ 26%. #4C373F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 55 + 63 = 194 (100%)
R 76 of 194 ~ 39.18%
G 55 of 194 ~ 28.35%
B 63 of 194 ~ 32.47%

%39.18
%28.35
%32.47

CMYK RENK MODELİ

#4C373F rengi CMYK tonu (0,28,17,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.63%
  • sarı tonu 17.11%
  • ana renk tonu 70.20%
CMYK:
(0,28,17,70)
C0M28Y17K70 
(0%,28%,17%,70%)
(0.00/0.28/0.17/0.70)	

CMYK yüzdeleri

%0
%27.63
%17.11
%70.2

Codes

Color #4C373F in popluar color models

4C373F
RGB765563
HSL337°16.03%25.69%
HSB/HSV337°27.63%29.80%
CMYK0.00%27.63%17.11%
70.20%

Color #4C373F in popluar number systems.

HEX4C373F
Decimal765563
Binary1001100110111111111
Octal1146777

Shades and tints

Shades of #4C373F

#4C373F
(76,55,63)
#46323A
(70,50,58)
#402D35
(64,45,53)
#3A2830
(58,40,48)
#34232B
(52,35,43)
#2E1E26
(46,30,38)
#281921
(40,25,33)
#22141C
(34,20,28)
#1C0F17
(28,15,23)
#160A12
(22,10,18)
#10050D
(16,5,13)
#000000
(0,0,0)

Tints of #4C373F

#4C373F
(76,55,63)
#5C4950
(92,73,80)
#6C5B61
(108,91,97)
#7C6D72
(124,109,114)
#8C7F83
(140,127,131)
#9C9194
(156,145,148)
#ACA3A5
(172,163,165)
#BCB5B6
(188,181,182)
#CCC7C7
(204,199,199)
#DCD9D8
(220,217,216)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C373F; }

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

This text font color is #4C373F.


Background Color

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

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

This div background color is #4C373F.


Border color

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

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

This div border color is #4C373F.


Opacity

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

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

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

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

This text has shadow with #4C373F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C373F on black background.


Color preview on white background

This text has color #4C373F on white background.



Black color preview on #4C373F background

This text has black color on #4C373F background.


White color preview on #4C373F background

This text has white color on #4C373F background.