COLOR #504B6A

HEX: #504B6A
RGB: (80,75,106)

Renk bilgisi

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

RGB renk modeli

#504B6A color RGB value is (80,75,106).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 75 of 255 = 29%
B 106 of 255 = 42%

80
75
106

R + G + B ~ 34%. #504B6A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 75 + 106 = 261 (100%)
R 80 of 261 ~ 30.65%
G 75 of 261 ~ 28.74%
B 106 of 261 ~ 40.61%

%30.65
%28.74
%40.61

CMYK RENK MODELİ

#504B6A rengi CMYK tonu (25,29,0,58).

  • camgöbeği tonu 24.53%
  • eflatun tonu 29.25%
  • sarı tonu 0.00%
  • ana renk tonu 58.43%
CMYK:
(25,29,0,58)
C25M29Y0K58 
(25%,29%,0%,58%)
(0.25/0.29/0.00/0.58)	

CMYK yüzdeleri

%24.53
%29.25
%0
%58.43

Codes

Color #504B6A in popluar color models

504B6A
RGB8075106
HSL250°17.13%35.49%
HSB/HSV250°29.25%41.57%
CMYK24.53%29.25%0.00%
58.43%

Color #504B6A in popluar number systems.

HEX504B6A
Decimal8075106
Binary101000010010111101010
Octal120113152

Shades and tints

Shades of #504B6A

#504B6A
(80,75,106)
#494561
(73,69,97)
#423F58
(66,63,88)
#3B394F
(59,57,79)
#343346
(52,51,70)
#2D2D3D
(45,45,61)
#262734
(38,39,52)
#1F212B
(31,33,43)
#181B22
(24,27,34)
#111519
(17,21,25)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #504B6A

#504B6A
(80,75,106)
#5F5B77
(95,91,119)
#6E6B84
(110,107,132)
#7D7B91
(125,123,145)
#8C8B9E
(140,139,158)
#9B9BAB
(155,155,171)
#AAABB8
(170,171,184)
#B9BBC5
(185,187,197)
#C8CBD2
(200,203,210)
#D7DBDF
(215,219,223)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504B6A; }

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

This text font color is #504B6A.


Background Color

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

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

This div background color is #504B6A.


Border color

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

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

This div border color is #504B6A.


Opacity

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

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

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

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

This text has shadow with #504B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504B6A on black background.


Color preview on white background

This text has color #504B6A on white background.



Black color preview on #504B6A background

This text has black color on #504B6A background.


White color preview on #504B6A background

This text has white color on #504B6A background.