COLOR #4C4B46

HEX: #4C4B46
RGB: (76,75,70)

Renk bilgisi

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

RGB renk modeli

#4C4B46 color RGB value is (76,75,70).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 75 of 255 = 29%
B 70 of 255 = 27%

76
75
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 75 + 70 = 221 (100%)
R 76 of 221 ~ 34.39%
G 75 of 221 ~ 33.94%
B 70 of 221 ~ 31.67%

%34.39
%33.94
%31.67

CMYK RENK MODELİ

#4C4B46 rengi CMYK tonu (0,1,8,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.32%
  • sarı tonu 7.89%
  • ana renk tonu 70.20%
CMYK:
(0,1,8,70)
C0M1Y8K70 
(0%,1%,8%,70%)
(0.00/0.01/0.08/0.70)	

CMYK yüzdeleri

%0
%1.32
%7.89
%70.2

Codes

Color #4C4B46 in popluar color models

4C4B46
RGB767570
HSL50°4.11%28.63%
HSB/HSV50°7.89%29.80%
CMYK0.00%1.32%7.89%
70.20%

Color #4C4B46 in popluar number systems.

HEX4C4B46
Decimal767570
Binary100110010010111000110
Octal114113106

Shades and tints

Shades of #4C4B46

#4C4B46
(76,75,70)
#464540
(70,69,64)
#403F3A
(64,63,58)
#3A3934
(58,57,52)
#34332E
(52,51,46)
#2E2D28
(46,45,40)
#282722
(40,39,34)
#22211C
(34,33,28)
#1C1B16
(28,27,22)
#161510
(22,21,16)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #4C4B46

#4C4B46
(76,75,70)
#5C5B56
(92,91,86)
#6C6B66
(108,107,102)
#7C7B76
(124,123,118)
#8C8B86
(140,139,134)
#9C9B96
(156,155,150)
#ACABA6
(172,171,166)
#BCBBB6
(188,187,182)
#CCCBC6
(204,203,198)
#DCDBD6
(220,219,214)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4B46; }

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

This text font color is #4C4B46.


Background Color

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

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

This div background color is #4C4B46.


Border color

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

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

This div border color is #4C4B46.


Opacity

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

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

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

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

This text has shadow with #4C4B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4B46 on black background.


Color preview on white background

This text has color #4C4B46 on white background.



Black color preview on #4C4B46 background

This text has black color on #4C4B46 background.


White color preview on #4C4B46 background

This text has white color on #4C4B46 background.