COLOR #4D493C

HEX: #4D493C
RGB: (77,73,60)

Renk bilgisi

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

RGB renk modeli

#4D493C color RGB value is (77,73,60).

  • kırmız ton 77;
  • yeşil ton 73;
  • mavi ton 60.
RGB:
(77,73,60)
(30%,29%,24%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 73 of 255 = 29%
B 60 of 255 = 24%

77
73
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 73 + 60 = 210 (100%)
R 77 of 210 ~ 36.67%
G 73 of 210 ~ 34.76%
B 60 of 210 ~ 28.57%

%36.67
%34.76
%28.57

CMYK RENK MODELİ

#4D493C rengi CMYK tonu (0,5,22,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.19%
  • sarı tonu 22.08%
  • ana renk tonu 69.80%
CMYK:
(0,5,22,70)
C0M5Y22K70 
(0%,5%,22%,70%)
(0.00/0.05/0.22/0.70)	

CMYK yüzdeleri

%0
%5.19
%22.08
%69.8

Codes

Color #4D493C in popluar color models

4D493C
RGB777360
HSL46°12.41%26.86%
HSB/HSV46°22.08%30.20%
CMYK0.00%5.19%22.08%
69.80%

Color #4D493C in popluar number systems.

HEX4D493C
Decimal777360
Binary10011011001001111100
Octal11511174

Shades and tints

Shades of #4D493C

#4D493C
(77,73,60)
#464337
(70,67,55)
#3F3D32
(63,61,50)
#38372D
(56,55,45)
#313128
(49,49,40)
#2A2B23
(42,43,35)
#23251E
(35,37,30)
#1C1F19
(28,31,25)
#151914
(21,25,20)
#0E130F
(14,19,15)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #4D493C

#4D493C
(77,73,60)
#5D594D
(93,89,77)
#6D695E
(109,105,94)
#7D796F
(125,121,111)
#8D8980
(141,137,128)
#9D9991
(157,153,145)
#ADA9A2
(173,169,162)
#BDB9B3
(189,185,179)
#CDC9C4
(205,201,196)
#DDD9D5
(221,217,213)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D493C; }

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

This text font color is #4D493C.


Background Color

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

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

This div background color is #4D493C.


Border color

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

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

This div border color is #4D493C.


Opacity

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

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

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

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

This text has shadow with #4D493C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D493C on black background.


Color preview on white background

This text has color #4D493C on white background.



Black color preview on #4D493C background

This text has black color on #4D493C background.


White color preview on #4D493C background

This text has white color on #4D493C background.