COLOR #482F29

HEX: #482F29
RGB: (72,47,41)

Color info

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

RGB color model

#482F29 color RGB value is (72,47,41).

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

RGB channels and saturation

R 72 of 255 = 28%
G 47 of 255 = 18%
B 41 of 255 = 16%

72
47
41

R + G + B ~ 21%. #482F29 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 47 + 41 = 160 (100%)
R 72 of 160 ~ 45%
G 47 of 160 ~ 29.38%
B 41 of 160 ~ 25.63%

%45
%29.38
%25.63

CMYK color model

#482F29 color CMYK value is (0,35,43,72).

  • cyan value is 0.00%
  • magenta value is 34.72%
  • yellow value is 43.06%
  • key color value is 71.76%
CMYK:
(0,35,43,72)
C0M35Y43K72 
(0%,35%,43%,72%)
(0.00/0.35/0.43/0.72)	

CMYK percentages

%0
%34.72
%43.06
%71.76

Codes

Color #482F29 in popluar color models

482F29
RGB724741
HSL12°27.43%22.16%
HSB/HSV12°43.06%28.24%
CMYK0.00%34.72%43.06%
71.76%

Color #482F29 in popluar number systems.

HEX482F29
Decimal724741
Binary1001000101111101001
Octal1105751

Shades and tints

Shades of #482F29

#482F29
(72,47,41)
#422B26
(66,43,38)
#3C2723
(60,39,35)
#362320
(54,35,32)
#301F1D
(48,31,29)
#2A1B1A
(42,27,26)
#241717
(36,23,23)
#1E1314
(30,19,20)
#180F11
(24,15,17)
#120B0E
(18,11,14)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #482F29

#482F29
(72,47,41)
#58413C
(88,65,60)
#68534F
(104,83,79)
#786562
(120,101,98)
#887775
(136,119,117)
#988988
(152,137,136)
#A89B9B
(168,155,155)
#B8ADAE
(184,173,174)
#C8BFC1
(200,191,193)
#D8D1D4
(216,209,212)
#E8E3E7
(232,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482F29; }

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

This text font color is #482F29.


Background Color

.myBgColor { background-color: #482F29; }

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

This div background color is #482F29.


Border color

.myBorderColor { border: 1px solid #482F29; }

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

This div border color is #482F29.


Opacity

.myOpacity80 { color: #482F29; opacity: 0.8; }

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

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

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

This text has shadow with #482F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482F29 on black background.


Color preview on white background

This text has color #482F29 on white background.



Black color preview on #482F29 background

This text has black color on #482F29 background.


White color preview on #482F29 background

This text has white color on #482F29 background.