COLOR #48008C

HEX: #48008C
RGB: (72,0,140)

Renk bilgisi

#48008C contains mainly blue color. #48008C ‘ nin web güvenlik rengi #330099 (ya da #309) dir.

RGB renk modeli

#48008C color RGB value is (72,0,140).

  • kırmız ton 72;
  • yeşil ton 0;
  • mavi ton 140.
RGB:
(72,0,140)
(28%,0%,55%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 0 of 255 = 0%
B 140 of 255 = 55%

72
0
140

R + G + B ~ 28%. #48008C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 0 + 140 = 212 (100%)
R 72 of 212 ~ 33.96%
G 0 of 212 ~ 0%
B 140 of 212 ~ 66.04%

%33.96
%66.04

CMYK RENK MODELİ

#48008C rengi CMYK tonu (49,100,0,45).

  • camgöbeği tonu 48.57%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(49,100,0,45)
C49M100Y0K45 
(49%,100%,0%,45%)
(0.49/1.00/0.00/0.45)	

CMYK yüzdeleri

%48.57
%100
%0
%45.1

Codes

Color #48008C in popluar color models

48008C
RGB720140
HSL271°100.00%27.45%
HSB/HSV271°100.00%54.90%
CMYK48.57%100.00%0.00%
45.10%

Color #48008C in popluar number systems.

HEX48008C
Decimal720140
Binary1001000010001100
Octal1100214

Shades and tints

Shades of #48008C

#48008C
(72,0,140)
#420080
(66,0,128)
#3C0074
(60,0,116)
#360068
(54,0,104)
#30005C
(48,0,92)
#2A0050
(42,0,80)
#240044
(36,0,68)
#1E0038
(30,0,56)
#18002C
(24,0,44)
#120020
(18,0,32)
#0C0014
(12,0,20)
#000000
(0,0,0)

Tints of #48008C

#48008C
(72,0,140)
#581796
(88,23,150)
#682EA0
(104,46,160)
#7845AA
(120,69,170)
#885CB4
(136,92,180)
#9873BE
(152,115,190)
#A88AC8
(168,138,200)
#B8A1D2
(184,161,210)
#C8B8DC
(200,184,220)
#D8CFE6
(216,207,230)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48008C color. Also use rgb(72,0,140) instead hex code.

Text Font Color

.myTextColor { color: #48008C; }

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

This text font color is #48008C.


Background Color

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

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

This div background color is #48008C.


Border color

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

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

This div border color is #48008C.


Opacity

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

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

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

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

This text has shadow with #48008C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48008C on black background.


Color preview on white background

This text has color #48008C on white background.



Black color preview on #48008C background

This text has black color on #48008C background.


White color preview on #48008C background

This text has white color on #48008C background.