COLOR #50684C

HEX: #50684C
RGB: (80,104,76)

Renk bilgisi

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

RGB renk modeli

#50684C color RGB value is (80,104,76).

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

RGB bağlantıları ve doygunluk

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

80
104
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 104 + 76 = 260 (100%)
R 80 of 260 ~ 30.77%
G 104 of 260 ~ 40%
B 76 of 260 ~ 29.23%

%30.77
%40
%29.23

CMYK RENK MODELİ

#50684C rengi CMYK tonu (23,0,27,59).

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

CMYK yüzdeleri

%23.08
%0
%26.92
%59.22

Codes

Color #50684C in popluar color models

50684C
RGB8010476
HSL111°15.56%35.29%
HSB/HSV111°26.92%40.78%
CMYK23.08%0.00%26.92%
59.22%

Color #50684C in popluar number systems.

HEX50684C
Decimal8010476
Binary101000011010001001100
Octal120150114

Shades and tints

Shades of #50684C

#50684C
(80,104,76)
#495F46
(73,95,70)
#425640
(66,86,64)
#3B4D3A
(59,77,58)
#344434
(52,68,52)
#2D3B2E
(45,59,46)
#263228
(38,50,40)
#1F2922
(31,41,34)
#18201C
(24,32,28)
#111716
(17,23,22)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #50684C

#50684C
(80,104,76)
#5F755C
(95,117,92)
#6E826C
(110,130,108)
#7D8F7C
(125,143,124)
#8C9C8C
(140,156,140)
#9BA99C
(155,169,156)
#AAB6AC
(170,182,172)
#B9C3BC
(185,195,188)
#C8D0CC
(200,208,204)
#D7DDDC
(215,221,220)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50684C; }

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

This text font color is #50684C.


Background Color

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

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

This div background color is #50684C.


Border color

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

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

This div border color is #50684C.


Opacity

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

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

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

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

This text has shadow with #50684C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50684C on black background.


Color preview on white background

This text has color #50684C on white background.



Black color preview on #50684C background

This text has black color on #50684C background.


White color preview on #50684C background

This text has white color on #50684C background.