COLOR #481011

HEX: #481011
RGB: (72,16,17)

Color info

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

RGB color model

#481011 color RGB value is (72,16,17).

  • red value is 72;
  • green value is 16;
  • blue value is 17.
RGB:
(72,16,17)
(28%,6%,7%)

RGB channels and saturation

R 72 of 255 = 28%
G 16 of 255 = 6%
B 17 of 255 = 7%

72
16
17

R + G + B ~ 14%. #481011 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 16 + 17 = 105 (100%)
R 72 of 105 ~ 68.57%
G 16 of 105 ~ 15.24%
B 17 of 105 ~ 16.19%

%68.57
%15.24
%16.19

CMYK color model

#481011 color CMYK value is (0,78,76,72).

  • cyan value is 0.00%
  • magenta value is 77.78%
  • yellow value is 76.39%
  • key color value is 71.76%
CMYK:
(0,78,76,72)
C0M78Y76K72 
(0%,78%,76%,72%)
(0.00/0.78/0.76/0.72)	

CMYK percentages

%0
%77.78
%76.39
%71.76

Codes

Color #481011 in popluar color models

481011
RGB721617
HSL359°63.64%17.25%
HSB/HSV359°77.78%28.24%
CMYK0.00%77.78%76.39%
71.76%

Color #481011 in popluar number systems.

HEX481011
Decimal721617
Binary10010001000010001
Octal1102021

Shades and tints

Shades of #481011

#481011
(72,16,17)
#420F10
(66,15,16)
#3C0E0F
(60,14,15)
#360D0E
(54,13,14)
#300C0D
(48,12,13)
#2A0B0C
(42,11,12)
#240A0B
(36,10,11)
#1E090A
(30,9,10)
#180809
(24,8,9)
#120708
(18,7,8)
#0C0607
(12,6,7)
#000000
(0,0,0)

Tints of #481011

#481011
(72,16,17)
#582526
(88,37,38)
#683A3B
(104,58,59)
#784F50
(120,79,80)
#886465
(136,100,101)
#98797A
(152,121,122)
#A88E8F
(168,142,143)
#B8A3A4
(184,163,164)
#C8B8B9
(200,184,185)
#D8CDCE
(216,205,206)
#E8E2E3
(232,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481011; }

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

This text font color is #481011.


Background Color

.myBgColor { background-color: #481011; }

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

This div background color is #481011.


Border color

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

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

This div border color is #481011.


Opacity

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

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

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

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

This text has shadow with #481011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481011 on black background.


Color preview on white background

This text has color #481011 on white background.



Black color preview on #481011 background

This text has black color on #481011 background.


White color preview on #481011 background

This text has white color on #481011 background.