COLOR #481010

HEX: #481010
RGB: (72,16,16)

Color info

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

RGB color model

#481010 color RGB value is (72,16,16).

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

RGB channels and saturation

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

72
16
16

R + G + B ~ 13%. #481010 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 16 + 16 = 104 (100%)
R 72 of 104 ~ 69.23%
G 16 of 104 ~ 15.38%
B 16 of 104 ~ 15.38%

%69.23
%15.38
%15.38

CMYK color model

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

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

CMYK percentages

%0
%77.78
%77.78
%71.76

Codes

Color #481010 in popluar color models

481010
RGB721616
HSL63.64%17.25%
HSB/HSV77.78%28.24%
CMYK0.00%77.78%77.78%
71.76%

Color #481010 in popluar number systems.

HEX481010
Decimal721616
Binary10010001000010000
Octal1102020

Shades and tints

Shades of #481010

#481010
(72,16,16)
#420F0F
(66,15,15)
#3C0E0E
(60,14,14)
#360D0D
(54,13,13)
#300C0C
(48,12,12)
#2A0B0B
(42,11,11)
#240A0A
(36,10,10)
#1E0909
(30,9,9)
#180808
(24,8,8)
#120707
(18,7,7)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #481010

#481010
(72,16,16)
#582525
(88,37,37)
#683A3A
(104,58,58)
#784F4F
(120,79,79)
#886464
(136,100,100)
#987979
(152,121,121)
#A88E8E
(168,142,142)
#B8A3A3
(184,163,163)
#C8B8B8
(200,184,184)
#D8CDCD
(216,205,205)
#E8E2E2
(232,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481010; }

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

This text font color is #481010.


Background Color

.myBgColor { background-color: #481010; }

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

This div background color is #481010.


Border color

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

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

This div border color is #481010.


Opacity

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

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

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

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

This text has shadow with #481010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481010 on black background.


Color preview on white background

This text has color #481010 on white background.



Black color preview on #481010 background

This text has black color on #481010 background.


White color preview on #481010 background

This text has white color on #481010 background.