COLOR #506D6A

HEX: #506D6A
RGB: (80,109,106)

Renk bilgisi

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

RGB renk modeli

#506D6A color RGB value is (80,109,106).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 109 of 255 = 43%
B 106 of 255 = 42%

80
109
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 109 + 106 = 295 (100%)
R 80 of 295 ~ 27.12%
G 109 of 295 ~ 36.95%
B 106 of 295 ~ 35.93%

%27.12
%36.95
%35.93

CMYK RENK MODELİ

#506D6A rengi CMYK tonu (27,0,3,57).

  • camgöbeği tonu 26.61%
  • eflatun tonu 0.00%
  • sarı tonu 2.75%
  • ana renk tonu 57.25%
CMYK:
(27,0,3,57)
C27M0Y3K57 
(27%,0%,3%,57%)
(0.27/0.00/0.03/0.57)	

CMYK yüzdeleri

%26.61
%0
%2.75
%57.25

Codes

Color #506D6A in popluar color models

506D6A
RGB80109106
HSL174°15.34%37.06%
HSB/HSV174°26.61%42.75%
CMYK26.61%0.00%2.75%
57.25%

Color #506D6A in popluar number systems.

HEX506D6A
Decimal80109106
Binary101000011011011101010
Octal120155152

Shades and tints

Shades of #506D6A

#506D6A
(80,109,106)
#496461
(73,100,97)
#425B58
(66,91,88)
#3B524F
(59,82,79)
#344946
(52,73,70)
#2D403D
(45,64,61)
#263734
(38,55,52)
#1F2E2B
(31,46,43)
#182522
(24,37,34)
#111C19
(17,28,25)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #506D6A

#506D6A
(80,109,106)
#5F7A77
(95,122,119)
#6E8784
(110,135,132)
#7D9491
(125,148,145)
#8CA19E
(140,161,158)
#9BAEAB
(155,174,171)
#AABBB8
(170,187,184)
#B9C8C5
(185,200,197)
#C8D5D2
(200,213,210)
#D7E2DF
(215,226,223)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506D6A; }

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

This text font color is #506D6A.


Background Color

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

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

This div background color is #506D6A.


Border color

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

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

This div border color is #506D6A.


Opacity

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

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

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

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

This text has shadow with #506D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506D6A on black background.


Color preview on white background

This text has color #506D6A on white background.



Black color preview on #506D6A background

This text has black color on #506D6A background.


White color preview on #506D6A background

This text has white color on #506D6A background.