COLOR #4D395D

HEX: #4D395D
RGB: (77,57,93)

Renk bilgisi

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

RGB renk modeli

#4D395D color RGB value is (77,57,93).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 57 of 255 = 22%
B 93 of 255 = 36%

77
57
93

R + G + B ~ 29%. #4D395D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 57 + 93 = 227 (100%)
R 77 of 227 ~ 33.92%
G 57 of 227 ~ 25.11%
B 93 of 227 ~ 40.97%

%33.92
%25.11
%40.97

CMYK RENK MODELİ

#4D395D rengi CMYK tonu (17,39,0,64).

  • camgöbeği tonu 17.20%
  • eflatun tonu 38.71%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(17,39,0,64)
C17M39Y0K64 
(17%,39%,0%,64%)
(0.17/0.39/0.00/0.64)	

CMYK yüzdeleri

%17.2
%38.71
%0
%63.53

Codes

Color #4D395D in popluar color models

4D395D
RGB775793
HSL273°24.00%29.41%
HSB/HSV273°38.71%36.47%
CMYK17.20%38.71%0.00%
63.53%

Color #4D395D in popluar number systems.

HEX4D395D
Decimal775793
Binary10011011110011011101
Octal11571135

Shades and tints

Shades of #4D395D

#4D395D
(77,57,93)
#463455
(70,52,85)
#3F2F4D
(63,47,77)
#382A45
(56,42,69)
#31253D
(49,37,61)
#2A2035
(42,32,53)
#231B2D
(35,27,45)
#1C1625
(28,22,37)
#15111D
(21,17,29)
#0E0C15
(14,12,21)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #4D395D

#4D395D
(77,57,93)
#5D4B6B
(93,75,107)
#6D5D79
(109,93,121)
#7D6F87
(125,111,135)
#8D8195
(141,129,149)
#9D93A3
(157,147,163)
#ADA5B1
(173,165,177)
#BDB7BF
(189,183,191)
#CDC9CD
(205,201,205)
#DDDBDB
(221,219,219)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D395D; }

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

This text font color is #4D395D.


Background Color

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

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

This div background color is #4D395D.


Border color

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

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

This div border color is #4D395D.


Opacity

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

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

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

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

This text has shadow with #4D395D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D395D on black background.


Color preview on white background

This text has color #4D395D on white background.



Black color preview on #4D395D background

This text has black color on #4D395D background.


White color preview on #4D395D background

This text has white color on #4D395D background.