COLOR #480D51

HEX: #480D51
RGB: (72,13,81)

Renk bilgisi

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

RGB renk modeli

#480D51 color RGB value is (72,13,81).

  • kırmız ton 72;
  • yeşil ton 13;
  • mavi ton 81.
RGB:
(72,13,81)
(28%,5%,32%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 13 of 255 = 5%
B 81 of 255 = 32%

72
13
81

R + G + B ~ 22%. #480D51 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 13 + 81 = 166 (100%)
R 72 of 166 ~ 43.37%
G 13 of 166 ~ 7.83%
B 81 of 166 ~ 48.8%

%43.37
%48.8

CMYK RENK MODELİ

#480D51 rengi CMYK tonu (11,84,0,68).

  • camgöbeği tonu 11.11%
  • eflatun tonu 83.95%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(11,84,0,68)
C11M84Y0K68 
(11%,84%,0%,68%)
(0.11/0.84/0.00/0.68)	

CMYK yüzdeleri

%11.11
%83.95
%0
%68.24

Codes

Color #480D51 in popluar color models

480D51
RGB721381
HSL292°72.34%18.43%
HSB/HSV292°83.95%31.76%
CMYK11.11%83.95%0.00%
68.24%

Color #480D51 in popluar number systems.

HEX480D51
Decimal721381
Binary100100011011010001
Octal11015121

Shades and tints

Shades of #480D51

#480D51
(72,13,81)
#420C4A
(66,12,74)
#3C0B43
(60,11,67)
#360A3C
(54,10,60)
#300935
(48,9,53)
#2A082E
(42,8,46)
#240727
(36,7,39)
#1E0620
(30,6,32)
#180519
(24,5,25)
#120412
(18,4,18)
#0C030B
(12,3,11)
#000000
(0,0,0)

Tints of #480D51

#480D51
(72,13,81)
#582360
(88,35,96)
#68396F
(104,57,111)
#784F7E
(120,79,126)
#88658D
(136,101,141)
#987B9C
(152,123,156)
#A891AB
(168,145,171)
#B8A7BA
(184,167,186)
#C8BDC9
(200,189,201)
#D8D3D8
(216,211,216)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480D51 color. Also use rgb(72,13,81) instead hex code.

Text Font Color

.myTextColor { color: #480D51; }

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

This text font color is #480D51.


Background Color

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

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

This div background color is #480D51.


Border color

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

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

This div border color is #480D51.


Opacity

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

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

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

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

This text has shadow with #480D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480D51 on black background.


Color preview on white background

This text has color #480D51 on white background.



Black color preview on #480D51 background

This text has black color on #480D51 background.


White color preview on #480D51 background

This text has white color on #480D51 background.