COLOR #50664C

HEX: #50664C
RGB: (80,102,76)

Renk bilgisi

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

RGB renk modeli

#50664C color RGB value is (80,102,76).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 102 of 255 = 40%
B 76 of 255 = 30%

80
102
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 102 + 76 = 258 (100%)
R 80 of 258 ~ 31.01%
G 102 of 258 ~ 39.53%
B 76 of 258 ~ 29.46%

%31.01
%39.53
%29.46

CMYK RENK MODELİ

#50664C rengi CMYK tonu (22,0,25,60).

  • camgöbeği tonu 21.57%
  • eflatun tonu 0.00%
  • sarı tonu 25.49%
  • ana renk tonu 60.00%
CMYK:
(22,0,25,60)
C22M0Y25K60 
(22%,0%,25%,60%)
(0.22/0.00/0.25/0.60)	

CMYK yüzdeleri

%21.57
%0
%25.49
%60

Codes

Color #50664C in popluar color models

50664C
RGB8010276
HSL111°14.61%34.90%
HSB/HSV111°25.49%40.00%
CMYK21.57%0.00%25.49%
60.00%

Color #50664C in popluar number systems.

HEX50664C
Decimal8010276
Binary101000011001101001100
Octal120146114

Shades and tints

Shades of #50664C

#50664C
(80,102,76)
#495D46
(73,93,70)
#425440
(66,84,64)
#3B4B3A
(59,75,58)
#344234
(52,66,52)
#2D392E
(45,57,46)
#263028
(38,48,40)
#1F2722
(31,39,34)
#181E1C
(24,30,28)
#111516
(17,21,22)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #50664C

#50664C
(80,102,76)
#5F735C
(95,115,92)
#6E806C
(110,128,108)
#7D8D7C
(125,141,124)
#8C9A8C
(140,154,140)
#9BA79C
(155,167,156)
#AAB4AC
(170,180,172)
#B9C1BC
(185,193,188)
#C8CECC
(200,206,204)
#D7DBDC
(215,219,220)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50664C; }

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

This text font color is #50664C.


Background Color

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

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

This div background color is #50664C.


Border color

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

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

This div border color is #50664C.


Opacity

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

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

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

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

This text has shadow with #50664C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50664C on black background.


Color preview on white background

This text has color #50664C on white background.



Black color preview on #50664C background

This text has black color on #50664C background.


White color preview on #50664C background

This text has white color on #50664C background.