COLOR #48446D

HEX: #48446D
RGB: (72,68,109)

Renk bilgisi

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

RGB renk modeli

#48446D color RGB value is (72,68,109).

  • kırmız ton 72;
  • yeşil ton 68;
  • mavi ton 109.
RGB:
(72,68,109)
(28%,27%,43%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 68 of 255 = 27%
B 109 of 255 = 43%

72
68
109

R + G + B ~ 33%. #48446D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 68 + 109 = 249 (100%)
R 72 of 249 ~ 28.92%
G 68 of 249 ~ 27.31%
B 109 of 249 ~ 43.78%

%28.92
%27.31
%43.78

CMYK RENK MODELİ

#48446D rengi CMYK tonu (34,38,0,57).

  • camgöbeği tonu 33.94%
  • eflatun tonu 37.61%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(34,38,0,57)
C34M38Y0K57 
(34%,38%,0%,57%)
(0.34/0.38/0.00/0.57)	

CMYK yüzdeleri

%33.94
%37.61
%0
%57.25

Codes

Color #48446D in popluar color models

48446D
RGB7268109
HSL246°23.16%34.71%
HSB/HSV246°37.61%42.75%
CMYK33.94%37.61%0.00%
57.25%

Color #48446D in popluar number systems.

HEX48446D
Decimal7268109
Binary100100010001001101101
Octal110104155

Shades and tints

Shades of #48446D

#48446D
(72,68,109)
#423E64
(66,62,100)
#3C385B
(60,56,91)
#363252
(54,50,82)
#302C49
(48,44,73)
#2A2640
(42,38,64)
#242037
(36,32,55)
#1E1A2E
(30,26,46)
#181425
(24,20,37)
#120E1C
(18,14,28)
#0C0813
(12,8,19)
#000000
(0,0,0)

Tints of #48446D

#48446D
(72,68,109)
#58557A
(88,85,122)
#686687
(104,102,135)
#787794
(120,119,148)
#8888A1
(136,136,161)
#9899AE
(152,153,174)
#A8AABB
(168,170,187)
#B8BBC8
(184,187,200)
#C8CCD5
(200,204,213)
#D8DDE2
(216,221,226)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48446D color. Also use rgb(72,68,109) instead hex code.

Text Font Color

.myTextColor { color: #48446D; }

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

This text font color is #48446D.


Background Color

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

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

This div background color is #48446D.


Border color

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

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

This div border color is #48446D.


Opacity

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

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

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

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

This text has shadow with #48446D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48446D on black background.


Color preview on white background

This text has color #48446D on white background.



Black color preview on #48446D background

This text has black color on #48446D background.


White color preview on #48446D background

This text has white color on #48446D background.