COLOR #484331

HEX: #484331
RGB: (72,67,49)

Color info

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

RGB color model

#484331 color RGB value is (72,67,49).

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

RGB channels and saturation

R 72 of 255 = 28%
G 67 of 255 = 26%
B 49 of 255 = 19%

72
67
49

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

Portions of RGB colors in percentages

R + G + B =
72 + 67 + 49 = 188 (100%)
R 72 of 188 ~ 38.3%
G 67 of 188 ~ 35.64%
B 49 of 188 ~ 26.06%

%38.3
%35.64
%26.06

CMYK color model

#484331 color CMYK value is (0,7,32,72).

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 31.94%
  • key color value is 71.76%
CMYK:
(0,7,32,72)
C0M7Y32K72 
(0%,7%,32%,72%)
(0.00/0.07/0.32/0.72)	

CMYK percentages

%0
%6.94
%31.94
%71.76

Codes

Color #484331 in popluar color models

484331
RGB726749
HSL47°19.01%23.73%
HSB/HSV47°31.94%28.24%
CMYK0.00%6.94%31.94%
71.76%

Color #484331 in popluar number systems.

HEX484331
Decimal726749
Binary10010001000011110001
Octal11010361

Shades and tints

Shades of #484331

#484331
(72,67,49)
#423D2D
(66,61,45)
#3C3729
(60,55,41)
#363125
(54,49,37)
#302B21
(48,43,33)
#2A251D
(42,37,29)
#241F19
(36,31,25)
#1E1915
(30,25,21)
#181311
(24,19,17)
#120D0D
(18,13,13)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #484331

#484331
(72,67,49)
#585443
(88,84,67)
#686555
(104,101,85)
#787667
(120,118,103)
#888779
(136,135,121)
#98988B
(152,152,139)
#A8A99D
(168,169,157)
#B8BAAF
(184,186,175)
#C8CBC1
(200,203,193)
#D8DCD3
(216,220,211)
#E8EDE5
(232,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484331; }

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

This text font color is #484331.


Background Color

.myBgColor { background-color: #484331; }

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

This div background color is #484331.


Border color

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

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

This div border color is #484331.


Opacity

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

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

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

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

This text has shadow with #484331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484331 on black background.


Color preview on white background

This text has color #484331 on white background.



Black color preview on #484331 background

This text has black color on #484331 background.


White color preview on #484331 background

This text has white color on #484331 background.