COLOR #484436

HEX: #484436
RGB: (72,68,54)

Color info

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

RGB color model

#484436 color RGB value is (72,68,54).

  • red value is 72;
  • green value is 68;
  • blue value is 54.
RGB:
(72,68,54)
(28%,27%,21%)

RGB channels and saturation

R 72 of 255 = 28%
G 68 of 255 = 27%
B 54 of 255 = 21%

72
68
54

R + G + B ~ 25%. #484436 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 68 + 54 = 194 (100%)
R 72 of 194 ~ 37.11%
G 68 of 194 ~ 35.05%
B 54 of 194 ~ 27.84%

%37.11
%35.05
%27.84

CMYK color model

#484436 color CMYK value is (0,6,25,72).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 25.00%
  • key color value is 71.76%
CMYK:
(0,6,25,72)
C0M6Y25K72 
(0%,6%,25%,72%)
(0.00/0.06/0.25/0.72)	

CMYK percentages

%0
%5.56
%25
%71.76

Codes

Color #484436 in popluar color models

484436
RGB726854
HSL47°14.29%24.71%
HSB/HSV47°25.00%28.24%
CMYK0.00%5.56%25.00%
71.76%

Color #484436 in popluar number systems.

HEX484436
Decimal726854
Binary10010001000100110110
Octal11010466

Shades and tints

Shades of #484436

#484436
(72,68,54)
#423E32
(66,62,50)
#3C382E
(60,56,46)
#36322A
(54,50,42)
#302C26
(48,44,38)
#2A2622
(42,38,34)
#24201E
(36,32,30)
#1E1A1A
(30,26,26)
#181416
(24,20,22)
#120E12
(18,14,18)
#0C080E
(12,8,14)
#000000
(0,0,0)

Tints of #484436

#484436
(72,68,54)
#585548
(88,85,72)
#68665A
(104,102,90)
#78776C
(120,119,108)
#88887E
(136,136,126)
#989990
(152,153,144)
#A8AAA2
(168,170,162)
#B8BBB4
(184,187,180)
#C8CCC6
(200,204,198)
#D8DDD8
(216,221,216)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484436 color. Also use rgb(72,68,54) instead hex code.

Text Font Color

.myTextColor { color: #484436; }

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

This text font color is #484436.


Background Color

.myBgColor { background-color: #484436; }

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

This div background color is #484436.


Border color

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

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

This div border color is #484436.


Opacity

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

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

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

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

This text has shadow with #484436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484436 on black background.


Color preview on white background

This text has color #484436 on white background.



Black color preview on #484436 background

This text has black color on #484436 background.


White color preview on #484436 background

This text has white color on #484436 background.