COLOR #504B6D

HEX: #504B6D
RGB: (80,75,109)

Renk bilgisi

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

RGB renk modeli

#504B6D color RGB value is (80,75,109).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 75 of 255 = 29%
B 109 of 255 = 43%

80
75
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 75 + 109 = 264 (100%)
R 80 of 264 ~ 30.3%
G 75 of 264 ~ 28.41%
B 109 of 264 ~ 41.29%

%30.3
%28.41
%41.29

CMYK RENK MODELİ

#504B6D rengi CMYK tonu (27,31,0,57).

  • camgöbeği tonu 26.61%
  • eflatun tonu 31.19%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(27,31,0,57)
C27M31Y0K57 
(27%,31%,0%,57%)
(0.27/0.31/0.00/0.57)	

CMYK yüzdeleri

%26.61
%31.19
%0
%57.25

Codes

Color #504B6D in popluar color models

504B6D
RGB8075109
HSL249°18.48%36.08%
HSB/HSV249°31.19%42.75%
CMYK26.61%31.19%0.00%
57.25%

Color #504B6D in popluar number systems.

HEX504B6D
Decimal8075109
Binary101000010010111101101
Octal120113155

Shades and tints

Shades of #504B6D

#504B6D
(80,75,109)
#494564
(73,69,100)
#423F5B
(66,63,91)
#3B3952
(59,57,82)
#343349
(52,51,73)
#2D2D40
(45,45,64)
#262737
(38,39,55)
#1F212E
(31,33,46)
#181B25
(24,27,37)
#11151C
(17,21,28)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #504B6D

#504B6D
(80,75,109)
#5F5B7A
(95,91,122)
#6E6B87
(110,107,135)
#7D7B94
(125,123,148)
#8C8BA1
(140,139,161)
#9B9BAE
(155,155,174)
#AAABBB
(170,171,187)
#B9BBC8
(185,187,200)
#C8CBD5
(200,203,213)
#D7DBE2
(215,219,226)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504B6D; }

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

This text font color is #504B6D.


Background Color

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

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

This div background color is #504B6D.


Border color

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

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

This div border color is #504B6D.


Opacity

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

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

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

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

This text has shadow with #504B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504B6D on black background.


Color preview on white background

This text has color #504B6D on white background.



Black color preview on #504B6D background

This text has black color on #504B6D background.


White color preview on #504B6D background

This text has white color on #504B6D background.