COLOR #506E75

HEX: #506E75
RGB: (80,110,117)

Renk bilgisi

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

RGB renk modeli

#506E75 color RGB value is (80,110,117).

  • kırmız ton 80;
  • yeşil ton 110;
  • mavi ton 117.
RGB:
(80,110,117)
(31%,43%,46%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 110 of 255 = 43%
B 117 of 255 = 46%

80
110
117

R + G + B ~ 40%. #506E75 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 110 + 117 = 307 (100%)
R 80 of 307 ~ 26.06%
G 110 of 307 ~ 35.83%
B 117 of 307 ~ 38.11%

%26.06
%35.83
%38.11

CMYK RENK MODELİ

#506E75 rengi CMYK tonu (32,6,0,54).

  • camgöbeği tonu 31.62%
  • eflatun tonu 5.98%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(32,6,0,54)
C32M6Y0K54 
(32%,6%,0%,54%)
(0.32/0.06/0.00/0.54)	

CMYK yüzdeleri

%31.62
%5.98
%0
%54.12

Codes

Color #506E75 in popluar color models

506E75
RGB80110117
HSL191°18.78%38.63%
HSB/HSV191°31.62%45.88%
CMYK31.62%5.98%0.00%
54.12%

Color #506E75 in popluar number systems.

HEX506E75
Decimal80110117
Binary101000011011101110101
Octal120156165

Shades and tints

Shades of #506E75

#506E75
(80,110,117)
#49646B
(73,100,107)
#425A61
(66,90,97)
#3B5057
(59,80,87)
#34464D
(52,70,77)
#2D3C43
(45,60,67)
#263239
(38,50,57)
#1F282F
(31,40,47)
#181E25
(24,30,37)
#11141B
(17,20,27)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #506E75

#506E75
(80,110,117)
#5F7B81
(95,123,129)
#6E888D
(110,136,141)
#7D9599
(125,149,153)
#8CA2A5
(140,162,165)
#9BAFB1
(155,175,177)
#AABCBD
(170,188,189)
#B9C9C9
(185,201,201)
#C8D6D5
(200,214,213)
#D7E3E1
(215,227,225)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506E75; }

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

This text font color is #506E75.


Background Color

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

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

This div background color is #506E75.


Border color

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

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

This div border color is #506E75.


Opacity

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

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

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

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

This text has shadow with #506E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506E75 on black background.


Color preview on white background

This text has color #506E75 on white background.



Black color preview on #506E75 background

This text has black color on #506E75 background.


White color preview on #506E75 background

This text has white color on #506E75 background.