COLOR #506F66

HEX: #506F66
RGB: (80,111,102)

Renk bilgisi

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

RGB renk modeli

#506F66 color RGB value is (80,111,102).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 111 of 255 = 44%
B 102 of 255 = 40%

80
111
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 111 + 102 = 293 (100%)
R 80 of 293 ~ 27.3%
G 111 of 293 ~ 37.88%
B 102 of 293 ~ 34.81%

%27.3
%37.88
%34.81

CMYK RENK MODELİ

#506F66 rengi CMYK tonu (28,0,8,56).

  • camgöbeği tonu 27.93%
  • eflatun tonu 0.00%
  • sarı tonu 8.11%
  • ana renk tonu 56.47%
CMYK:
(28,0,8,56)
C28M0Y8K56 
(28%,0%,8%,56%)
(0.28/0.00/0.08/0.56)	

CMYK yüzdeleri

%27.93
%0
%8.11
%56.47

Codes

Color #506F66 in popluar color models

506F66
RGB80111102
HSL163°16.23%37.45%
HSB/HSV163°27.93%43.53%
CMYK27.93%0.00%8.11%
56.47%

Color #506F66 in popluar number systems.

HEX506F66
Decimal80111102
Binary101000011011111100110
Octal120157146

Shades and tints

Shades of #506F66

#506F66
(80,111,102)
#49655D
(73,101,93)
#425B54
(66,91,84)
#3B514B
(59,81,75)
#344742
(52,71,66)
#2D3D39
(45,61,57)
#263330
(38,51,48)
#1F2927
(31,41,39)
#181F1E
(24,31,30)
#111515
(17,21,21)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #506F66

#506F66
(80,111,102)
#5F7C73
(95,124,115)
#6E8980
(110,137,128)
#7D968D
(125,150,141)
#8CA39A
(140,163,154)
#9BB0A7
(155,176,167)
#AABDB4
(170,189,180)
#B9CAC1
(185,202,193)
#C8D7CE
(200,215,206)
#D7E4DB
(215,228,219)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506F66; }

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

This text font color is #506F66.


Background Color

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

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

This div background color is #506F66.


Border color

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

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

This div border color is #506F66.


Opacity

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

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

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

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

This text has shadow with #506F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506F66 on black background.


Color preview on white background

This text has color #506F66 on white background.



Black color preview on #506F66 background

This text has black color on #506F66 background.


White color preview on #506F66 background

This text has white color on #506F66 background.