COLOR #480C63

HEX: #480C63
RGB: (72,12,99)

Renk bilgisi

#480C63 contains mainly red and blue colors. #480C63 ‘ nin web güvenlik rengi #330066 (ya da #306) dir.

RGB renk modeli

#480C63 color RGB value is (72,12,99).

  • kırmız ton 72;
  • yeşil ton 12;
  • mavi ton 99.
RGB:
(72,12,99)
(28%,5%,39%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 12 of 255 = 5%
B 99 of 255 = 39%

72
12
99

R + G + B ~ 24%. #480C63 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 12 + 99 = 183 (100%)
R 72 of 183 ~ 39.34%
G 12 of 183 ~ 6.56%
B 99 of 183 ~ 54.1%

%39.34
%54.1

CMYK RENK MODELİ

#480C63 rengi CMYK tonu (27,88,0,61).

  • camgöbeği tonu 27.27%
  • eflatun tonu 87.88%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(27,88,0,61)
C27M88Y0K61 
(27%,88%,0%,61%)
(0.27/0.88/0.00/0.61)	

CMYK yüzdeleri

%27.27
%87.88
%0
%61.18

Codes

Color #480C63 in popluar color models

480C63
RGB721299
HSL281°78.38%21.76%
HSB/HSV281°87.88%38.82%
CMYK27.27%87.88%0.00%
61.18%

Color #480C63 in popluar number systems.

HEX480C63
Decimal721299
Binary100100011001100011
Octal11014143

Shades and tints

Shades of #480C63

#480C63
(72,12,99)
#420B5A
(66,11,90)
#3C0A51
(60,10,81)
#360948
(54,9,72)
#30083F
(48,8,63)
#2A0736
(42,7,54)
#24062D
(36,6,45)
#1E0524
(30,5,36)
#18041B
(24,4,27)
#120312
(18,3,18)
#0C0209
(12,2,9)
#000000
(0,0,0)

Tints of #480C63

#480C63
(72,12,99)
#582271
(88,34,113)
#68387F
(104,56,127)
#784E8D
(120,78,141)
#88649B
(136,100,155)
#987AA9
(152,122,169)
#A890B7
(168,144,183)
#B8A6C5
(184,166,197)
#C8BCD3
(200,188,211)
#D8D2E1
(216,210,225)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480C63 color. Also use rgb(72,12,99) instead hex code.

Text Font Color

.myTextColor { color: #480C63; }

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

This text font color is #480C63.


Background Color

.myBgColor { background-color: #480C63; }

<div style="background-color:#480C63">Inner text</div>

This div background color is #480C63.


Border color

.myBorderColor { border: 1px solid #480C63; }

<div style="border:3px solid #480C63">Div</div>

This div border color is #480C63.


Opacity

.myOpacity80 { color: #480C63; opacity: 0.8; }

<p style="color:#480C63;opacity:0.8;">80%</p>

Text with #480C63 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 #480C63;}

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

This text has shadow with #480C63 color.

.textShadow {text-shadow: 3px 3px 1px #480C63, 3px 3px 1px red;}

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

This text has shadow with #480C63 primary color and red secondary color.


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

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

This text has shadow with #480C63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480C63 on black background.


Color preview on white background

This text has color #480C63 on white background.



Black color preview on #480C63 background

This text has black color on #480C63 background.


White color preview on #480C63 background

This text has white color on #480C63 background.