COLOR #481620

HEX: #481620
RGB: (72,22,32)

Color info

#481620 contains red, green and blue colors in about the same proportion. Web safe color of #481620 is #330033 (or #303).

RGB color model

#481620 color RGB value is (72,22,32).

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

RGB channels and saturation

R 72 of 255 = 28%
G 22 of 255 = 9%
B 32 of 255 = 13%

72
22
32

R + G + B ~ 17%. #481620 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 22 + 32 = 126 (100%)
R 72 of 126 ~ 57.14%
G 22 of 126 ~ 17.46%
B 32 of 126 ~ 25.4%

%57.14
%17.46
%25.4

CMYK color model

#481620 color CMYK value is (0,69,56,72).

  • cyan value is 0.00%
  • magenta value is 69.44%
  • yellow value is 55.56%
  • key color value is 71.76%
CMYK:
(0,69,56,72)
C0M69Y56K72 
(0%,69%,56%,72%)
(0.00/0.69/0.56/0.72)	

CMYK percentages

%0
%69.44
%55.56
%71.76

Codes

Color #481620 in popluar color models

481620
RGB722232
HSL348°53.19%18.43%
HSB/HSV348°69.44%28.24%
CMYK0.00%69.44%55.56%
71.76%

Color #481620 in popluar number systems.

HEX481620
Decimal722232
Binary100100010110100000
Octal1102640

Shades and tints

Shades of #481620

#481620
(72,22,32)
#42141E
(66,20,30)
#3C121C
(60,18,28)
#36101A
(54,16,26)
#300E18
(48,14,24)
#2A0C16
(42,12,22)
#240A14
(36,10,20)
#1E0812
(30,8,18)
#180610
(24,6,16)
#12040E
(18,4,14)
#0C020C
(12,2,12)
#000000
(0,0,0)

Tints of #481620

#481620
(72,22,32)
#582B34
(88,43,52)
#684048
(104,64,72)
#78555C
(120,85,92)
#886A70
(136,106,112)
#987F84
(152,127,132)
#A89498
(168,148,152)
#B8A9AC
(184,169,172)
#C8BEC0
(200,190,192)
#D8D3D4
(216,211,212)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481620; }

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

This text font color is #481620.


Background Color

.myBgColor { background-color: #481620; }

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

This div background color is #481620.


Border color

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

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

This div border color is #481620.


Opacity

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

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

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

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

This text has shadow with #481620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481620 on black background.


Color preview on white background

This text has color #481620 on white background.



Black color preview on #481620 background

This text has black color on #481620 background.


White color preview on #481620 background

This text has white color on #481620 background.