COLOR #481817

HEX: #481817
RGB: (72,24,23)

Color info

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

RGB color model

#481817 color RGB value is (72,24,23).

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

RGB channels and saturation

R 72 of 255 = 28%
G 24 of 255 = 9%
B 23 of 255 = 9%

72
24
23

R + G + B ~ 15%. #481817 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 24 + 23 = 119 (100%)
R 72 of 119 ~ 60.5%
G 24 of 119 ~ 20.17%
B 23 of 119 ~ 19.33%

%60.5
%20.17
%19.33

CMYK color model

#481817 color CMYK value is (0,67,68,72).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 68.06%
  • key color value is 71.76%
CMYK:
(0,67,68,72)
C0M67Y68K72 
(0%,67%,68%,72%)
(0.00/0.67/0.68/0.72)	

CMYK percentages

%0
%66.67
%68.06
%71.76

Codes

Color #481817 in popluar color models

481817
RGB722423
HSL51.58%18.63%
HSB/HSV68.06%28.24%
CMYK0.00%66.67%68.06%
71.76%

Color #481817 in popluar number systems.

HEX481817
Decimal722423
Binary10010001100010111
Octal1103027

Shades and tints

Shades of #481817

#481817
(72,24,23)
#421615
(66,22,21)
#3C1413
(60,20,19)
#361211
(54,18,17)
#30100F
(48,16,15)
#2A0E0D
(42,14,13)
#240C0B
(36,12,11)
#1E0A09
(30,10,9)
#180807
(24,8,7)
#120605
(18,6,5)
#0C0403
(12,4,3)
#000000
(0,0,0)

Tints of #481817

#481817
(72,24,23)
#582D2C
(88,45,44)
#684241
(104,66,65)
#785756
(120,87,86)
#886C6B
(136,108,107)
#988180
(152,129,128)
#A89695
(168,150,149)
#B8ABAA
(184,171,170)
#C8C0BF
(200,192,191)
#D8D5D4
(216,213,212)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481817; }

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

This text font color is #481817.


Background Color

.myBgColor { background-color: #481817; }

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

This div background color is #481817.


Border color

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

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

This div border color is #481817.


Opacity

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

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

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

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

This text has shadow with #481817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481817 on black background.


Color preview on white background

This text has color #481817 on white background.



Black color preview on #481817 background

This text has black color on #481817 background.


White color preview on #481817 background

This text has white color on #481817 background.