COLOR #506C5D

HEX: #506C5D
RGB: (80,108,93)

Renk bilgisi

#506C5D contains red, green and blue colors in about the same proportion. #506C5D ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#506C5D color RGB value is (80,108,93).

  • kırmız ton 80;
  • yeşil ton 108;
  • mavi ton 93.
RGB:
(80,108,93)
(31%,42%,36%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 108 of 255 = 42%
B 93 of 255 = 36%

80
108
93

R + G + B ~ 36%. #506C5D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 108 + 93 = 281 (100%)
R 80 of 281 ~ 28.47%
G 108 of 281 ~ 38.43%
B 93 of 281 ~ 33.1%

%28.47
%38.43
%33.1

CMYK RENK MODELİ

#506C5D rengi CMYK tonu (26,0,14,58).

  • camgöbeği tonu 25.93%
  • eflatun tonu 0.00%
  • sarı tonu 13.89%
  • ana renk tonu 57.65%
CMYK:
(26,0,14,58)
C26M0Y14K58 
(26%,0%,14%,58%)
(0.26/0.00/0.14/0.58)	

CMYK yüzdeleri

%25.93
%0
%13.89
%57.65

Codes

Color #506C5D in popluar color models

506C5D
RGB8010893
HSL148°14.89%36.86%
HSB/HSV148°25.93%42.35%
CMYK25.93%0.00%13.89%
57.65%

Color #506C5D in popluar number systems.

HEX506C5D
Decimal8010893
Binary101000011011001011101
Octal120154135

Shades and tints

Shades of #506C5D

#506C5D
(80,108,93)
#496355
(73,99,85)
#425A4D
(66,90,77)
#3B5145
(59,81,69)
#34483D
(52,72,61)
#2D3F35
(45,63,53)
#26362D
(38,54,45)
#1F2D25
(31,45,37)
#18241D
(24,36,29)
#111B15
(17,27,21)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #506C5D

#506C5D
(80,108,93)
#5F796B
(95,121,107)
#6E8679
(110,134,121)
#7D9387
(125,147,135)
#8CA095
(140,160,149)
#9BADA3
(155,173,163)
#AABAB1
(170,186,177)
#B9C7BF
(185,199,191)
#C8D4CD
(200,212,205)
#D7E1DB
(215,225,219)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506C5D color. Also use rgb(80,108,93) instead hex code.

Text Font Color

.myTextColor { color: #506C5D; }

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

This text font color is #506C5D.


Background Color

.myBgColor { background-color: #506C5D; }

<div style="background-color:#506C5D">Inner text</div>

This div background color is #506C5D.


Border color

.myBorderColor { border: 1px solid #506C5D; }

<div style="border:3px solid #506C5D">Div</div>

This div border color is #506C5D.


Opacity

.myOpacity80 { color: #506C5D; opacity: 0.8; }

<p style="color:#506C5D;opacity:0.8;">80%</p>

Text with #506C5D 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 #506C5D;}

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

This text has shadow with #506C5D color.

.textShadow {text-shadow: 3px 3px 1px #506C5D, 3px 3px 1px red;}

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

This text has shadow with #506C5D primary color and red secondary color.


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

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

This text has shadow with #506C5D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506C5D on black background.


Color preview on white background

This text has color #506C5D on white background.



Black color preview on #506C5D background

This text has black color on #506C5D background.


White color preview on #506C5D background

This text has white color on #506C5D background.