COLOR #4D5250

HEX: #4D5250
RGB: (77,82,80)

Renk bilgisi

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

RGB renk modeli

#4D5250 color RGB value is (77,82,80).

  • kırmız ton 77;
  • yeşil ton 82;
  • mavi ton 80.
RGB:
(77,82,80)
(30%,32%,31%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 82 of 255 = 32%
B 80 of 255 = 31%

77
82
80

R + G + B ~ 31%. #4D5250 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 82 + 80 = 239 (100%)
R 77 of 239 ~ 32.22%
G 82 of 239 ~ 34.31%
B 80 of 239 ~ 33.47%

%32.22
%34.31
%33.47

CMYK RENK MODELİ

#4D5250 rengi CMYK tonu (6,0,2,68).

  • camgöbeği tonu 6.10%
  • eflatun tonu 0.00%
  • sarı tonu 2.44%
  • ana renk tonu 67.84%
CMYK:
(6,0,2,68)
C6M0Y2K68 
(6%,0%,2%,68%)
(0.06/0.00/0.02/0.68)	

CMYK yüzdeleri

%6.1
%0
%2.44
%67.84

Codes

Color #4D5250 in popluar color models

4D5250
RGB778280
HSL156°3.14%31.18%
HSB/HSV156°6.10%32.16%
CMYK6.10%0.00%2.44%
67.84%

Color #4D5250 in popluar number systems.

HEX4D5250
Decimal778280
Binary100110110100101010000
Octal115122120

Shades and tints

Shades of #4D5250

#4D5250
(77,82,80)
#464B49
(70,75,73)
#3F4442
(63,68,66)
#383D3B
(56,61,59)
#313634
(49,54,52)
#2A2F2D
(42,47,45)
#232826
(35,40,38)
#1C211F
(28,33,31)
#151A18
(21,26,24)
#0E1311
(14,19,17)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #4D5250

#4D5250
(77,82,80)
#5D615F
(93,97,95)
#6D706E
(109,112,110)
#7D7F7D
(125,127,125)
#8D8E8C
(141,142,140)
#9D9D9B
(157,157,155)
#ADACAA
(173,172,170)
#BDBBB9
(189,187,185)
#CDCAC8
(205,202,200)
#DDD9D7
(221,217,215)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5250; }

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

This text font color is #4D5250.


Background Color

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

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

This div background color is #4D5250.


Border color

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

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

This div border color is #4D5250.


Opacity

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

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

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

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

This text has shadow with #4D5250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5250 on black background.


Color preview on white background

This text has color #4D5250 on white background.



Black color preview on #4D5250 background

This text has black color on #4D5250 background.


White color preview on #4D5250 background

This text has white color on #4D5250 background.