COLOR #506B5A

HEX: #506B5A
RGB: (80,107,90)

Renk bilgisi

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

RGB renk modeli

#506B5A color RGB value is (80,107,90).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 107 of 255 = 42%
B 90 of 255 = 35%

80
107
90

R + G + B ~ 36%. #506B5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 107 + 90 = 277 (100%)
R 80 of 277 ~ 28.88%
G 107 of 277 ~ 38.63%
B 90 of 277 ~ 32.49%

%28.88
%38.63
%32.49

CMYK RENK MODELİ

#506B5A rengi CMYK tonu (25,0,16,58).

  • camgöbeği tonu 25.23%
  • eflatun tonu 0.00%
  • sarı tonu 15.89%
  • ana renk tonu 58.04%
CMYK:
(25,0,16,58)
C25M0Y16K58 
(25%,0%,16%,58%)
(0.25/0.00/0.16/0.58)	

CMYK yüzdeleri

%25.23
%0
%15.89
%58.04

Codes

Color #506B5A in popluar color models

506B5A
RGB8010790
HSL142°14.44%36.67%
HSB/HSV142°25.23%41.96%
CMYK25.23%0.00%15.89%
58.04%

Color #506B5A in popluar number systems.

HEX506B5A
Decimal8010790
Binary101000011010111011010
Octal120153132

Shades and tints

Shades of #506B5A

#506B5A
(80,107,90)
#496252
(73,98,82)
#42594A
(66,89,74)
#3B5042
(59,80,66)
#34473A
(52,71,58)
#2D3E32
(45,62,50)
#26352A
(38,53,42)
#1F2C22
(31,44,34)
#18231A
(24,35,26)
#111A12
(17,26,18)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #506B5A

#506B5A
(80,107,90)
#5F7869
(95,120,105)
#6E8578
(110,133,120)
#7D9287
(125,146,135)
#8C9F96
(140,159,150)
#9BACA5
(155,172,165)
#AAB9B4
(170,185,180)
#B9C6C3
(185,198,195)
#C8D3D2
(200,211,210)
#D7E0E1
(215,224,225)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506B5A; }

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

This text font color is #506B5A.


Background Color

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

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

This div background color is #506B5A.


Border color

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

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

This div border color is #506B5A.


Opacity

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

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

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

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

This text has shadow with #506B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506B5A on black background.


Color preview on white background

This text has color #506B5A on white background.



Black color preview on #506B5A background

This text has black color on #506B5A background.


White color preview on #506B5A background

This text has white color on #506B5A background.