COLOR #4C434B

HEX: #4C434B
RGB: (76,67,75)

Renk bilgisi

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

RGB renk modeli

#4C434B color RGB value is (76,67,75).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 67 of 255 = 26%
B 75 of 255 = 29%

76
67
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 67 + 75 = 218 (100%)
R 76 of 218 ~ 34.86%
G 67 of 218 ~ 30.73%
B 75 of 218 ~ 34.4%

%34.86
%30.73
%34.4

CMYK RENK MODELİ

#4C434B rengi CMYK tonu (0,12,1,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.84%
  • sarı tonu 1.32%
  • ana renk tonu 70.20%
CMYK:
(0,12,1,70)
C0M12Y1K70 
(0%,12%,1%,70%)
(0.00/0.12/0.01/0.70)	

CMYK yüzdeleri

%0
%11.84
%1.32
%70.2

Codes

Color #4C434B in popluar color models

4C434B
RGB766775
HSL307°6.29%28.04%
HSB/HSV307°11.84%29.80%
CMYK0.00%11.84%1.32%
70.20%

Color #4C434B in popluar number systems.

HEX4C434B
Decimal766775
Binary100110010000111001011
Octal114103113

Shades and tints

Shades of #4C434B

#4C434B
(76,67,75)
#463D45
(70,61,69)
#40373F
(64,55,63)
#3A3139
(58,49,57)
#342B33
(52,43,51)
#2E252D
(46,37,45)
#281F27
(40,31,39)
#221921
(34,25,33)
#1C131B
(28,19,27)
#160D15
(22,13,21)
#10070F
(16,7,15)
#000000
(0,0,0)

Tints of #4C434B

#4C434B
(76,67,75)
#5C545B
(92,84,91)
#6C656B
(108,101,107)
#7C767B
(124,118,123)
#8C878B
(140,135,139)
#9C989B
(156,152,155)
#ACA9AB
(172,169,171)
#BCBABB
(188,186,187)
#CCCBCB
(204,203,203)
#DCDCDB
(220,220,219)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C434B; }

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

This text font color is #4C434B.


Background Color

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

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

This div background color is #4C434B.


Border color

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

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

This div border color is #4C434B.


Opacity

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

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

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

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

This text has shadow with #4C434B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C434B on black background.


Color preview on white background

This text has color #4C434B on white background.



Black color preview on #4C434B background

This text has black color on #4C434B background.


White color preview on #4C434B background

This text has white color on #4C434B background.