COLOR #483531

HEX: #483531
RGB: (72,53,49)

Color info

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

RGB color model

#483531 color RGB value is (72,53,49).

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

RGB channels and saturation

R 72 of 255 = 28%
G 53 of 255 = 21%
B 49 of 255 = 19%

72
53
49

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

Portions of RGB colors in percentages

R + G + B =
72 + 53 + 49 = 174 (100%)
R 72 of 174 ~ 41.38%
G 53 of 174 ~ 30.46%
B 49 of 174 ~ 28.16%

%41.38
%30.46
%28.16

CMYK color model

#483531 color CMYK value is (0,26,32,72).

  • cyan value is 0.00%
  • magenta value is 26.39%
  • yellow value is 31.94%
  • key color value is 71.76%
CMYK:
(0,26,32,72)
C0M26Y32K72 
(0%,26%,32%,72%)
(0.00/0.26/0.32/0.72)	

CMYK percentages

%0
%26.39
%31.94
%71.76

Codes

Color #483531 in popluar color models

483531
RGB725349
HSL10°19.01%23.73%
HSB/HSV10°31.94%28.24%
CMYK0.00%26.39%31.94%
71.76%

Color #483531 in popluar number systems.

HEX483531
Decimal725349
Binary1001000110101110001
Octal1106561

Shades and tints

Shades of #483531

#483531
(72,53,49)
#42312D
(66,49,45)
#3C2D29
(60,45,41)
#362925
(54,41,37)
#302521
(48,37,33)
#2A211D
(42,33,29)
#241D19
(36,29,25)
#1E1915
(30,25,21)
#181511
(24,21,17)
#12110D
(18,17,13)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #483531

#483531
(72,53,49)
#584743
(88,71,67)
#685955
(104,89,85)
#786B67
(120,107,103)
#887D79
(136,125,121)
#988F8B
(152,143,139)
#A8A19D
(168,161,157)
#B8B3AF
(184,179,175)
#C8C5C1
(200,197,193)
#D8D7D3
(216,215,211)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483531; }

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

This text font color is #483531.


Background Color

.myBgColor { background-color: #483531; }

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

This div background color is #483531.


Border color

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

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

This div border color is #483531.


Opacity

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

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

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

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

This text has shadow with #483531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483531 on black background.


Color preview on white background

This text has color #483531 on white background.



Black color preview on #483531 background

This text has black color on #483531 background.


White color preview on #483531 background

This text has white color on #483531 background.