COLOR #4D4343

HEX: #4D4343
RGB: (77,67,67)

Renk bilgisi

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

RGB renk modeli

#4D4343 color RGB value is (77,67,67).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 67 of 255 = 26%
B 67 of 255 = 26%

77
67
67

R + G + B ~ 27%. #4D4343 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 67 + 67 = 211 (100%)
R 77 of 211 ~ 36.49%
G 67 of 211 ~ 31.75%
B 67 of 211 ~ 31.75%

%36.49
%31.75
%31.75

CMYK RENK MODELİ

#4D4343 rengi CMYK tonu (0,13,13,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.99%
  • sarı tonu 12.99%
  • ana renk tonu 69.80%
CMYK:
(0,13,13,70)
C0M13Y13K70 
(0%,13%,13%,70%)
(0.00/0.13/0.13/0.70)	

CMYK yüzdeleri

%0
%12.99
%12.99
%69.8

Codes

Color #4D4343 in popluar color models

4D4343
RGB776767
HSL6.94%28.24%
HSB/HSV12.99%30.20%
CMYK0.00%12.99%12.99%
69.80%

Color #4D4343 in popluar number systems.

HEX4D4343
Decimal776767
Binary100110110000111000011
Octal115103103

Shades and tints

Shades of #4D4343

#4D4343
(77,67,67)
#463D3D
(70,61,61)
#3F3737
(63,55,55)
#383131
(56,49,49)
#312B2B
(49,43,43)
#2A2525
(42,37,37)
#231F1F
(35,31,31)
#1C1919
(28,25,25)
#151313
(21,19,19)
#0E0D0D
(14,13,13)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #4D4343

#4D4343
(77,67,67)
#5D5454
(93,84,84)
#6D6565
(109,101,101)
#7D7676
(125,118,118)
#8D8787
(141,135,135)
#9D9898
(157,152,152)
#ADA9A9
(173,169,169)
#BDBABA
(189,186,186)
#CDCBCB
(205,203,203)
#DDDCDC
(221,220,220)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4343; }

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

This text font color is #4D4343.


Background Color

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

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

This div background color is #4D4343.


Border color

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

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

This div border color is #4D4343.


Opacity

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

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

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

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

This text has shadow with #4D4343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4343 on black background.


Color preview on white background

This text has color #4D4343 on white background.



Black color preview on #4D4343 background

This text has black color on #4D4343 background.


White color preview on #4D4343 background

This text has white color on #4D4343 background.