COLOR #482731

HEX: #482731 RGB: (72,39,49)

Color info

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

RGB color model

#482731 color RGB value is (72,39,49).

RGB: (72,39,49) (28%, 15%, 19%)

RGB channels and saturation

R 72 of 255 = 28%
G 39 of 255 = 15%
B 49 of 255 = 19%

72
39
49

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

Portions of RGB colors in percentages

R + G + B = 72 + 39 + 49 = 160 (100%)
R 72 of 160 ~ 45%
G 39 of 160 ~ 24.38%
B 49 of 160 ~ 30.63'%

%45
%24.38
%30.63

CMYK color model

#482731 color CMYK value is (0,46,32,72).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 31.94%
  • key color value is 71.76%

CMYK: (0,46,32,72)
C0M46Y32K72 (0%, 46%, 32%, 72%)
(0.00 / 0.46 / 0.32 / 0.72)

CMYK percentages

%0
%45.83
%31.94
%71.76

Codes

Color #482731 in popluar color models

48 27 31
RGB 72 39 49
HSL 342° 29.73% 21.76%
HSB/HSV 342° 45.83% 28.24%
CMYK 0.00% 45.83% 31.94%
71.76%

Color #482731 in popluar number systems.

HEX 48 27 31
Decimal 72 39 49
Binary 1001000 100111 110001
Octal 110 47 61

Shades and tints

Shades of #482731

#482731
(72,39,49)
#42242D
(66,36,45)
#3C2129
(60,33,41)
#361E25
(54,30,37)
#301B21
(48,27,33)
#2A181D
(42,24,29)
#241519
(36,21,25)
#1E1215
(30,18,21)
#180F11
(24,15,17)
#120C0D
(18,12,13)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #482731

#482731
(72,39,49)
#583A43
(88,58,67)
#684D55
(104,77,85)
#786067
(120,96,103)
#887379
(136,115,121)
#98868B
(152,134,139)
#A8999D
(168,153,157)
#B8ACAF
(184,172,175)
#C8BFC1
(200,191,193)
#D8D2D3
(216,210,211)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482731; }

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

This text font color is #482731.

Background Color

.myBgColor { background-color: #482731; }

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

This div background color is #482731.

Border color

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

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

This div border color is #482731.

Opacity

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

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

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

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

This text has shadow with #482731 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482731.

Preview

Color preview on black background

This text has color #482731 on black background.


Color preview on white background

This text has color #482731 on white background.


Black color preview on #482731 background

This text has black color on #482731 background.


White color preview on #482731 background

This text has white color on #482731 background.


Related colors

Complementary color

Complementary color for #hex is #B7D8CE.


I love getcolorcode.com

Triadic colors

1 #314827 and #273148 with #482731 are triadic colors.

2 #312748 and #274831 with #482731 are triadic colors.