COLOR #481821

HEX: #481821
RGB: (72,24,33)

Renk bilgisi

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

RGB renk modeli

#481821 color RGB value is (72,24,33).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 24 of 255 = 9%
B 33 of 255 = 13%

72
24
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 24 + 33 = 129 (100%)
R 72 of 129 ~ 55.81%
G 24 of 129 ~ 18.6%
B 33 of 129 ~ 25.58%

%55.81
%18.6
%25.58

CMYK RENK MODELİ

#481821 rengi CMYK tonu (0,67,54,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.67%
  • sarı tonu 54.17%
  • ana renk tonu 71.76%
CMYK:
(0,67,54,72)
C0M67Y54K72 
(0%,67%,54%,72%)
(0.00/0.67/0.54/0.72)	

CMYK yüzdeleri

%0
%66.67
%54.17
%71.76

Codes

Color #481821 in popluar color models

481821
RGB722433
HSL349°50.00%18.82%
HSB/HSV349°66.67%28.24%
CMYK0.00%66.67%54.17%
71.76%

Color #481821 in popluar number systems.

HEX481821
Decimal722433
Binary100100011000100001
Octal1103041

Shades and tints

Shades of #481821

#481821
(72,24,33)
#42161E
(66,22,30)
#3C141B
(60,20,27)
#361218
(54,18,24)
#301015
(48,16,21)
#2A0E12
(42,14,18)
#240C0F
(36,12,15)
#1E0A0C
(30,10,12)
#180809
(24,8,9)
#120606
(18,6,6)
#0C0403
(12,4,3)
#000000
(0,0,0)

Tints of #481821

#481821
(72,24,33)
#582D35
(88,45,53)
#684249
(104,66,73)
#78575D
(120,87,93)
#886C71
(136,108,113)
#988185
(152,129,133)
#A89699
(168,150,153)
#B8ABAD
(184,171,173)
#C8C0C1
(200,192,193)
#D8D5D5
(216,213,213)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481821; }

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

This text font color is #481821.


Background Color

.myBgColor { background-color: #481821; }

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

This div background color is #481821.


Border color

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

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

This div border color is #481821.


Opacity

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

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

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

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

This text has shadow with #481821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481821 on black background.


Color preview on white background

This text has color #481821 on white background.



Black color preview on #481821 background

This text has black color on #481821 background.


White color preview on #481821 background

This text has white color on #481821 background.