COLOR #506C6C

HEX: #506C6C
RGB: (80,108,108)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

80
108
108

R + G + B ~ 38%. #506C6C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 108 + 108 = 296 (100%)
R 80 of 296 ~ 27.03%
G 108 of 296 ~ 36.49%
B 108 of 296 ~ 36.49%

%27.03
%36.49
%36.49

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%25.93
%0
%0
%57.65

Codes

Color #506C6C in popluar color models

506C6C
RGB80108108
HSL180°14.89%36.86%
HSB/HSV180°25.93%42.35%
CMYK25.93%0.00%0.00%
57.65%

Color #506C6C in popluar number systems.

HEX506C6C
Decimal80108108
Binary101000011011001101100
Octal120154154

Shades and tints

Shades of #506C6C

#506C6C
(80,108,108)
#496363
(73,99,99)
#425A5A
(66,90,90)
#3B5151
(59,81,81)
#344848
(52,72,72)
#2D3F3F
(45,63,63)
#263636
(38,54,54)
#1F2D2D
(31,45,45)
#182424
(24,36,36)
#111B1B
(17,27,27)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #506C6C

#506C6C
(80,108,108)
#5F7979
(95,121,121)
#6E8686
(110,134,134)
#7D9393
(125,147,147)
#8CA0A0
(140,160,160)
#9BADAD
(155,173,173)
#AABABA
(170,186,186)
#B9C7C7
(185,199,199)
#C8D4D4
(200,212,212)
#D7E1E1
(215,225,225)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506C6C; }

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

This text font color is #506C6C.


Background Color

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

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

This div background color is #506C6C.


Border color

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

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

This div border color is #506C6C.


Opacity

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

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

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

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

This text has shadow with #506C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506C6C on black background.


Color preview on white background

This text has color #506C6C on white background.



Black color preview on #506C6C background

This text has black color on #506C6C background.


White color preview on #506C6C background

This text has white color on #506C6C background.