COLOR #481B15

HEX: #481B15
RGB: (72,27,21)

Renk bilgisi

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

RGB renk modeli

#481B15 color RGB value is (72,27,21).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 27 of 255 = 11%
B 21 of 255 = 8%

72
27
21

R + G + B ~ 16%. #481B15 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 27 + 21 = 120 (100%)
R 72 of 120 ~ 60%
G 27 of 120 ~ 22.5%
B 21 of 120 ~ 17.5%

%60
%22.5
%17.5

CMYK RENK MODELİ

#481B15 rengi CMYK tonu (0,63,71,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.50%
  • sarı tonu 70.83%
  • ana renk tonu 71.76%
CMYK:
(0,63,71,72)
C0M63Y71K72 
(0%,63%,71%,72%)
(0.00/0.63/0.71/0.72)	

CMYK yüzdeleri

%0
%62.5
%70.83
%71.76

Codes

Color #481B15 in popluar color models

481B15
RGB722721
HSL54.84%18.24%
HSB/HSV70.83%28.24%
CMYK0.00%62.50%70.83%
71.76%

Color #481B15 in popluar number systems.

HEX481B15
Decimal722721
Binary10010001101110101
Octal1103325

Shades and tints

Shades of #481B15

#481B15
(72,27,21)
#421914
(66,25,20)
#3C1713
(60,23,19)
#361512
(54,21,18)
#301311
(48,19,17)
#2A1110
(42,17,16)
#240F0F
(36,15,15)
#1E0D0E
(30,13,14)
#180B0D
(24,11,13)
#12090C
(18,9,12)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #481B15

#481B15
(72,27,21)
#582F2A
(88,47,42)
#68433F
(104,67,63)
#785754
(120,87,84)
#886B69
(136,107,105)
#987F7E
(152,127,126)
#A89393
(168,147,147)
#B8A7A8
(184,167,168)
#C8BBBD
(200,187,189)
#D8CFD2
(216,207,210)
#E8E3E7
(232,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481B15; }

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

This text font color is #481B15.


Background Color

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

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

This div background color is #481B15.


Border color

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

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

This div border color is #481B15.


Opacity

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

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

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

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

This text has shadow with #481B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481B15 on black background.


Color preview on white background

This text has color #481B15 on white background.



Black color preview on #481B15 background

This text has black color on #481B15 background.


White color preview on #481B15 background

This text has white color on #481B15 background.