COLOR #59496B

HEX: #59496B
RGB: (89,73,107)

Renk bilgisi

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

RGB renk modeli

#59496B color RGB value is (89,73,107).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 73 of 255 = 29%
B 107 of 255 = 42%

89
73
107

R + G + B ~ 35%. #59496B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 73 + 107 = 269 (100%)
R 89 of 269 ~ 33.09%
G 73 of 269 ~ 27.14%
B 107 of 269 ~ 39.78%

%33.09
%27.14
%39.78

CMYK RENK MODELİ

#59496B rengi CMYK tonu (17,32,0,58).

  • camgöbeği tonu 16.82%
  • eflatun tonu 31.78%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(17,32,0,58)
C17M32Y0K58 
(17%,32%,0%,58%)
(0.17/0.32/0.00/0.58)	

CMYK yüzdeleri

%16.82
%31.78
%0
%58.04

Codes

Color #59496B in popluar color models

59496B
RGB8973107
HSL268°18.89%35.29%
HSB/HSV268°31.78%41.96%
CMYK16.82%31.78%0.00%
58.04%

Color #59496B in popluar number systems.

HEX59496B
Decimal8973107
Binary101100110010011101011
Octal131111153

Shades and tints

Shades of #59496B

#59496B
(89,73,107)
#514362
(81,67,98)
#493D59
(73,61,89)
#413750
(65,55,80)
#393147
(57,49,71)
#312B3E
(49,43,62)
#292535
(41,37,53)
#211F2C
(33,31,44)
#191923
(25,25,35)
#11131A
(17,19,26)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #59496B

#59496B
(89,73,107)
#685978
(104,89,120)
#776985
(119,105,133)
#867992
(134,121,146)
#95899F
(149,137,159)
#A499AC
(164,153,172)
#B3A9B9
(179,169,185)
#C2B9C6
(194,185,198)
#D1C9D3
(209,201,211)
#E0D9E0
(224,217,224)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59496B; }

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

This text font color is #59496B.


Background Color

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

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

This div background color is #59496B.


Border color

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

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

This div border color is #59496B.


Opacity

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

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

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

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

This text has shadow with #59496B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59496B on black background.


Color preview on white background

This text has color #59496B on white background.



Black color preview on #59496B background

This text has black color on #59496B background.


White color preview on #59496B background

This text has white color on #59496B background.