COLOR #51475D

HEX: #51475D
RGB: (81,71,93)

Renk bilgisi

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

RGB renk modeli

#51475D color RGB value is (81,71,93).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 71 of 255 = 28%
B 93 of 255 = 36%

81
71
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 71 + 93 = 245 (100%)
R 81 of 245 ~ 33.06%
G 71 of 245 ~ 28.98%
B 93 of 245 ~ 37.96%

%33.06
%28.98
%37.96

CMYK RENK MODELİ

#51475D rengi CMYK tonu (13,24,0,64).

  • camgöbeği tonu 12.90%
  • eflatun tonu 23.66%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(13,24,0,64)
C13M24Y0K64 
(13%,24%,0%,64%)
(0.13/0.24/0.00/0.64)	

CMYK yüzdeleri

%12.9
%23.66
%0
%63.53

Codes

Color #51475D in popluar color models

51475D
RGB817193
HSL267°13.41%32.16%
HSB/HSV267°23.66%36.47%
CMYK12.90%23.66%0.00%
63.53%

Color #51475D in popluar number systems.

HEX51475D
Decimal817193
Binary101000110001111011101
Octal121107135

Shades and tints

Shades of #51475D

#51475D
(81,71,93)
#4A4155
(74,65,85)
#433B4D
(67,59,77)
#3C3545
(60,53,69)
#352F3D
(53,47,61)
#2E2935
(46,41,53)
#27232D
(39,35,45)
#201D25
(32,29,37)
#19171D
(25,23,29)
#121115
(18,17,21)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #51475D

#51475D
(81,71,93)
#60576B
(96,87,107)
#6F6779
(111,103,121)
#7E7787
(126,119,135)
#8D8795
(141,135,149)
#9C97A3
(156,151,163)
#ABA7B1
(171,167,177)
#BAB7BF
(186,183,191)
#C9C7CD
(201,199,205)
#D8D7DB
(216,215,219)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51475D; }

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

This text font color is #51475D.


Background Color

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

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

This div background color is #51475D.


Border color

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

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

This div border color is #51475D.


Opacity

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

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

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

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

This text has shadow with #51475D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51475D on black background.


Color preview on white background

This text has color #51475D on white background.



Black color preview on #51475D background

This text has black color on #51475D background.


White color preview on #51475D background

This text has white color on #51475D background.