COLOR #482729

HEX: #482729
RGB: (72,39,41)

Color info

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

RGB color model

#482729 color RGB value is (72,39,41).

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

RGB channels and saturation

R 72 of 255 = 28%
G 39 of 255 = 15%
B 41 of 255 = 16%

72
39
41

R + G + B ~ 20%. #482729 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 39 + 41 = 152 (100%)
R 72 of 152 ~ 47.37%
G 39 of 152 ~ 25.66%
B 41 of 152 ~ 26.97%

%47.37
%25.66
%26.97

CMYK color model

#482729 color CMYK value is (0,46,43,72).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 43.06%
  • key color value is 71.76%
CMYK:
(0,46,43,72)
C0M46Y43K72 
(0%,46%,43%,72%)
(0.00/0.46/0.43/0.72)	

CMYK percentages

%0
%45.83
%43.06
%71.76

Codes

Color #482729 in popluar color models

482729
RGB723941
HSL356°29.73%21.76%
HSB/HSV356°45.83%28.24%
CMYK0.00%45.83%43.06%
71.76%

Color #482729 in popluar number systems.

HEX482729
Decimal723941
Binary1001000100111101001
Octal1104751

Shades and tints

Shades of #482729

#482729
(72,39,41)
#422426
(66,36,38)
#3C2123
(60,33,35)
#361E20
(54,30,32)
#301B1D
(48,27,29)
#2A181A
(42,24,26)
#241517
(36,21,23)
#1E1214
(30,18,20)
#180F11
(24,15,17)
#120C0E
(18,12,14)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #482729

#482729
(72,39,41)
#583A3C
(88,58,60)
#684D4F
(104,77,79)
#786062
(120,96,98)
#887375
(136,115,117)
#988688
(152,134,136)
#A8999B
(168,153,155)
#B8ACAE
(184,172,174)
#C8BFC1
(200,191,193)
#D8D2D4
(216,210,212)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482729; }

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

This text font color is #482729.


Background Color

.myBgColor { background-color: #482729; }

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

This div background color is #482729.


Border color

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

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

This div border color is #482729.


Opacity

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

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

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

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

This text has shadow with #482729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482729 on black background.


Color preview on white background

This text has color #482729 on white background.



Black color preview on #482729 background

This text has black color on #482729 background.


White color preview on #482729 background

This text has white color on #482729 background.