COLOR #482129

HEX: #482129
RGB: (72,33,41)

Color info

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

RGB color model

#482129 color RGB value is (72,33,41).

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

RGB channels and saturation

R 72 of 255 = 28%
G 33 of 255 = 13%
B 41 of 255 = 16%

72
33
41

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

Portions of RGB colors in percentages

R + G + B =
72 + 33 + 41 = 146 (100%)
R 72 of 146 ~ 49.32%
G 33 of 146 ~ 22.6%
B 41 of 146 ~ 28.08%

%49.32
%22.6
%28.08

CMYK color model

#482129 color CMYK value is (0,54,43,72).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 43.06%
  • key color value is 71.76%
CMYK:
(0,54,43,72)
C0M54Y43K72 
(0%,54%,43%,72%)
(0.00/0.54/0.43/0.72)	

CMYK percentages

%0
%54.17
%43.06
%71.76

Codes

Color #482129 in popluar color models

482129
RGB723341
HSL348°37.14%20.59%
HSB/HSV348°54.17%28.24%
CMYK0.00%54.17%43.06%
71.76%

Color #482129 in popluar number systems.

HEX482129
Decimal723341
Binary1001000100001101001
Octal1104151

Shades and tints

Shades of #482129

#482129
(72,33,41)
#421E26
(66,30,38)
#3C1B23
(60,27,35)
#361820
(54,24,32)
#30151D
(48,21,29)
#2A121A
(42,18,26)
#240F17
(36,15,23)
#1E0C14
(30,12,20)
#180911
(24,9,17)
#12060E
(18,6,14)
#0C030B
(12,3,11)
#000000
(0,0,0)

Tints of #482129

#482129
(72,33,41)
#58353C
(88,53,60)
#68494F
(104,73,79)
#785D62
(120,93,98)
#887175
(136,113,117)
#988588
(152,133,136)
#A8999B
(168,153,155)
#B8ADAE
(184,173,174)
#C8C1C1
(200,193,193)
#D8D5D4
(216,213,212)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482129; }

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

This text font color is #482129.


Background Color

.myBgColor { background-color: #482129; }

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

This div background color is #482129.


Border color

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

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

This div border color is #482129.


Opacity

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

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

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

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

This text has shadow with #482129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482129 on black background.


Color preview on white background

This text has color #482129 on white background.



Black color preview on #482129 background

This text has black color on #482129 background.


White color preview on #482129 background

This text has white color on #482129 background.