COLOR #480141

HEX: #480141
RGB: (72,1,65)

Renk bilgisi

#480141 contains mainly red and blue colors. #480141 ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#480141 color RGB value is (72,1,65).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 1 of 255 = 0%
B 65 of 255 = 25%

72
1
65

R + G + B ~ 18%. #480141 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 1 + 65 = 138 (100%)
R 72 of 138 ~ 52.17%
G 1 of 138 ~ 0.72%
B 65 of 138 ~ 47.1%

%52.17
%47.1

CMYK RENK MODELİ

#480141 rengi CMYK tonu (0,99,10,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 98.61%
  • sarı tonu 9.72%
  • ana renk tonu 71.76%
CMYK:
(0,99,10,72)
C0M99Y10K72 
(0%,99%,10%,72%)
(0.00/0.99/0.10/0.72)	

CMYK yüzdeleri

%0
%98.61
%9.72
%71.76

Codes

Color #480141 in popluar color models

480141
RGB72165
HSL306°97.26%14.31%
HSB/HSV306°98.61%28.24%
CMYK0.00%98.61%9.72%
71.76%

Color #480141 in popluar number systems.

HEX480141
Decimal72165
Binary100100011000001
Octal1101101

Shades and tints

Shades of #480141

#480141
(72,1,65)
#42013C
(66,1,60)
#3C0137
(60,1,55)
#360132
(54,1,50)
#30012D
(48,1,45)
#2A0128
(42,1,40)
#240123
(36,1,35)
#1E011E
(30,1,30)
#180119
(24,1,25)
#120114
(18,1,20)
#0C010F
(12,1,15)
#000000
(0,0,0)

Tints of #480141

#480141
(72,1,65)
#581852
(88,24,82)
#682F63
(104,47,99)
#784674
(120,70,116)
#885D85
(136,93,133)
#987496
(152,116,150)
#A88BA7
(168,139,167)
#B8A2B8
(184,162,184)
#C8B9C9
(200,185,201)
#D8D0DA
(216,208,218)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480141 color. Also use rgb(72,1,65) instead hex code.

Text Font Color

.myTextColor { color: #480141; }

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

This text font color is #480141.


Background Color

.myBgColor { background-color: #480141; }

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

This div background color is #480141.


Border color

.myBorderColor { border: 1px solid #480141; }

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

This div border color is #480141.


Opacity

.myOpacity80 { color: #480141; opacity: 0.8; }

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

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

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

This text has shadow with #480141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480141 on black background.


Color preview on white background

This text has color #480141 on white background.



Black color preview on #480141 background

This text has black color on #480141 background.


White color preview on #480141 background

This text has white color on #480141 background.