COLOR #484031

HEX: #484031 RGB: (72,64,49)

Color info

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

RGB color model

#484031 color RGB value is (72,64,49).

RGB: (72,64,49) (28%, 25%, 19%)

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 49 of 255 = 19%

72
64
49

R + G + B ~ 24%. #484031 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 64 + 49 = 185 (100%)
R 72 of 185 ~ 38.92%
G 64 of 185 ~ 34.59%
B 49 of 185 ~ 26.49'%

%38.92
%34.59
%26.49

CMYK color model

#484031 color CMYK value is (0,11,32,72).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 31.94%
  • key color value is 71.76%
CMYK: (0,11,32,72) C0M11Y32K72 (0%,11%,32%,72%) (0.00/0.11/0.32/0.72) 

CMYK percentages

%0
%11.11
%31.94
%71.76

Codes

Color #484031 in popluar color models

48 40 31
RGB 72 64 49
HSL 39° 19.01% 23.73%
HSB/HSV 39° 31.94% 28.24%
CMYK 0.00% 11.11% 31.94%
71.76%

Color #484031 in popluar number systems.

HEX 48 40 31
Decimal 72 64 49
Binary 1001000 1000000 110001
Octal 110 100 61

Shades and tints

Shades of #484031

#484031
(72,64,49)
#423B2D
(66,59,45)
#3C3629
(60,54,41)
#363125
(54,49,37)
#302C21
(48,44,33)
#2A271D
(42,39,29)
#242219
(36,34,25)
#1E1D15
(30,29,21)
#181811
(24,24,17)
#12130D
(18,19,13)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #484031

#484031
(72,64,49)
#585143
(88,81,67)
#686255
(104,98,85)
#787367
(120,115,103)
#888479
(136,132,121)
#98958B
(152,149,139)
#A8A69D
(168,166,157)
#B8B7AF
(184,183,175)
#C8C8C1
(200,200,193)
#D8D9D3
(216,217,211)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484031; }

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

This text font color is #484031.

Background Color

.myBgColor { background-color: #484031; }

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

This div background color is #484031.

Border color

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

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

This div border color is #484031.

Opacity

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

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

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

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

This text has shadow with #484031 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484031.

Preview

Color preview on black background

This text has color #484031 on black background.


Color preview on white background

This text has color #484031 on white background.


Black color preview on #484031 background

This text has black color on #484031 background.


White color preview on #484031 background

This text has white color on #484031 background.


Related colors

Complementary color

Complementary color for #hex is #B7BFCE.


I love getcolorcode.com

Triadic colors

1 #314840 and #403148 with #484031 are triadic colors.

2 #314048 and #404831 with #484031 are triadic colors.