COLOR #50635D

HEX: #50635D
RGB: (80,99,93)

Renk bilgisi

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

RGB renk modeli

#50635D color RGB value is (80,99,93).

  • kırmız ton 80;
  • yeşil ton 99;
  • mavi ton 93.
RGB:
(80,99,93)
(31%,39%,36%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 99 of 255 = 39%
B 93 of 255 = 36%

80
99
93

R + G + B ~ 35%. #50635D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 99 + 93 = 272 (100%)
R 80 of 272 ~ 29.41%
G 99 of 272 ~ 36.4%
B 93 of 272 ~ 34.19%

%29.41
%36.4
%34.19

CMYK RENK MODELİ

#50635D rengi CMYK tonu (19,0,6,61).

  • camgöbeği tonu 19.19%
  • eflatun tonu 0.00%
  • sarı tonu 6.06%
  • ana renk tonu 61.18%
CMYK:
(19,0,6,61)
C19M0Y6K61 
(19%,0%,6%,61%)
(0.19/0.00/0.06/0.61)	

CMYK yüzdeleri

%19.19
%0
%6.06
%61.18

Codes

Color #50635D in popluar color models

50635D
RGB809993
HSL161°10.61%35.10%
HSB/HSV161°19.19%38.82%
CMYK19.19%0.00%6.06%
61.18%

Color #50635D in popluar number systems.

HEX50635D
Decimal809993
Binary101000011000111011101
Octal120143135

Shades and tints

Shades of #50635D

#50635D
(80,99,93)
#495A55
(73,90,85)
#42514D
(66,81,77)
#3B4845
(59,72,69)
#343F3D
(52,63,61)
#2D3635
(45,54,53)
#262D2D
(38,45,45)
#1F2425
(31,36,37)
#181B1D
(24,27,29)
#111215
(17,18,21)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #50635D

#50635D
(80,99,93)
#5F716B
(95,113,107)
#6E7F79
(110,127,121)
#7D8D87
(125,141,135)
#8C9B95
(140,155,149)
#9BA9A3
(155,169,163)
#AAB7B1
(170,183,177)
#B9C5BF
(185,197,191)
#C8D3CD
(200,211,205)
#D7E1DB
(215,225,219)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50635D color. Also use rgb(80,99,93) instead hex code.

Text Font Color

.myTextColor { color: #50635D; }

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

This text font color is #50635D.


Background Color

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

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

This div background color is #50635D.


Border color

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

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

This div border color is #50635D.


Opacity

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

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

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

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

This text has shadow with #50635D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50635D on black background.


Color preview on white background

This text has color #50635D on white background.



Black color preview on #50635D background

This text has black color on #50635D background.


White color preview on #50635D background

This text has white color on #50635D background.