COLOR #505248

HEX: #505248
RGB: (80,82,72)

Renk bilgisi

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

RGB renk modeli

#505248 color RGB value is (80,82,72).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 82 of 255 = 32%
B 72 of 255 = 28%

80
82
72

R + G + B ~ 30%. #505248 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 82 + 72 = 234 (100%)
R 80 of 234 ~ 34.19%
G 82 of 234 ~ 35.04%
B 72 of 234 ~ 30.77%

%34.19
%35.04
%30.77

CMYK RENK MODELİ

#505248 rengi CMYK tonu (2,0,12,68).

  • camgöbeği tonu 2.44%
  • eflatun tonu 0.00%
  • sarı tonu 12.20%
  • ana renk tonu 67.84%
CMYK:
(2,0,12,68)
C2M0Y12K68 
(2%,0%,12%,68%)
(0.02/0.00/0.12/0.68)	

CMYK yüzdeleri

%2.44
%0
%12.2
%67.84

Codes

Color #505248 in popluar color models

505248
RGB808272
HSL72°6.49%30.20%
HSB/HSV72°12.20%32.16%
CMYK2.44%0.00%12.20%
67.84%

Color #505248 in popluar number systems.

HEX505248
Decimal808272
Binary101000010100101001000
Octal120122110

Shades and tints

Shades of #505248

#505248
(80,82,72)
#494B42
(73,75,66)
#42443C
(66,68,60)
#3B3D36
(59,61,54)
#343630
(52,54,48)
#2D2F2A
(45,47,42)
#262824
(38,40,36)
#1F211E
(31,33,30)
#181A18
(24,26,24)
#111312
(17,19,18)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #505248

#505248
(80,82,72)
#5F6158
(95,97,88)
#6E7068
(110,112,104)
#7D7F78
(125,127,120)
#8C8E88
(140,142,136)
#9B9D98
(155,157,152)
#AAACA8
(170,172,168)
#B9BBB8
(185,187,184)
#C8CAC8
(200,202,200)
#D7D9D8
(215,217,216)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505248; }

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

This text font color is #505248.


Background Color

.myBgColor { background-color: #505248; }

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

This div background color is #505248.


Border color

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

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

This div border color is #505248.


Opacity

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

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

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

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

This text has shadow with #505248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505248 on black background.


Color preview on white background

This text has color #505248 on white background.



Black color preview on #505248 background

This text has black color on #505248 background.


White color preview on #505248 background

This text has white color on #505248 background.