COLOR #506850

HEX: #506850
RGB: (80,104,80)

Renk bilgisi

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

RGB renk modeli

#506850 color RGB value is (80,104,80).

  • kırmız ton 80;
  • yeşil ton 104;
  • mavi ton 80.
RGB:
(80,104,80)
(31%,41%,31%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 104 of 255 = 41%
B 80 of 255 = 31%

80
104
80

R + G + B ~ 34%. #506850 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 104 + 80 = 264 (100%)
R 80 of 264 ~ 30.3%
G 104 of 264 ~ 39.39%
B 80 of 264 ~ 30.3%

%30.3
%39.39
%30.3

CMYK RENK MODELİ

#506850 rengi CMYK tonu (23,0,23,59).

  • camgöbeği tonu 23.08%
  • eflatun tonu 0.00%
  • sarı tonu 23.08%
  • ana renk tonu 59.22%
CMYK:
(23,0,23,59)
C23M0Y23K59 
(23%,0%,23%,59%)
(0.23/0.00/0.23/0.59)	

CMYK yüzdeleri

%23.08
%0
%23.08
%59.22

Codes

Color #506850 in popluar color models

506850
RGB8010480
HSL120°13.04%36.08%
HSB/HSV120°23.08%40.78%
CMYK23.08%0.00%23.08%
59.22%

Color #506850 in popluar number systems.

HEX506850
Decimal8010480
Binary101000011010001010000
Octal120150120

Shades and tints

Shades of #506850

#506850
(80,104,80)
#495F49
(73,95,73)
#425642
(66,86,66)
#3B4D3B
(59,77,59)
#344434
(52,68,52)
#2D3B2D
(45,59,45)
#263226
(38,50,38)
#1F291F
(31,41,31)
#182018
(24,32,24)
#111711
(17,23,17)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #506850

#506850
(80,104,80)
#5F755F
(95,117,95)
#6E826E
(110,130,110)
#7D8F7D
(125,143,125)
#8C9C8C
(140,156,140)
#9BA99B
(155,169,155)
#AAB6AA
(170,182,170)
#B9C3B9
(185,195,185)
#C8D0C8
(200,208,200)
#D7DDD7
(215,221,215)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506850 color. Also use rgb(80,104,80) instead hex code.

Text Font Color

.myTextColor { color: #506850; }

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

This text font color is #506850.


Background Color

.myBgColor { background-color: #506850; }

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

This div background color is #506850.


Border color

.myBorderColor { border: 1px solid #506850; }

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

This div border color is #506850.


Opacity

.myOpacity80 { color: #506850; opacity: 0.8; }

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

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

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

This text has shadow with #506850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506850 on black background.


Color preview on white background

This text has color #506850 on white background.



Black color preview on #506850 background

This text has black color on #506850 background.


White color preview on #506850 background

This text has white color on #506850 background.