COLOR #506B65

HEX: #506B65
RGB: (80,107,101)

Renk bilgisi

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

RGB renk modeli

#506B65 color RGB value is (80,107,101).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 107 of 255 = 42%
B 101 of 255 = 40%

80
107
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 107 + 101 = 288 (100%)
R 80 of 288 ~ 27.78%
G 107 of 288 ~ 37.15%
B 101 of 288 ~ 35.07%

%27.78
%37.15
%35.07

CMYK RENK MODELİ

#506B65 rengi CMYK tonu (25,0,6,58).

  • camgöbeği tonu 25.23%
  • eflatun tonu 0.00%
  • sarı tonu 5.61%
  • ana renk tonu 58.04%
CMYK:
(25,0,6,58)
C25M0Y6K58 
(25%,0%,6%,58%)
(0.25/0.00/0.06/0.58)	

CMYK yüzdeleri

%25.23
%0
%5.61
%58.04

Codes

Color #506B65 in popluar color models

506B65
RGB80107101
HSL167°14.44%36.67%
HSB/HSV167°25.23%41.96%
CMYK25.23%0.00%5.61%
58.04%

Color #506B65 in popluar number systems.

HEX506B65
Decimal80107101
Binary101000011010111100101
Octal120153145

Shades and tints

Shades of #506B65

#506B65
(80,107,101)
#49625C
(73,98,92)
#425953
(66,89,83)
#3B504A
(59,80,74)
#344741
(52,71,65)
#2D3E38
(45,62,56)
#26352F
(38,53,47)
#1F2C26
(31,44,38)
#18231D
(24,35,29)
#111A14
(17,26,20)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #506B65

#506B65
(80,107,101)
#5F7873
(95,120,115)
#6E8581
(110,133,129)
#7D928F
(125,146,143)
#8C9F9D
(140,159,157)
#9BACAB
(155,172,171)
#AAB9B9
(170,185,185)
#B9C6C7
(185,198,199)
#C8D3D5
(200,211,213)
#D7E0E3
(215,224,227)
#E6EDF1
(230,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506B65; }

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

This text font color is #506B65.


Background Color

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

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

This div background color is #506B65.


Border color

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

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

This div border color is #506B65.


Opacity

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

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

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

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

This text has shadow with #506B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506B65 on black background.


Color preview on white background

This text has color #506B65 on white background.



Black color preview on #506B65 background

This text has black color on #506B65 background.


White color preview on #506B65 background

This text has white color on #506B65 background.