COLOR #505B4D

HEX: #505B4D
RGB: (80,91,77)

Renk bilgisi

#505B4D contains red, green and blue colors in about the same proportion. #505B4D ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#505B4D color RGB value is (80,91,77).

  • kırmız ton 80;
  • yeşil ton 91;
  • mavi ton 77.
RGB:
(80,91,77)
(31%,36%,30%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 91 of 255 = 36%
B 77 of 255 = 30%

80
91
77

R + G + B ~ 32%. #505B4D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 91 + 77 = 248 (100%)
R 80 of 248 ~ 32.26%
G 91 of 248 ~ 36.69%
B 77 of 248 ~ 31.05%

%32.26
%36.69
%31.05

CMYK RENK MODELİ

#505B4D rengi CMYK tonu (12,0,15,64).

  • camgöbeği tonu 12.09%
  • eflatun tonu 0.00%
  • sarı tonu 15.38%
  • ana renk tonu 64.31%
CMYK:
(12,0,15,64)
C12M0Y15K64 
(12%,0%,15%,64%)
(0.12/0.00/0.15/0.64)	

CMYK yüzdeleri

%12.09
%0
%15.38
%64.31

Codes

Color #505B4D in popluar color models

505B4D
RGB809177
HSL107°8.33%32.94%
HSB/HSV107°15.38%35.69%
CMYK12.09%0.00%15.38%
64.31%

Color #505B4D in popluar number systems.

HEX505B4D
Decimal809177
Binary101000010110111001101
Octal120133115

Shades and tints

Shades of #505B4D

#505B4D
(80,91,77)
#495346
(73,83,70)
#424B3F
(66,75,63)
#3B4338
(59,67,56)
#343B31
(52,59,49)
#2D332A
(45,51,42)
#262B23
(38,43,35)
#1F231C
(31,35,28)
#181B15
(24,27,21)
#11130E
(17,19,14)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #505B4D

#505B4D
(80,91,77)
#5F695D
(95,105,93)
#6E776D
(110,119,109)
#7D857D
(125,133,125)
#8C938D
(140,147,141)
#9BA19D
(155,161,157)
#AAAFAD
(170,175,173)
#B9BDBD
(185,189,189)
#C8CBCD
(200,203,205)
#D7D9DD
(215,217,221)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505B4D color. Also use rgb(80,91,77) instead hex code.

Text Font Color

.myTextColor { color: #505B4D; }

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

This text font color is #505B4D.


Background Color

.myBgColor { background-color: #505B4D; }

<div style="background-color:#505B4D">Inner text</div>

This div background color is #505B4D.


Border color

.myBorderColor { border: 1px solid #505B4D; }

<div style="border:3px solid #505B4D">Div</div>

This div border color is #505B4D.


Opacity

.myOpacity80 { color: #505B4D; opacity: 0.8; }

<p style="color:#505B4D;opacity:0.8;">80%</p>

Text with #505B4D 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 #505B4D;}

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

This text has shadow with #505B4D color.

.textShadow {text-shadow: 3px 3px 1px #505B4D, 3px 3px 1px red;}

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

This text has shadow with #505B4D primary color and red secondary color.


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

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

This text has shadow with #505B4D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505B4D on black background.


Color preview on white background

This text has color #505B4D on white background.



Black color preview on #505B4D background

This text has black color on #505B4D background.


White color preview on #505B4D background

This text has white color on #505B4D background.