COLOR #483431

HEX: #483431
RGB: (72,52,49)

Color info

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

RGB color model

#483431 color RGB value is (72,52,49).

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

RGB channels and saturation

R 72 of 255 = 28%
G 52 of 255 = 20%
B 49 of 255 = 19%

72
52
49

R + G + B ~ 22%. #483431 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 52 + 49 = 173 (100%)
R 72 of 173 ~ 41.62%
G 52 of 173 ~ 30.06%
B 49 of 173 ~ 28.32%

%41.62
%30.06
%28.32

CMYK color model

#483431 color CMYK value is (0,28,32,72).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 31.94%
  • key color value is 71.76%
CMYK:
(0,28,32,72)
C0M28Y32K72 
(0%,28%,32%,72%)
(0.00/0.28/0.32/0.72)	

CMYK percentages

%0
%27.78
%31.94
%71.76

Codes

Color #483431 in popluar color models

483431
RGB725249
HSL19.01%23.73%
HSB/HSV31.94%28.24%
CMYK0.00%27.78%31.94%
71.76%

Color #483431 in popluar number systems.

HEX483431
Decimal725249
Binary1001000110100110001
Octal1106461

Shades and tints

Shades of #483431

#483431
(72,52,49)
#42302D
(66,48,45)
#3C2C29
(60,44,41)
#362825
(54,40,37)
#302421
(48,36,33)
#2A201D
(42,32,29)
#241C19
(36,28,25)
#1E1815
(30,24,21)
#181411
(24,20,17)
#12100D
(18,16,13)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #483431

#483431
(72,52,49)
#584643
(88,70,67)
#685855
(104,88,85)
#786A67
(120,106,103)
#887C79
(136,124,121)
#988E8B
(152,142,139)
#A8A09D
(168,160,157)
#B8B2AF
(184,178,175)
#C8C4C1
(200,196,193)
#D8D6D3
(216,214,211)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483431; }

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

This text font color is #483431.


Background Color

.myBgColor { background-color: #483431; }

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

This div background color is #483431.


Border color

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

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

This div border color is #483431.


Opacity

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

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

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

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

This text has shadow with #483431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483431 on black background.


Color preview on white background

This text has color #483431 on white background.



Black color preview on #483431 background

This text has black color on #483431 background.


White color preview on #483431 background

This text has white color on #483431 background.