COLOR #51596B

HEX: #51596B
RGB: (81,89,107)

Renk bilgisi

#51596B contains red, green and blue colors in about the same proportion. #51596B ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#51596B color RGB value is (81,89,107).

  • kırmız ton 81;
  • yeşil ton 89;
  • mavi ton 107.
RGB:
(81,89,107)
(32%,35%,42%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 89 of 255 = 35%
B 107 of 255 = 42%

81
89
107

R + G + B ~ 36%. #51596B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 89 + 107 = 277 (100%)
R 81 of 277 ~ 29.24%
G 89 of 277 ~ 32.13%
B 107 of 277 ~ 38.63%

%29.24
%32.13
%38.63

CMYK RENK MODELİ

#51596B rengi CMYK tonu (24,17,0,58).

  • camgöbeği tonu 24.30%
  • eflatun tonu 16.82%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(24,17,0,58)
C24M17Y0K58 
(24%,17%,0%,58%)
(0.24/0.17/0.00/0.58)	

CMYK yüzdeleri

%24.3
%16.82
%0
%58.04

Codes

Color #51596B in popluar color models

51596B
RGB8189107
HSL222°13.83%36.86%
HSB/HSV222°24.30%41.96%
CMYK24.30%16.82%0.00%
58.04%

Color #51596B in popluar number systems.

HEX51596B
Decimal8189107
Binary101000110110011101011
Octal121131153

Shades and tints

Shades of #51596B

#51596B
(81,89,107)
#4A5162
(74,81,98)
#434959
(67,73,89)
#3C4150
(60,65,80)
#353947
(53,57,71)
#2E313E
(46,49,62)
#272935
(39,41,53)
#20212C
(32,33,44)
#191923
(25,25,35)
#12111A
(18,17,26)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #51596B

#51596B
(81,89,107)
#606878
(96,104,120)
#6F7785
(111,119,133)
#7E8692
(126,134,146)
#8D959F
(141,149,159)
#9CA4AC
(156,164,172)
#ABB3B9
(171,179,185)
#BAC2C6
(186,194,198)
#C9D1D3
(201,209,211)
#D8E0E0
(216,224,224)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51596B color. Also use rgb(81,89,107) instead hex code.

Text Font Color

.myTextColor { color: #51596B; }

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

This text font color is #51596B.


Background Color

.myBgColor { background-color: #51596B; }

<div style="background-color:#51596B">Inner text</div>

This div background color is #51596B.


Border color

.myBorderColor { border: 1px solid #51596B; }

<div style="border:3px solid #51596B">Div</div>

This div border color is #51596B.


Opacity

.myOpacity80 { color: #51596B; opacity: 0.8; }

<p style="color:#51596B;opacity:0.8;">80%</p>

Text with #51596B 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 #51596B;}

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

This text has shadow with #51596B color.

.textShadow {text-shadow: 3px 3px 1px #51596B, 3px 3px 1px red;}

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

This text has shadow with #51596B primary color and red secondary color.


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

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

This text has shadow with #51596B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51596B on black background.


Color preview on white background

This text has color #51596B on white background.



Black color preview on #51596B background

This text has black color on #51596B background.


White color preview on #51596B background

This text has white color on #51596B background.