COLOR #48393F

HEX: #48393F
RGB: (72,57,63)

Renk bilgisi

#48393F contains red, green and blue colors in about the same proportion. #48393F ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#48393F color RGB value is (72,57,63).

  • kırmız ton 72;
  • yeşil ton 57;
  • mavi ton 63.
RGB:
(72,57,63)
(28%,22%,25%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 57 of 255 = 22%
B 63 of 255 = 25%

72
57
63

R + G + B ~ 25%. #48393F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 57 + 63 = 192 (100%)
R 72 of 192 ~ 37.5%
G 57 of 192 ~ 29.69%
B 63 of 192 ~ 32.81%

%37.5
%29.69
%32.81

CMYK RENK MODELİ

#48393F rengi CMYK tonu (0,21,13,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.83%
  • sarı tonu 12.50%
  • ana renk tonu 71.76%
CMYK:
(0,21,13,72)
C0M21Y13K72 
(0%,21%,13%,72%)
(0.00/0.21/0.13/0.72)	

CMYK yüzdeleri

%0
%20.83
%12.5
%71.76

Codes

Color #48393F in popluar color models

48393F
RGB725763
HSL336°11.63%25.29%
HSB/HSV336°20.83%28.24%
CMYK0.00%20.83%12.50%
71.76%

Color #48393F in popluar number systems.

HEX48393F
Decimal725763
Binary1001000111001111111
Octal1107177

Shades and tints

Shades of #48393F

#48393F
(72,57,63)
#42343A
(66,52,58)
#3C2F35
(60,47,53)
#362A30
(54,42,48)
#30252B
(48,37,43)
#2A2026
(42,32,38)
#241B21
(36,27,33)
#1E161C
(30,22,28)
#181117
(24,17,23)
#120C12
(18,12,18)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #48393F

#48393F
(72,57,63)
#584B50
(88,75,80)
#685D61
(104,93,97)
#786F72
(120,111,114)
#888183
(136,129,131)
#989394
(152,147,148)
#A8A5A5
(168,165,165)
#B8B7B6
(184,183,182)
#C8C9C7
(200,201,199)
#D8DBD8
(216,219,216)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48393F color. Also use rgb(72,57,63) instead hex code.

Text Font Color

.myTextColor { color: #48393F; }

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

This text font color is #48393F.


Background Color

.myBgColor { background-color: #48393F; }

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

This div background color is #48393F.


Border color

.myBorderColor { border: 1px solid #48393F; }

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

This div border color is #48393F.


Opacity

.myOpacity80 { color: #48393F; opacity: 0.8; }

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

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

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

This text has shadow with #48393F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48393F on black background.


Color preview on white background

This text has color #48393F on white background.



Black color preview on #48393F background

This text has black color on #48393F background.


White color preview on #48393F background

This text has white color on #48393F background.