COLOR #48493C

HEX: #48493C
RGB: (72,73,60)

Renk bilgisi

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

RGB renk modeli

#48493C color RGB value is (72,73,60).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 73 of 255 = 29%
B 60 of 255 = 24%

72
73
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 73 + 60 = 205 (100%)
R 72 of 205 ~ 35.12%
G 73 of 205 ~ 35.61%
B 60 of 205 ~ 29.27%

%35.12
%35.61
%29.27

CMYK RENK MODELİ

#48493C rengi CMYK tonu (1,0,18,71).

  • camgöbeği tonu 1.37%
  • eflatun tonu 0.00%
  • sarı tonu 17.81%
  • ana renk tonu 71.37%
CMYK:
(1,0,18,71)
C1M0Y18K71 
(1%,0%,18%,71%)
(0.01/0.00/0.18/0.71)	

CMYK yüzdeleri

%1.37
%0
%17.81
%71.37

Codes

Color #48493C in popluar color models

48493C
RGB727360
HSL65°9.77%26.08%
HSB/HSV65°17.81%28.63%
CMYK1.37%0.00%17.81%
71.37%

Color #48493C in popluar number systems.

HEX48493C
Decimal727360
Binary10010001001001111100
Octal11011174

Shades and tints

Shades of #48493C

#48493C
(72,73,60)
#424337
(66,67,55)
#3C3D32
(60,61,50)
#36372D
(54,55,45)
#303128
(48,49,40)
#2A2B23
(42,43,35)
#24251E
(36,37,30)
#1E1F19
(30,31,25)
#181914
(24,25,20)
#12130F
(18,19,15)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #48493C

#48493C
(72,73,60)
#58594D
(88,89,77)
#68695E
(104,105,94)
#78796F
(120,121,111)
#888980
(136,137,128)
#989991
(152,153,145)
#A8A9A2
(168,169,162)
#B8B9B3
(184,185,179)
#C8C9C4
(200,201,196)
#D8D9D5
(216,217,213)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48493C; }

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

This text font color is #48493C.


Background Color

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

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

This div background color is #48493C.


Border color

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

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

This div border color is #48493C.


Opacity

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

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

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

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

This text has shadow with #48493C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48493C on black background.


Color preview on white background

This text has color #48493C on white background.



Black color preview on #48493C background

This text has black color on #48493C background.


White color preview on #48493C background

This text has white color on #48493C background.