COLOR #482621

HEX: #482621
RGB: (72,38,33)

Color info

#482621 contains red, green and blue colors in about the same proportion. Web safe color of #482621 is #333333 (or #333).

RGB color model

#482621 color RGB value is (72,38,33).

  • red value is 72;
  • green value is 38;
  • blue value is 33.
RGB:
(72,38,33)
(28%,15%,13%)

RGB channels and saturation

R 72 of 255 = 28%
G 38 of 255 = 15%
B 33 of 255 = 13%

72
38
33

R + G + B ~ 19%. #482621 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 38 + 33 = 143 (100%)
R 72 of 143 ~ 50.35%
G 38 of 143 ~ 26.57%
B 33 of 143 ~ 23.08%

%50.35
%26.57
%23.08

CMYK color model

#482621 color CMYK value is (0,47,54,72).

  • cyan value is 0.00%
  • magenta value is 47.22%
  • yellow value is 54.17%
  • key color value is 71.76%
CMYK:
(0,47,54,72)
C0M47Y54K72 
(0%,47%,54%,72%)
(0.00/0.47/0.54/0.72)	

CMYK percentages

%0
%47.22
%54.17
%71.76

Codes

Color #482621 in popluar color models

482621
RGB723833
HSL37.14%20.59%
HSB/HSV54.17%28.24%
CMYK0.00%47.22%54.17%
71.76%

Color #482621 in popluar number systems.

HEX482621
Decimal723833
Binary1001000100110100001
Octal1104641

Shades and tints

Shades of #482621

#482621
(72,38,33)
#42231E
(66,35,30)
#3C201B
(60,32,27)
#361D18
(54,29,24)
#301A15
(48,26,21)
#2A1712
(42,23,18)
#24140F
(36,20,15)
#1E110C
(30,17,12)
#180E09
(24,14,9)
#120B06
(18,11,6)
#0C0803
(12,8,3)
#000000
(0,0,0)

Tints of #482621

#482621
(72,38,33)
#583935
(88,57,53)
#684C49
(104,76,73)
#785F5D
(120,95,93)
#887271
(136,114,113)
#988585
(152,133,133)
#A89899
(168,152,153)
#B8ABAD
(184,171,173)
#C8BEC1
(200,190,193)
#D8D1D5
(216,209,213)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482621; }

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

This text font color is #482621.


Background Color

.myBgColor { background-color: #482621; }

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

This div background color is #482621.


Border color

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

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

This div border color is #482621.


Opacity

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

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

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

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

This text has shadow with #482621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482621 on black background.


Color preview on white background

This text has color #482621 on white background.



Black color preview on #482621 background

This text has black color on #482621 background.


White color preview on #482621 background

This text has white color on #482621 background.