COLOR #481717

HEX: #481717
RGB: (72,23,23)

Color info

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

RGB color model

#481717 color RGB value is (72,23,23).

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

RGB channels and saturation

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

72
23
23

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

Portions of RGB colors in percentages

R + G + B =
72 + 23 + 23 = 118 (100%)
R 72 of 118 ~ 61.02%
G 23 of 118 ~ 19.49%
B 23 of 118 ~ 19.49%

%61.02
%19.49
%19.49

CMYK color model

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

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

CMYK percentages

%0
%68.06
%68.06
%71.76

Codes

Color #481717 in popluar color models

481717
RGB722323
HSL51.58%18.63%
HSB/HSV68.06%28.24%
CMYK0.00%68.06%68.06%
71.76%

Color #481717 in popluar number systems.

HEX481717
Decimal722323
Binary10010001011110111
Octal1102727

Shades and tints

Shades of #481717

#481717
(72,23,23)
#421515
(66,21,21)
#3C1313
(60,19,19)
#361111
(54,17,17)
#300F0F
(48,15,15)
#2A0D0D
(42,13,13)
#240B0B
(36,11,11)
#1E0909
(30,9,9)
#180707
(24,7,7)
#120505
(18,5,5)
#0C0303
(12,3,3)
#000000
(0,0,0)

Tints of #481717

#481717
(72,23,23)
#582C2C
(88,44,44)
#684141
(104,65,65)
#785656
(120,86,86)
#886B6B
(136,107,107)
#988080
(152,128,128)
#A89595
(168,149,149)
#B8AAAA
(184,170,170)
#C8BFBF
(200,191,191)
#D8D4D4
(216,212,212)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481717; }

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

This text font color is #481717.


Background Color

.myBgColor { background-color: #481717; }

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

This div background color is #481717.


Border color

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

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

This div border color is #481717.


Opacity

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

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

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

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

This text has shadow with #481717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481717 on black background.


Color preview on white background

This text has color #481717 on white background.



Black color preview on #481717 background

This text has black color on #481717 background.


White color preview on #481717 background

This text has white color on #481717 background.