COLOR #51495D

HEX: #51495D
RGB: (81,73,93)

Renk bilgisi

#51495D contains red, green and blue colors in about the same proportion. #51495D ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#51495D color RGB value is (81,73,93).

  • kırmız ton 81;
  • yeşil ton 73;
  • mavi ton 93.
RGB:
(81,73,93)
(32%,29%,36%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 73 of 255 = 29%
B 93 of 255 = 36%

81
73
93

R + G + B ~ 32%. #51495D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 73 + 93 = 247 (100%)
R 81 of 247 ~ 32.79%
G 73 of 247 ~ 29.55%
B 93 of 247 ~ 37.65%

%32.79
%29.55
%37.65

CMYK RENK MODELİ

#51495D rengi CMYK tonu (13,22,0,64).

  • camgöbeği tonu 12.90%
  • eflatun tonu 21.51%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(13,22,0,64)
C13M22Y0K64 
(13%,22%,0%,64%)
(0.13/0.22/0.00/0.64)	

CMYK yüzdeleri

%12.9
%21.51
%0
%63.53

Codes

Color #51495D in popluar color models

51495D
RGB817393
HSL264°12.05%32.55%
HSB/HSV264°21.51%36.47%
CMYK12.90%21.51%0.00%
63.53%

Color #51495D in popluar number systems.

HEX51495D
Decimal817393
Binary101000110010011011101
Octal121111135

Shades and tints

Shades of #51495D

#51495D
(81,73,93)
#4A4355
(74,67,85)
#433D4D
(67,61,77)
#3C3745
(60,55,69)
#35313D
(53,49,61)
#2E2B35
(46,43,53)
#27252D
(39,37,45)
#201F25
(32,31,37)
#19191D
(25,25,29)
#121315
(18,19,21)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #51495D

#51495D
(81,73,93)
#60596B
(96,89,107)
#6F6979
(111,105,121)
#7E7987
(126,121,135)
#8D8995
(141,137,149)
#9C99A3
(156,153,163)
#ABA9B1
(171,169,177)
#BAB9BF
(186,185,191)
#C9C9CD
(201,201,205)
#D8D9DB
(216,217,219)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51495D color. Also use rgb(81,73,93) instead hex code.

Text Font Color

.myTextColor { color: #51495D; }

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

This text font color is #51495D.


Background Color

.myBgColor { background-color: #51495D; }

<div style="background-color:#51495D">Inner text</div>

This div background color is #51495D.


Border color

.myBorderColor { border: 1px solid #51495D; }

<div style="border:3px solid #51495D">Div</div>

This div border color is #51495D.


Opacity

.myOpacity80 { color: #51495D; opacity: 0.8; }

<p style="color:#51495D;opacity:0.8;">80%</p>

Text with #51495D 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 #51495D;}

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

This text has shadow with #51495D color.

.textShadow {text-shadow: 3px 3px 1px #51495D, 3px 3px 1px red;}

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

This text has shadow with #51495D primary color and red secondary color.


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

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

This text has shadow with #51495D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51495D on black background.


Color preview on white background

This text has color #51495D on white background.



Black color preview on #51495D background

This text has black color on #51495D background.


White color preview on #51495D background

This text has white color on #51495D background.