COLOR #48364D

HEX: #48364D
RGB: (72,54,77)

Renk bilgisi

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

RGB renk modeli

#48364D color RGB value is (72,54,77).

  • kırmız ton 72;
  • yeşil ton 54;
  • mavi ton 77.
RGB:
(72,54,77)
(28%,21%,30%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 54 of 255 = 21%
B 77 of 255 = 30%

72
54
77

R + G + B ~ 26%. #48364D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 54 + 77 = 203 (100%)
R 72 of 203 ~ 35.47%
G 54 of 203 ~ 26.6%
B 77 of 203 ~ 37.93%

%35.47
%26.6
%37.93

CMYK RENK MODELİ

#48364D rengi CMYK tonu (6,30,0,70).

  • camgöbeği tonu 6.49%
  • eflatun tonu 29.87%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(6,30,0,70)
C6M30Y0K70 
(6%,30%,0%,70%)
(0.06/0.30/0.00/0.70)	

CMYK yüzdeleri

%6.49
%29.87
%0
%69.8

Codes

Color #48364D in popluar color models

48364D
RGB725477
HSL287°17.56%25.69%
HSB/HSV287°29.87%30.20%
CMYK6.49%29.87%0.00%
69.80%

Color #48364D in popluar number systems.

HEX48364D
Decimal725477
Binary10010001101101001101
Octal11066115

Shades and tints

Shades of #48364D

#48364D
(72,54,77)
#423246
(66,50,70)
#3C2E3F
(60,46,63)
#362A38
(54,42,56)
#302631
(48,38,49)
#2A222A
(42,34,42)
#241E23
(36,30,35)
#1E1A1C
(30,26,28)
#181615
(24,22,21)
#12120E
(18,18,14)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #48364D

#48364D
(72,54,77)
#58485D
(88,72,93)
#685A6D
(104,90,109)
#786C7D
(120,108,125)
#887E8D
(136,126,141)
#98909D
(152,144,157)
#A8A2AD
(168,162,173)
#B8B4BD
(184,180,189)
#C8C6CD
(200,198,205)
#D8D8DD
(216,216,221)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48364D color. Also use rgb(72,54,77) instead hex code.

Text Font Color

.myTextColor { color: #48364D; }

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

This text font color is #48364D.


Background Color

.myBgColor { background-color: #48364D; }

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

This div background color is #48364D.


Border color

.myBorderColor { border: 1px solid #48364D; }

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

This div border color is #48364D.


Opacity

.myOpacity80 { color: #48364D; opacity: 0.8; }

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

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

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

This text has shadow with #48364D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48364D on black background.


Color preview on white background

This text has color #48364D on white background.



Black color preview on #48364D background

This text has black color on #48364D background.


White color preview on #48364D background

This text has white color on #48364D background.