COLOR #481919

HEX: #481919
RGB: (72,25,25)

Color info

#481919 contains red, green and blue colors in about the same proportion. Web safe color of #481919 is #330000 (or #300).

RGB color model

#481919 color RGB value is (72,25,25).

  • red value is 72;
  • green value is 25;
  • blue value is 25.
RGB:
(72,25,25)
(28%,10%,10%)

RGB channels and saturation

R 72 of 255 = 28%
G 25 of 255 = 10%
B 25 of 255 = 10%

72
25
25

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

Portions of RGB colors in percentages

R + G + B =
72 + 25 + 25 = 122 (100%)
R 72 of 122 ~ 59.02%
G 25 of 122 ~ 20.49%
B 25 of 122 ~ 20.49%

%59.02
%20.49
%20.49

CMYK color model

#481919 color CMYK value is (0,65,65,72).

  • cyan value is 0.00%
  • magenta value is 65.28%
  • yellow value is 65.28%
  • key color value is 71.76%
CMYK:
(0,65,65,72)
C0M65Y65K72 
(0%,65%,65%,72%)
(0.00/0.65/0.65/0.72)	

CMYK percentages

%0
%65.28
%65.28
%71.76

Codes

Color #481919 in popluar color models

481919
RGB722525
HSL48.45%19.02%
HSB/HSV65.28%28.24%
CMYK0.00%65.28%65.28%
71.76%

Color #481919 in popluar number systems.

HEX481919
Decimal722525
Binary10010001100111001
Octal1103131

Shades and tints

Shades of #481919

#481919
(72,25,25)
#421717
(66,23,23)
#3C1515
(60,21,21)
#361313
(54,19,19)
#301111
(48,17,17)
#2A0F0F
(42,15,15)
#240D0D
(36,13,13)
#1E0B0B
(30,11,11)
#180909
(24,9,9)
#120707
(18,7,7)
#0C0505
(12,5,5)
#000000
(0,0,0)

Tints of #481919

#481919
(72,25,25)
#582D2D
(88,45,45)
#684141
(104,65,65)
#785555
(120,85,85)
#886969
(136,105,105)
#987D7D
(152,125,125)
#A89191
(168,145,145)
#B8A5A5
(184,165,165)
#C8B9B9
(200,185,185)
#D8CDCD
(216,205,205)
#E8E1E1
(232,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481919; }

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

This text font color is #481919.


Background Color

.myBgColor { background-color: #481919; }

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

This div background color is #481919.


Border color

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

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

This div border color is #481919.


Opacity

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

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

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

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

This text has shadow with #481919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481919 on black background.


Color preview on white background

This text has color #481919 on white background.



Black color preview on #481919 background

This text has black color on #481919 background.


White color preview on #481919 background

This text has white color on #481919 background.