COLOR #506D65

HEX: #506D65
RGB: (80,109,101)

Renk bilgisi

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

RGB renk modeli

#506D65 color RGB value is (80,109,101).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 109 of 255 = 43%
B 101 of 255 = 40%

80
109
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 109 + 101 = 290 (100%)
R 80 of 290 ~ 27.59%
G 109 of 290 ~ 37.59%
B 101 of 290 ~ 34.83%

%27.59
%37.59
%34.83

CMYK RENK MODELİ

#506D65 rengi CMYK tonu (27,0,7,57).

  • camgöbeği tonu 26.61%
  • eflatun tonu 0.00%
  • sarı tonu 7.34%
  • ana renk tonu 57.25%
CMYK:
(27,0,7,57)
C27M0Y7K57 
(27%,0%,7%,57%)
(0.27/0.00/0.07/0.57)	

CMYK yüzdeleri

%26.61
%0
%7.34
%57.25

Codes

Color #506D65 in popluar color models

506D65
RGB80109101
HSL163°15.34%37.06%
HSB/HSV163°26.61%42.75%
CMYK26.61%0.00%7.34%
57.25%

Color #506D65 in popluar number systems.

HEX506D65
Decimal80109101
Binary101000011011011100101
Octal120155145

Shades and tints

Shades of #506D65

#506D65
(80,109,101)
#49645C
(73,100,92)
#425B53
(66,91,83)
#3B524A
(59,82,74)
#344941
(52,73,65)
#2D4038
(45,64,56)
#26372F
(38,55,47)
#1F2E26
(31,46,38)
#18251D
(24,37,29)
#111C14
(17,28,20)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #506D65

#506D65
(80,109,101)
#5F7A73
(95,122,115)
#6E8781
(110,135,129)
#7D948F
(125,148,143)
#8CA19D
(140,161,157)
#9BAEAB
(155,174,171)
#AABBB9
(170,187,185)
#B9C8C7
(185,200,199)
#C8D5D5
(200,213,213)
#D7E2E3
(215,226,227)
#E6EFF1
(230,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506D65; }

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

This text font color is #506D65.


Background Color

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

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

This div background color is #506D65.


Border color

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

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

This div border color is #506D65.


Opacity

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

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

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

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

This text has shadow with #506D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506D65 on black background.


Color preview on white background

This text has color #506D65 on white background.



Black color preview on #506D65 background

This text has black color on #506D65 background.


White color preview on #506D65 background

This text has white color on #506D65 background.