COLOR #50684D

HEX: #50684D
RGB: (80,104,77)

Renk bilgisi

#50684D contains red, green and blue colors in about the same proportion. #50684D ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#50684D color RGB value is (80,104,77).

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

RGB bağlantıları ve doygunluk

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

80
104
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 104 + 77 = 261 (100%)
R 80 of 261 ~ 30.65%
G 104 of 261 ~ 39.85%
B 77 of 261 ~ 29.5%

%30.65
%39.85
%29.5

CMYK RENK MODELİ

#50684D rengi CMYK tonu (23,0,26,59).

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

CMYK yüzdeleri

%23.08
%0
%25.96
%59.22

Codes

Color #50684D in popluar color models

50684D
RGB8010477
HSL113°14.92%35.49%
HSB/HSV113°25.96%40.78%
CMYK23.08%0.00%25.96%
59.22%

Color #50684D in popluar number systems.

HEX50684D
Decimal8010477
Binary101000011010001001101
Octal120150115

Shades and tints

Shades of #50684D

#50684D
(80,104,77)
#495F46
(73,95,70)
#42563F
(66,86,63)
#3B4D38
(59,77,56)
#344431
(52,68,49)
#2D3B2A
(45,59,42)
#263223
(38,50,35)
#1F291C
(31,41,28)
#182015
(24,32,21)
#11170E
(17,23,14)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #50684D

#50684D
(80,104,77)
#5F755D
(95,117,93)
#6E826D
(110,130,109)
#7D8F7D
(125,143,125)
#8C9C8D
(140,156,141)
#9BA99D
(155,169,157)
#AAB6AD
(170,182,173)
#B9C3BD
(185,195,189)
#C8D0CD
(200,208,205)
#D7DDDD
(215,221,221)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50684D; }

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

This text font color is #50684D.


Background Color

.myBgColor { background-color: #50684D; }

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

This div background color is #50684D.


Border color

.myBorderColor { border: 1px solid #50684D; }

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

This div border color is #50684D.


Opacity

.myOpacity80 { color: #50684D; opacity: 0.8; }

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

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

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

This text has shadow with #50684D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50684D on black background.


Color preview on white background

This text has color #50684D on white background.



Black color preview on #50684D background

This text has black color on #50684D background.


White color preview on #50684D background

This text has white color on #50684D background.