COLOR #5B476C

HEX: #5B476C
RGB: (91,71,108)

Renk bilgisi

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

RGB renk modeli

#5B476C color RGB value is (91,71,108).

  • kırmız ton 91;
  • yeşil ton 71;
  • mavi ton 108.
RGB:
(91,71,108)
(36%,28%,42%)

RGB bağlantıları ve doygunluk

R 91 of 255 = 36%
G 71 of 255 = 28%
B 108 of 255 = 42%

91
71
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
91 + 71 + 108 = 270 (100%)
R 91 of 270 ~ 33.7%
G 71 of 270 ~ 26.3%
B 108 of 270 ~ 40%

%33.7
%26.3
%40

CMYK RENK MODELİ

#5B476C rengi CMYK tonu (16,34,0,58).

  • camgöbeği tonu 15.74%
  • eflatun tonu 34.26%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(16,34,0,58)
C16M34Y0K58 
(16%,34%,0%,58%)
(0.16/0.34/0.00/0.58)	

CMYK yüzdeleri

%15.74
%34.26
%0
%57.65

Codes

Color #5B476C in popluar color models

5B476C
RGB9171108
HSL272°20.67%35.10%
HSB/HSV272°34.26%42.35%
CMYK15.74%34.26%0.00%
57.65%

Color #5B476C in popluar number systems.

HEX5B476C
Decimal9171108
Binary101101110001111101100
Octal133107154

Shades and tints

Shades of #5B476C

#5B476C
(91,71,108)
#534163
(83,65,99)
#4B3B5A
(75,59,90)
#433551
(67,53,81)
#3B2F48
(59,47,72)
#33293F
(51,41,63)
#2B2336
(43,35,54)
#231D2D
(35,29,45)
#1B1724
(27,23,36)
#13111B
(19,17,27)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #5B476C

#5B476C
(91,71,108)
#695779
(105,87,121)
#776786
(119,103,134)
#857793
(133,119,147)
#9387A0
(147,135,160)
#A197AD
(161,151,173)
#AFA7BA
(175,167,186)
#BDB7C7
(189,183,199)
#CBC7D4
(203,199,212)
#D9D7E1
(217,215,225)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B476C color. Also use rgb(91,71,108) instead hex code.

Text Font Color

.myTextColor { color: #5B476C; }

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

This text font color is #5B476C.


Background Color

.myBgColor { background-color: #5B476C; }

<div style="background-color:#5B476C">Inner text</div>

This div background color is #5B476C.


Border color

.myBorderColor { border: 1px solid #5B476C; }

<div style="border:3px solid #5B476C">Div</div>

This div border color is #5B476C.


Opacity

.myOpacity80 { color: #5B476C; opacity: 0.8; }

<p style="color:#5B476C;opacity:0.8;">80%</p>

Text with #5B476C 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 #5B476C;}

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

This text has shadow with #5B476C color.

.textShadow {text-shadow: 3px 3px 1px #5B476C, 3px 3px 1px red;}

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

This text has shadow with #5B476C primary color and red secondary color.


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

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

This text has shadow with #5B476C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B476C on black background.


Color preview on white background

This text has color #5B476C on white background.



Black color preview on #5B476C background

This text has black color on #5B476C background.


White color preview on #5B476C background

This text has white color on #5B476C background.