COLOR #480F51

HEX: #480F51
RGB: (72,15,81)

Renk bilgisi

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

RGB renk modeli

#480F51 color RGB value is (72,15,81).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 15 of 255 = 6%
B 81 of 255 = 32%

72
15
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 15 + 81 = 168 (100%)
R 72 of 168 ~ 42.86%
G 15 of 168 ~ 8.93%
B 81 of 168 ~ 48.21%

%42.86
%48.21

CMYK RENK MODELİ

#480F51 rengi CMYK tonu (11,81,0,68).

  • camgöbeği tonu 11.11%
  • eflatun tonu 81.48%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(11,81,0,68)
C11M81Y0K68 
(11%,81%,0%,68%)
(0.11/0.81/0.00/0.68)	

CMYK yüzdeleri

%11.11
%81.48
%0
%68.24

Codes

Color #480F51 in popluar color models

480F51
RGB721581
HSL292°68.75%18.82%
HSB/HSV292°81.48%31.76%
CMYK11.11%81.48%0.00%
68.24%

Color #480F51 in popluar number systems.

HEX480F51
Decimal721581
Binary100100011111010001
Octal11017121

Shades and tints

Shades of #480F51

#480F51
(72,15,81)
#420E4A
(66,14,74)
#3C0D43
(60,13,67)
#360C3C
(54,12,60)
#300B35
(48,11,53)
#2A0A2E
(42,10,46)
#240927
(36,9,39)
#1E0820
(30,8,32)
#180719
(24,7,25)
#120612
(18,6,18)
#0C050B
(12,5,11)
#000000
(0,0,0)

Tints of #480F51

#480F51
(72,15,81)
#582460
(88,36,96)
#68396F
(104,57,111)
#784E7E
(120,78,126)
#88638D
(136,99,141)
#98789C
(152,120,156)
#A88DAB
(168,141,171)
#B8A2BA
(184,162,186)
#C8B7C9
(200,183,201)
#D8CCD8
(216,204,216)
#E8E1E7
(232,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480F51; }

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

This text font color is #480F51.


Background Color

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

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

This div background color is #480F51.


Border color

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

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

This div border color is #480F51.


Opacity

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

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

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

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

This text has shadow with #480F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480F51 on black background.


Color preview on white background

This text has color #480F51 on white background.



Black color preview on #480F51 background

This text has black color on #480F51 background.


White color preview on #480F51 background

This text has white color on #480F51 background.