COLOR #50484B

HEX: #50484B
RGB: (80,72,75)

Renk bilgisi

#50484B contains red, green and blue colors in about the same proportion. #50484B ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#50484B color RGB value is (80,72,75).

  • kırmız ton 80;
  • yeşil ton 72;
  • mavi ton 75.
RGB:
(80,72,75)
(31%,28%,29%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 72 of 255 = 28%
B 75 of 255 = 29%

80
72
75

R + G + B ~ 29%. #50484B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 72 + 75 = 227 (100%)
R 80 of 227 ~ 35.24%
G 72 of 227 ~ 31.72%
B 75 of 227 ~ 33.04%

%35.24
%31.72
%33.04

CMYK RENK MODELİ

#50484B rengi CMYK tonu (0,10,6,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.00%
  • sarı tonu 6.25%
  • ana renk tonu 68.63%
CMYK:
(0,10,6,69)
C0M10Y6K69 
(0%,10%,6%,69%)
(0.00/0.10/0.06/0.69)	

CMYK yüzdeleri

%0
%10
%6.25
%68.63

Codes

Color #50484B in popluar color models

50484B
RGB807275
HSL338°5.26%29.80%
HSB/HSV338°10.00%31.37%
CMYK0.00%10.00%6.25%
68.63%

Color #50484B in popluar number systems.

HEX50484B
Decimal807275
Binary101000010010001001011
Octal120110113

Shades and tints

Shades of #50484B

#50484B
(80,72,75)
#494245
(73,66,69)
#423C3F
(66,60,63)
#3B3639
(59,54,57)
#343033
(52,48,51)
#2D2A2D
(45,42,45)
#262427
(38,36,39)
#1F1E21
(31,30,33)
#18181B
(24,24,27)
#111215
(17,18,21)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #50484B

#50484B
(80,72,75)
#5F585B
(95,88,91)
#6E686B
(110,104,107)
#7D787B
(125,120,123)
#8C888B
(140,136,139)
#9B989B
(155,152,155)
#AAA8AB
(170,168,171)
#B9B8BB
(185,184,187)
#C8C8CB
(200,200,203)
#D7D8DB
(215,216,219)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50484B color. Also use rgb(80,72,75) instead hex code.

Text Font Color

.myTextColor { color: #50484B; }

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

This text font color is #50484B.


Background Color

.myBgColor { background-color: #50484B; }

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

This div background color is #50484B.


Border color

.myBorderColor { border: 1px solid #50484B; }

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

This div border color is #50484B.


Opacity

.myOpacity80 { color: #50484B; opacity: 0.8; }

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

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

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

This text has shadow with #50484B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50484B on black background.


Color preview on white background

This text has color #50484B on white background.



Black color preview on #50484B background

This text has black color on #50484B background.


White color preview on #50484B background

This text has white color on #50484B background.