COLOR #4D3737

HEX: #4D3737
RGB: (77,55,55)

Renk bilgisi

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

RGB renk modeli

#4D3737 color RGB value is (77,55,55).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 55 of 255 = 22%
B 55 of 255 = 22%

77
55
55

R + G + B ~ 25%. #4D3737 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 55 + 55 = 187 (100%)
R 77 of 187 ~ 41.18%
G 55 of 187 ~ 29.41%
B 55 of 187 ~ 29.41%

%41.18
%29.41
%29.41

CMYK RENK MODELİ

#4D3737 rengi CMYK tonu (0,29,29,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.57%
  • sarı tonu 28.57%
  • ana renk tonu 69.80%
CMYK:
(0,29,29,70)
C0M29Y29K70 
(0%,29%,29%,70%)
(0.00/0.29/0.29/0.70)	

CMYK yüzdeleri

%0
%28.57
%28.57
%69.8

Codes

Color #4D3737 in popluar color models

4D3737
RGB775555
HSL16.67%25.88%
HSB/HSV28.57%30.20%
CMYK0.00%28.57%28.57%
69.80%

Color #4D3737 in popluar number systems.

HEX4D3737
Decimal775555
Binary1001101110111110111
Octal1156767

Shades and tints

Shades of #4D3737

#4D3737
(77,55,55)
#463232
(70,50,50)
#3F2D2D
(63,45,45)
#382828
(56,40,40)
#312323
(49,35,35)
#2A1E1E
(42,30,30)
#231919
(35,25,25)
#1C1414
(28,20,20)
#150F0F
(21,15,15)
#0E0A0A
(14,10,10)
#070505
(7,5,5)
#000000
(0,0,0)

Tints of #4D3737

#4D3737
(77,55,55)
#5D4949
(93,73,73)
#6D5B5B
(109,91,91)
#7D6D6D
(125,109,109)
#8D7F7F
(141,127,127)
#9D9191
(157,145,145)
#ADA3A3
(173,163,163)
#BDB5B5
(189,181,181)
#CDC7C7
(205,199,199)
#DDD9D9
(221,217,217)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3737; }

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

This text font color is #4D3737.


Background Color

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

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

This div background color is #4D3737.


Border color

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

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

This div border color is #4D3737.


Opacity

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

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

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

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

This text has shadow with #4D3737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3737 on black background.


Color preview on white background

This text has color #4D3737 on white background.



Black color preview on #4D3737 background

This text has black color on #4D3737 background.


White color preview on #4D3737 background

This text has white color on #4D3737 background.