COLOR #4D314F

HEX: #4D314F
RGB: (77,49,79)

Renk bilgisi

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

RGB renk modeli

#4D314F color RGB value is (77,49,79).

  • kırmız ton 77;
  • yeşil ton 49;
  • mavi ton 79.
RGB:
(77,49,79)
(30%,19%,31%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 49 of 255 = 19%
B 79 of 255 = 31%

77
49
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 49 + 79 = 205 (100%)
R 77 of 205 ~ 37.56%
G 49 of 205 ~ 23.9%
B 79 of 205 ~ 38.54%

%37.56
%23.9
%38.54

CMYK RENK MODELİ

#4D314F rengi CMYK tonu (3,38,0,69).

  • camgöbeği tonu 2.53%
  • eflatun tonu 37.97%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(3,38,0,69)
C3M38Y0K69 
(3%,38%,0%,69%)
(0.03/0.38/0.00/0.69)	

CMYK yüzdeleri

%2.53
%37.97
%0
%69.02

Codes

Color #4D314F in popluar color models

4D314F
RGB774979
HSL296°23.44%25.10%
HSB/HSV296°37.97%30.98%
CMYK2.53%37.97%0.00%
69.02%

Color #4D314F in popluar number systems.

HEX4D314F
Decimal774979
Binary10011011100011001111
Octal11561117

Shades and tints

Shades of #4D314F

#4D314F
(77,49,79)
#462D48
(70,45,72)
#3F2941
(63,41,65)
#38253A
(56,37,58)
#312133
(49,33,51)
#2A1D2C
(42,29,44)
#231925
(35,25,37)
#1C151E
(28,21,30)
#151117
(21,17,23)
#0E0D10
(14,13,16)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #4D314F

#4D314F
(77,49,79)
#5D435F
(93,67,95)
#6D556F
(109,85,111)
#7D677F
(125,103,127)
#8D798F
(141,121,143)
#9D8B9F
(157,139,159)
#AD9DAF
(173,157,175)
#BDAFBF
(189,175,191)
#CDC1CF
(205,193,207)
#DDD3DF
(221,211,223)
#EDE5EF
(237,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D314F; }

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

This text font color is #4D314F.


Background Color

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

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

This div background color is #4D314F.


Border color

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

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

This div border color is #4D314F.


Opacity

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

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

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

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

This text has shadow with #4D314F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D314F on black background.


Color preview on white background

This text has color #4D314F on white background.



Black color preview on #4D314F background

This text has black color on #4D314F background.


White color preview on #4D314F background

This text has white color on #4D314F background.