COLOR #481D49

HEX: #481D49
RGB: (72,29,73)

Renk bilgisi

#481D49 contains red, green and blue colors in about the same proportion. #481D49 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#481D49 color RGB value is (72,29,73).

  • kırmız ton 72;
  • yeşil ton 29;
  • mavi ton 73.
RGB:
(72,29,73)
(28%,11%,29%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 29 of 255 = 11%
B 73 of 255 = 29%

72
29
73

R + G + B ~ 23%. #481D49 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 29 + 73 = 174 (100%)
R 72 of 174 ~ 41.38%
G 29 of 174 ~ 16.67%
B 73 of 174 ~ 41.95%

%41.38
%16.67
%41.95

CMYK RENK MODELİ

#481D49 rengi CMYK tonu (1,60,0,71).

  • camgöbeği tonu 1.37%
  • eflatun tonu 60.27%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(1,60,0,71)
C1M60Y0K71 
(1%,60%,0%,71%)
(0.01/0.60/0.00/0.71)	

CMYK yüzdeleri

%1.37
%60.27
%0
%71.37

Codes

Color #481D49 in popluar color models

481D49
RGB722973
HSL299°43.14%20.00%
HSB/HSV299°60.27%28.63%
CMYK1.37%60.27%0.00%
71.37%

Color #481D49 in popluar number systems.

HEX481D49
Decimal722973
Binary1001000111011001001
Octal11035111

Shades and tints

Shades of #481D49

#481D49
(72,29,73)
#421B43
(66,27,67)
#3C193D
(60,25,61)
#361737
(54,23,55)
#301531
(48,21,49)
#2A132B
(42,19,43)
#241125
(36,17,37)
#1E0F1F
(30,15,31)
#180D19
(24,13,25)
#120B13
(18,11,19)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #481D49

#481D49
(72,29,73)
#583159
(88,49,89)
#684569
(104,69,105)
#785979
(120,89,121)
#886D89
(136,109,137)
#988199
(152,129,153)
#A895A9
(168,149,169)
#B8A9B9
(184,169,185)
#C8BDC9
(200,189,201)
#D8D1D9
(216,209,217)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481D49 color. Also use rgb(72,29,73) instead hex code.

Text Font Color

.myTextColor { color: #481D49; }

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

This text font color is #481D49.


Background Color

.myBgColor { background-color: #481D49; }

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

This div background color is #481D49.


Border color

.myBorderColor { border: 1px solid #481D49; }

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

This div border color is #481D49.


Opacity

.myOpacity80 { color: #481D49; opacity: 0.8; }

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

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

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

This text has shadow with #481D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481D49 on black background.


Color preview on white background

This text has color #481D49 on white background.



Black color preview on #481D49 background

This text has black color on #481D49 background.


White color preview on #481D49 background

This text has white color on #481D49 background.