COLOR #48493B

HEX: #48493B
RGB: (72,73,59)

Renk bilgisi

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

RGB renk modeli

#48493B color RGB value is (72,73,59).

  • kırmız ton 72;
  • yeşil ton 73;
  • mavi ton 59.
RGB:
(72,73,59)
(28%,29%,23%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 73 of 255 = 29%
B 59 of 255 = 23%

72
73
59

R + G + B ~ 27%. #48493B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 73 + 59 = 204 (100%)
R 72 of 204 ~ 35.29%
G 73 of 204 ~ 35.78%
B 59 of 204 ~ 28.92%

%35.29
%35.78
%28.92

CMYK RENK MODELİ

#48493B rengi CMYK tonu (1,0,19,71).

  • camgöbeği tonu 1.37%
  • eflatun tonu 0.00%
  • sarı tonu 19.18%
  • ana renk tonu 71.37%
CMYK:
(1,0,19,71)
C1M0Y19K71 
(1%,0%,19%,71%)
(0.01/0.00/0.19/0.71)	

CMYK yüzdeleri

%1.37
%0
%19.18
%71.37

Codes

Color #48493B in popluar color models

48493B
RGB727359
HSL64°10.61%25.88%
HSB/HSV64°19.18%28.63%
CMYK1.37%0.00%19.18%
71.37%

Color #48493B in popluar number systems.

HEX48493B
Decimal727359
Binary10010001001001111011
Octal11011173

Shades and tints

Shades of #48493B

#48493B
(72,73,59)
#424336
(66,67,54)
#3C3D31
(60,61,49)
#36372C
(54,55,44)
#303127
(48,49,39)
#2A2B22
(42,43,34)
#24251D
(36,37,29)
#1E1F18
(30,31,24)
#181913
(24,25,19)
#12130E
(18,19,14)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #48493B

#48493B
(72,73,59)
#58594C
(88,89,76)
#68695D
(104,105,93)
#78796E
(120,121,110)
#88897F
(136,137,127)
#989990
(152,153,144)
#A8A9A1
(168,169,161)
#B8B9B2
(184,185,178)
#C8C9C3
(200,201,195)
#D8D9D4
(216,217,212)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48493B color. Also use rgb(72,73,59) instead hex code.

Text Font Color

.myTextColor { color: #48493B; }

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

This text font color is #48493B.


Background Color

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

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

This div background color is #48493B.


Border color

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

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

This div border color is #48493B.


Opacity

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

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

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

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

This text has shadow with #48493B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48493B on black background.


Color preview on white background

This text has color #48493B on white background.



Black color preview on #48493B background

This text has black color on #48493B background.


White color preview on #48493B background

This text has white color on #48493B background.