COLOR #483931

HEX: #483931
RGB: (72,57,49)

Color info

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

RGB color model

#483931 color RGB value is (72,57,49).

  • red value is 72;
  • green value is 57;
  • blue value is 49.
RGB:
(72,57,49)
(28%,22%,19%)

RGB channels and saturation

R 72 of 255 = 28%
G 57 of 255 = 22%
B 49 of 255 = 19%

72
57
49

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

Portions of RGB colors in percentages

R + G + B =
72 + 57 + 49 = 178 (100%)
R 72 of 178 ~ 40.45%
G 57 of 178 ~ 32.02%
B 49 of 178 ~ 27.53%

%40.45
%32.02
%27.53

CMYK color model

#483931 color CMYK value is (0,21,32,72).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 31.94%
  • key color value is 71.76%
CMYK:
(0,21,32,72)
C0M21Y32K72 
(0%,21%,32%,72%)
(0.00/0.21/0.32/0.72)	

CMYK percentages

%0
%20.83
%31.94
%71.76

Codes

Color #483931 in popluar color models

483931
RGB725749
HSL21°19.01%23.73%
HSB/HSV21°31.94%28.24%
CMYK0.00%20.83%31.94%
71.76%

Color #483931 in popluar number systems.

HEX483931
Decimal725749
Binary1001000111001110001
Octal1107161

Shades and tints

Shades of #483931

#483931
(72,57,49)
#42342D
(66,52,45)
#3C2F29
(60,47,41)
#362A25
(54,42,37)
#302521
(48,37,33)
#2A201D
(42,32,29)
#241B19
(36,27,25)
#1E1615
(30,22,21)
#181111
(24,17,17)
#120C0D
(18,12,13)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #483931

#483931
(72,57,49)
#584B43
(88,75,67)
#685D55
(104,93,85)
#786F67
(120,111,103)
#888179
(136,129,121)
#98938B
(152,147,139)
#A8A59D
(168,165,157)
#B8B7AF
(184,183,175)
#C8C9C1
(200,201,193)
#D8DBD3
(216,219,211)
#E8EDE5
(232,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483931 color. Also use rgb(72,57,49) instead hex code.

Text Font Color

.myTextColor { color: #483931; }

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

This text font color is #483931.


Background Color

.myBgColor { background-color: #483931; }

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

This div background color is #483931.


Border color

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

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

This div border color is #483931.


Opacity

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

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

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

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

This text has shadow with #483931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483931 on black background.


Color preview on white background

This text has color #483931 on white background.



Black color preview on #483931 background

This text has black color on #483931 background.


White color preview on #483931 background

This text has white color on #483931 background.