COLOR #481015

HEX: #481015
RGB: (72,16,21)

Renk bilgisi

#481015 contains red, green and blue colors in about the same proportion. #481015 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#481015 color RGB value is (72,16,21).

  • kırmız ton 72;
  • yeşil ton 16;
  • mavi ton 21.
RGB:
(72,16,21)
(28%,6%,8%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 16 of 255 = 6%
B 21 of 255 = 8%

72
16
21

R + G + B ~ 14%. #481015 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 16 + 21 = 109 (100%)
R 72 of 109 ~ 66.06%
G 16 of 109 ~ 14.68%
B 21 of 109 ~ 19.27%

%66.06
%14.68
%19.27

CMYK RENK MODELİ

#481015 rengi CMYK tonu (0,78,71,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.78%
  • sarı tonu 70.83%
  • ana renk tonu 71.76%
CMYK:
(0,78,71,72)
C0M78Y71K72 
(0%,78%,71%,72%)
(0.00/0.78/0.71/0.72)	

CMYK yüzdeleri

%0
%77.78
%70.83
%71.76

Codes

Color #481015 in popluar color models

481015
RGB721621
HSL355°63.64%17.25%
HSB/HSV355°77.78%28.24%
CMYK0.00%77.78%70.83%
71.76%

Color #481015 in popluar number systems.

HEX481015
Decimal721621
Binary10010001000010101
Octal1102025

Shades and tints

Shades of #481015

#481015
(72,16,21)
#420F14
(66,15,20)
#3C0E13
(60,14,19)
#360D12
(54,13,18)
#300C11
(48,12,17)
#2A0B10
(42,11,16)
#240A0F
(36,10,15)
#1E090E
(30,9,14)
#18080D
(24,8,13)
#12070C
(18,7,12)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #481015

#481015
(72,16,21)
#58252A
(88,37,42)
#683A3F
(104,58,63)
#784F54
(120,79,84)
#886469
(136,100,105)
#98797E
(152,121,126)
#A88E93
(168,142,147)
#B8A3A8
(184,163,168)
#C8B8BD
(200,184,189)
#D8CDD2
(216,205,210)
#E8E2E7
(232,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481015 color. Also use rgb(72,16,21) instead hex code.

Text Font Color

.myTextColor { color: #481015; }

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

This text font color is #481015.


Background Color

.myBgColor { background-color: #481015; }

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

This div background color is #481015.


Border color

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

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

This div border color is #481015.


Opacity

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

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

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

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

This text has shadow with #481015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481015 on black background.


Color preview on white background

This text has color #481015 on white background.



Black color preview on #481015 background

This text has black color on #481015 background.


White color preview on #481015 background

This text has white color on #481015 background.