COLOR #505048

HEX: #505048
RGB: (80,80,72)

Renk bilgisi

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

RGB renk modeli

#505048 color RGB value is (80,80,72).

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

RGB bağlantıları ve doygunluk

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

80
80
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 80 + 72 = 232 (100%)
R 80 of 232 ~ 34.48%
G 80 of 232 ~ 34.48%
B 72 of 232 ~ 31.03%

%34.48
%34.48
%31.03

CMYK RENK MODELİ

#505048 rengi CMYK tonu (0,0,10,69).

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

CMYK yüzdeleri

%0
%0
%10
%68.63

Codes

Color #505048 in popluar color models

505048
RGB808072
HSL60°5.26%29.80%
HSB/HSV60°10.00%31.37%
CMYK0.00%0.00%10.00%
68.63%

Color #505048 in popluar number systems.

HEX505048
Decimal808072
Binary101000010100001001000
Octal120120110

Shades and tints

Shades of #505048

#505048
(80,80,72)
#494942
(73,73,66)
#42423C
(66,66,60)
#3B3B36
(59,59,54)
#343430
(52,52,48)
#2D2D2A
(45,45,42)
#262624
(38,38,36)
#1F1F1E
(31,31,30)
#181818
(24,24,24)
#111112
(17,17,18)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #505048

#505048
(80,80,72)
#5F5F58
(95,95,88)
#6E6E68
(110,110,104)
#7D7D78
(125,125,120)
#8C8C88
(140,140,136)
#9B9B98
(155,155,152)
#AAAAA8
(170,170,168)
#B9B9B8
(185,185,184)
#C8C8C8
(200,200,200)
#D7D7D8
(215,215,216)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505048; }

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

This text font color is #505048.


Background Color

.myBgColor { background-color: #505048; }

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

This div background color is #505048.


Border color

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

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

This div border color is #505048.


Opacity

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

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

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

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

This text has shadow with #505048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505048 on black background.


Color preview on white background

This text has color #505048 on white background.



Black color preview on #505048 background

This text has black color on #505048 background.


White color preview on #505048 background

This text has white color on #505048 background.