COLOR #482F3B

HEX: #482F3B
RGB: (72,47,59)

Color info

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

RGB color model

#482F3B color RGB value is (72,47,59).

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

RGB channels and saturation

R 72 of 255 = 28%
G 47 of 255 = 18%
B 59 of 255 = 23%

72
47
59

R + G + B ~ 23%. #482F3B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 47 + 59 = 178 (100%)
R 72 of 178 ~ 40.45%
G 47 of 178 ~ 26.4%
B 59 of 178 ~ 33.15%

%40.45
%26.4
%33.15

CMYK color model

#482F3B color CMYK value is (0,35,18,72).

  • cyan value is 0.00%
  • magenta value is 34.72%
  • yellow value is 18.06%
  • key color value is 71.76%
CMYK:
(0,35,18,72)
C0M35Y18K72 
(0%,35%,18%,72%)
(0.00/0.35/0.18/0.72)	

CMYK percentages

%0
%34.72
%18.06
%71.76

Codes

Color #482F3B in popluar color models

482F3B
RGB724759
HSL331°21.01%23.33%
HSB/HSV331°34.72%28.24%
CMYK0.00%34.72%18.06%
71.76%

Color #482F3B in popluar number systems.

HEX482F3B
Decimal724759
Binary1001000101111111011
Octal1105773

Shades and tints

Shades of #482F3B

#482F3B
(72,47,59)
#422B36
(66,43,54)
#3C2731
(60,39,49)
#36232C
(54,35,44)
#301F27
(48,31,39)
#2A1B22
(42,27,34)
#24171D
(36,23,29)
#1E1318
(30,19,24)
#180F13
(24,15,19)
#120B0E
(18,11,14)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #482F3B

#482F3B
(72,47,59)
#58414C
(88,65,76)
#68535D
(104,83,93)
#78656E
(120,101,110)
#88777F
(136,119,127)
#988990
(152,137,144)
#A89BA1
(168,155,161)
#B8ADB2
(184,173,178)
#C8BFC3
(200,191,195)
#D8D1D4
(216,209,212)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482F3B; }

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

This text font color is #482F3B.


Background Color

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

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

This div background color is #482F3B.


Border color

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

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

This div border color is #482F3B.


Opacity

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

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

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

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

This text has shadow with #482F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482F3B on black background.


Color preview on white background

This text has color #482F3B on white background.



Black color preview on #482F3B background

This text has black color on #482F3B background.


White color preview on #482F3B background

This text has white color on #482F3B background.