COLOR #4D493A

HEX: #4D493A
RGB: (77,73,58)

Renk bilgisi

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

RGB renk modeli

#4D493A color RGB value is (77,73,58).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 73 of 255 = 29%
B 58 of 255 = 23%

77
73
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 73 + 58 = 208 (100%)
R 77 of 208 ~ 37.02%
G 73 of 208 ~ 35.1%
B 58 of 208 ~ 27.88%

%37.02
%35.1
%27.88

CMYK RENK MODELİ

#4D493A rengi CMYK tonu (0,5,25,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.19%
  • sarı tonu 24.68%
  • ana renk tonu 69.80%
CMYK:
(0,5,25,70)
C0M5Y25K70 
(0%,5%,25%,70%)
(0.00/0.05/0.25/0.70)	

CMYK yüzdeleri

%0
%5.19
%24.68
%69.8

Codes

Color #4D493A in popluar color models

4D493A
RGB777358
HSL47°14.07%26.47%
HSB/HSV47°24.68%30.20%
CMYK0.00%5.19%24.68%
69.80%

Color #4D493A in popluar number systems.

HEX4D493A
Decimal777358
Binary10011011001001111010
Octal11511172

Shades and tints

Shades of #4D493A

#4D493A
(77,73,58)
#464335
(70,67,53)
#3F3D30
(63,61,48)
#38372B
(56,55,43)
#313126
(49,49,38)
#2A2B21
(42,43,33)
#23251C
(35,37,28)
#1C1F17
(28,31,23)
#151912
(21,25,18)
#0E130D
(14,19,13)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #4D493A

#4D493A
(77,73,58)
#5D594B
(93,89,75)
#6D695C
(109,105,92)
#7D796D
(125,121,109)
#8D897E
(141,137,126)
#9D998F
(157,153,143)
#ADA9A0
(173,169,160)
#BDB9B1
(189,185,177)
#CDC9C2
(205,201,194)
#DDD9D3
(221,217,211)
#EDE9E4
(237,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D493A; }

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

This text font color is #4D493A.


Background Color

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

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

This div background color is #4D493A.


Border color

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

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

This div border color is #4D493A.


Opacity

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

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

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

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

This text has shadow with #4D493A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D493A on black background.


Color preview on white background

This text has color #4D493A on white background.



Black color preview on #4D493A background

This text has black color on #4D493A background.


White color preview on #4D493A background

This text has white color on #4D493A background.