COLOR #504B5E

HEX: #504B5E
RGB: (80,75,94)

Renk bilgisi

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

RGB renk modeli

#504B5E color RGB value is (80,75,94).

  • kırmız ton 80;
  • yeşil ton 75;
  • mavi ton 94.
RGB:
(80,75,94)
(31%,29%,37%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 75 of 255 = 29%
B 94 of 255 = 37%

80
75
94

R + G + B ~ 32%. #504B5E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 75 + 94 = 249 (100%)
R 80 of 249 ~ 32.13%
G 75 of 249 ~ 30.12%
B 94 of 249 ~ 37.75%

%32.13
%30.12
%37.75

CMYK RENK MODELİ

#504B5E rengi CMYK tonu (15,20,0,63).

  • camgöbeği tonu 14.89%
  • eflatun tonu 20.21%
  • sarı tonu 0.00%
  • ana renk tonu 63.14%
CMYK:
(15,20,0,63)
C15M20Y0K63 
(15%,20%,0%,63%)
(0.15/0.20/0.00/0.63)	

CMYK yüzdeleri

%14.89
%20.21
%0
%63.14

Codes

Color #504B5E in popluar color models

504B5E
RGB807594
HSL256°11.24%33.14%
HSB/HSV256°20.21%36.86%
CMYK14.89%20.21%0.00%
63.14%

Color #504B5E in popluar number systems.

HEX504B5E
Decimal807594
Binary101000010010111011110
Octal120113136

Shades and tints

Shades of #504B5E

#504B5E
(80,75,94)
#494556
(73,69,86)
#423F4E
(66,63,78)
#3B3946
(59,57,70)
#34333E
(52,51,62)
#2D2D36
(45,45,54)
#26272E
(38,39,46)
#1F2126
(31,33,38)
#181B1E
(24,27,30)
#111516
(17,21,22)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #504B5E

#504B5E
(80,75,94)
#5F5B6C
(95,91,108)
#6E6B7A
(110,107,122)
#7D7B88
(125,123,136)
#8C8B96
(140,139,150)
#9B9BA4
(155,155,164)
#AAABB2
(170,171,178)
#B9BBC0
(185,187,192)
#C8CBCE
(200,203,206)
#D7DBDC
(215,219,220)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504B5E color. Also use rgb(80,75,94) instead hex code.

Text Font Color

.myTextColor { color: #504B5E; }

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

This text font color is #504B5E.


Background Color

.myBgColor { background-color: #504B5E; }

<div style="background-color:#504B5E">Inner text</div>

This div background color is #504B5E.


Border color

.myBorderColor { border: 1px solid #504B5E; }

<div style="border:3px solid #504B5E">Div</div>

This div border color is #504B5E.


Opacity

.myOpacity80 { color: #504B5E; opacity: 0.8; }

<p style="color:#504B5E;opacity:0.8;">80%</p>

Text with #504B5E 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 #504B5E;}

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

This text has shadow with #504B5E color.

.textShadow {text-shadow: 3px 3px 1px #504B5E, 3px 3px 1px red;}

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

This text has shadow with #504B5E primary color and red secondary color.


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

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

This text has shadow with #504B5E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504B5E on black background.


Color preview on white background

This text has color #504B5E on white background.



Black color preview on #504B5E background

This text has black color on #504B5E background.


White color preview on #504B5E background

This text has white color on #504B5E background.