COLOR #481D21

HEX: #481D21
RGB: (72,29,33)

Renk bilgisi

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

RGB renk modeli

#481D21 color RGB value is (72,29,33).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 29 of 255 = 11%
B 33 of 255 = 13%

72
29
33

R + G + B ~ 17%. #481D21 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 29 + 33 = 134 (100%)
R 72 of 134 ~ 53.73%
G 29 of 134 ~ 21.64%
B 33 of 134 ~ 24.63%

%53.73
%21.64
%24.63

CMYK RENK MODELİ

#481D21 rengi CMYK tonu (0,60,54,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.72%
  • sarı tonu 54.17%
  • ana renk tonu 71.76%
CMYK:
(0,60,54,72)
C0M60Y54K72 
(0%,60%,54%,72%)
(0.00/0.60/0.54/0.72)	

CMYK yüzdeleri

%0
%59.72
%54.17
%71.76

Codes

Color #481D21 in popluar color models

481D21
RGB722933
HSL354°42.57%19.80%
HSB/HSV354°59.72%28.24%
CMYK0.00%59.72%54.17%
71.76%

Color #481D21 in popluar number systems.

HEX481D21
Decimal722933
Binary100100011101100001
Octal1103541

Shades and tints

Shades of #481D21

#481D21
(72,29,33)
#421B1E
(66,27,30)
#3C191B
(60,25,27)
#361718
(54,23,24)
#301515
(48,21,21)
#2A1312
(42,19,18)
#24110F
(36,17,15)
#1E0F0C
(30,15,12)
#180D09
(24,13,9)
#120B06
(18,11,6)
#0C0903
(12,9,3)
#000000
(0,0,0)

Tints of #481D21

#481D21
(72,29,33)
#583135
(88,49,53)
#684549
(104,69,73)
#78595D
(120,89,93)
#886D71
(136,109,113)
#988185
(152,129,133)
#A89599
(168,149,153)
#B8A9AD
(184,169,173)
#C8BDC1
(200,189,193)
#D8D1D5
(216,209,213)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481D21; }

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

This text font color is #481D21.


Background Color

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

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

This div background color is #481D21.


Border color

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

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

This div border color is #481D21.


Opacity

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

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

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

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

This text has shadow with #481D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481D21 on black background.


Color preview on white background

This text has color #481D21 on white background.



Black color preview on #481D21 background

This text has black color on #481D21 background.


White color preview on #481D21 background

This text has white color on #481D21 background.