COLOR #506F68

HEX: #506F68
RGB: (80,111,104)

Renk bilgisi

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

RGB renk modeli

#506F68 color RGB value is (80,111,104).

  • kırmız ton 80;
  • yeşil ton 111;
  • mavi ton 104.
RGB:
(80,111,104)
(31%,44%,41%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 111 of 255 = 44%
B 104 of 255 = 41%

80
111
104

R + G + B ~ 39%. #506F68 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 111 + 104 = 295 (100%)
R 80 of 295 ~ 27.12%
G 111 of 295 ~ 37.63%
B 104 of 295 ~ 35.25%

%27.12
%37.63
%35.25

CMYK RENK MODELİ

#506F68 rengi CMYK tonu (28,0,6,56).

  • camgöbeği tonu 27.93%
  • eflatun tonu 0.00%
  • sarı tonu 6.31%
  • ana renk tonu 56.47%
CMYK:
(28,0,6,56)
C28M0Y6K56 
(28%,0%,6%,56%)
(0.28/0.00/0.06/0.56)	

CMYK yüzdeleri

%27.93
%0
%6.31
%56.47

Codes

Color #506F68 in popluar color models

506F68
RGB80111104
HSL166°16.23%37.45%
HSB/HSV166°27.93%43.53%
CMYK27.93%0.00%6.31%
56.47%

Color #506F68 in popluar number systems.

HEX506F68
Decimal80111104
Binary101000011011111101000
Octal120157150

Shades and tints

Shades of #506F68

#506F68
(80,111,104)
#49655F
(73,101,95)
#425B56
(66,91,86)
#3B514D
(59,81,77)
#344744
(52,71,68)
#2D3D3B
(45,61,59)
#263332
(38,51,50)
#1F2929
(31,41,41)
#181F20
(24,31,32)
#111517
(17,21,23)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #506F68

#506F68
(80,111,104)
#5F7C75
(95,124,117)
#6E8982
(110,137,130)
#7D968F
(125,150,143)
#8CA39C
(140,163,156)
#9BB0A9
(155,176,169)
#AABDB6
(170,189,182)
#B9CAC3
(185,202,195)
#C8D7D0
(200,215,208)
#D7E4DD
(215,228,221)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506F68; }

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

This text font color is #506F68.


Background Color

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

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

This div background color is #506F68.


Border color

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

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

This div border color is #506F68.


Opacity

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

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

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

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

This text has shadow with #506F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506F68 on black background.


Color preview on white background

This text has color #506F68 on white background.



Black color preview on #506F68 background

This text has black color on #506F68 background.


White color preview on #506F68 background

This text has white color on #506F68 background.