COLOR #505848

HEX: #505848
RGB: (80,88,72)

Renk bilgisi

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

RGB renk modeli

#505848 color RGB value is (80,88,72).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 88 of 255 = 35%
B 72 of 255 = 28%

80
88
72

R + G + B ~ 31%. #505848 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 88 + 72 = 240 (100%)
R 80 of 240 ~ 33.33%
G 88 of 240 ~ 36.67%
B 72 of 240 ~ 30%

%33.33
%36.67
%30

CMYK RENK MODELİ

#505848 rengi CMYK tonu (9,0,18,65).

  • camgöbeği tonu 9.09%
  • eflatun tonu 0.00%
  • sarı tonu 18.18%
  • ana renk tonu 65.49%
CMYK:
(9,0,18,65)
C9M0Y18K65 
(9%,0%,18%,65%)
(0.09/0.00/0.18/0.65)	

CMYK yüzdeleri

%9.09
%0
%18.18
%65.49

Codes

Color #505848 in popluar color models

505848
RGB808872
HSL90°10.00%31.37%
HSB/HSV90°18.18%34.51%
CMYK9.09%0.00%18.18%
65.49%

Color #505848 in popluar number systems.

HEX505848
Decimal808872
Binary101000010110001001000
Octal120130110

Shades and tints

Shades of #505848

#505848
(80,88,72)
#495042
(73,80,66)
#42483C
(66,72,60)
#3B4036
(59,64,54)
#343830
(52,56,48)
#2D302A
(45,48,42)
#262824
(38,40,36)
#1F201E
(31,32,30)
#181818
(24,24,24)
#111012
(17,16,18)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #505848

#505848
(80,88,72)
#5F6758
(95,103,88)
#6E7668
(110,118,104)
#7D8578
(125,133,120)
#8C9488
(140,148,136)
#9BA398
(155,163,152)
#AAB2A8
(170,178,168)
#B9C1B8
(185,193,184)
#C8D0C8
(200,208,200)
#D7DFD8
(215,223,216)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505848; }

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

This text font color is #505848.


Background Color

.myBgColor { background-color: #505848; }

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

This div background color is #505848.


Border color

.myBorderColor { border: 1px solid #505848; }

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

This div border color is #505848.


Opacity

.myOpacity80 { color: #505848; opacity: 0.8; }

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

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

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

This text has shadow with #505848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505848 on black background.


Color preview on white background

This text has color #505848 on white background.



Black color preview on #505848 background

This text has black color on #505848 background.


White color preview on #505848 background

This text has white color on #505848 background.