COLOR #506B58

HEX: #506B58
RGB: (80,107,88)

Renk bilgisi

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

RGB renk modeli

#506B58 color RGB value is (80,107,88).

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

RGB bağlantıları ve doygunluk

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

80
107
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 107 + 88 = 275 (100%)
R 80 of 275 ~ 29.09%
G 107 of 275 ~ 38.91%
B 88 of 275 ~ 32%

%29.09
%38.91
%32

CMYK RENK MODELİ

#506B58 rengi CMYK tonu (25,0,18,58).

  • camgöbeği tonu 25.23%
  • eflatun tonu 0.00%
  • sarı tonu 17.76%
  • ana renk tonu 58.04%
CMYK:
(25,0,18,58)
C25M0Y18K58 
(25%,0%,18%,58%)
(0.25/0.00/0.18/0.58)	

CMYK yüzdeleri

%25.23
%0
%17.76
%58.04

Codes

Color #506B58 in popluar color models

506B58
RGB8010788
HSL138°14.44%36.67%
HSB/HSV138°25.23%41.96%
CMYK25.23%0.00%17.76%
58.04%

Color #506B58 in popluar number systems.

HEX506B58
Decimal8010788
Binary101000011010111011000
Octal120153130

Shades and tints

Shades of #506B58

#506B58
(80,107,88)
#496250
(73,98,80)
#425948
(66,89,72)
#3B5040
(59,80,64)
#344738
(52,71,56)
#2D3E30
(45,62,48)
#263528
(38,53,40)
#1F2C20
(31,44,32)
#182318
(24,35,24)
#111A10
(17,26,16)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #506B58

#506B58
(80,107,88)
#5F7867
(95,120,103)
#6E8576
(110,133,118)
#7D9285
(125,146,133)
#8C9F94
(140,159,148)
#9BACA3
(155,172,163)
#AAB9B2
(170,185,178)
#B9C6C1
(185,198,193)
#C8D3D0
(200,211,208)
#D7E0DF
(215,224,223)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506B58; }

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

This text font color is #506B58.


Background Color

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

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

This div background color is #506B58.


Border color

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

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

This div border color is #506B58.


Opacity

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

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

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

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

This text has shadow with #506B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506B58 on black background.


Color preview on white background

This text has color #506B58 on white background.



Black color preview on #506B58 background

This text has black color on #506B58 background.


White color preview on #506B58 background

This text has white color on #506B58 background.