COLOR #4C5343

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

76
83
67

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

Yüzdelerle RGB renk parçaları

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

%33.63
%36.73
%29.65

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%8.43
%0
%19.28
%67.45

Codes

Color #4C5343 in popluar color models

4C5343
RGB768367
HSL86°10.67%29.41%
HSB/HSV86°19.28%32.55%
CMYK8.43%0.00%19.28%
67.45%

Color #4C5343 in popluar number systems.

HEX4C5343
Decimal768367
Binary100110010100111000011
Octal114123103

Shades and tints

Shades of #4C5343

#4C5343
(76,83,67)
#464C3D
(70,76,61)
#404537
(64,69,55)
#3A3E31
(58,62,49)
#34372B
(52,55,43)
#2E3025
(46,48,37)
#28291F
(40,41,31)
#222219
(34,34,25)
#1C1B13
(28,27,19)
#16140D
(22,20,13)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #4C5343

#4C5343
(76,83,67)
#5C6254
(92,98,84)
#6C7165
(108,113,101)
#7C8076
(124,128,118)
#8C8F87
(140,143,135)
#9C9E98
(156,158,152)
#ACADA9
(172,173,169)
#BCBCBA
(188,188,186)
#CCCBCB
(204,203,203)
#DCDADC
(220,218,220)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5343; }

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

This text font color is #4C5343.


Background Color

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

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

This div background color is #4C5343.


Border color

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

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

This div border color is #4C5343.


Opacity

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

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

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

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

This text has shadow with #4C5343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5343 on black background.


Color preview on white background

This text has color #4C5343 on white background.



Black color preview on #4C5343 background

This text has black color on #4C5343 background.


White color preview on #4C5343 background

This text has white color on #4C5343 background.