COLOR #481917

HEX: #481917
RGB: (72,25,23)

Color info

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

RGB color model

#481917 color RGB value is (72,25,23).

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

RGB channels and saturation

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

72
25
23

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

Portions of RGB colors in percentages

R + G + B =
72 + 25 + 23 = 120 (100%)
R 72 of 120 ~ 60%
G 25 of 120 ~ 20.83%
B 23 of 120 ~ 19.17%

%60
%20.83
%19.17

CMYK color model

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

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

CMYK percentages

%0
%65.28
%68.06
%71.76

Codes

Color #481917 in popluar color models

481917
RGB722523
HSL51.58%18.63%
HSB/HSV68.06%28.24%
CMYK0.00%65.28%68.06%
71.76%

Color #481917 in popluar number systems.

HEX481917
Decimal722523
Binary10010001100110111
Octal1103127

Shades and tints

Shades of #481917

#481917
(72,25,23)
#421715
(66,23,21)
#3C1513
(60,21,19)
#361311
(54,19,17)
#30110F
(48,17,15)
#2A0F0D
(42,15,13)
#240D0B
(36,13,11)
#1E0B09
(30,11,9)
#180907
(24,9,7)
#120705
(18,7,5)
#0C0503
(12,5,3)
#000000
(0,0,0)

Tints of #481917

#481917
(72,25,23)
#582D2C
(88,45,44)
#684141
(104,65,65)
#785556
(120,85,86)
#88696B
(136,105,107)
#987D80
(152,125,128)
#A89195
(168,145,149)
#B8A5AA
(184,165,170)
#C8B9BF
(200,185,191)
#D8CDD4
(216,205,212)
#E8E1E9
(232,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481917; }

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

This text font color is #481917.


Background Color

.myBgColor { background-color: #481917; }

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

This div background color is #481917.


Border color

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

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

This div border color is #481917.


Opacity

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

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

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

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

This text has shadow with #481917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481917 on black background.


Color preview on white background

This text has color #481917 on white background.



Black color preview on #481917 background

This text has black color on #481917 background.


White color preview on #481917 background

This text has white color on #481917 background.