COLOR #484443

HEX: #484443
RGB: (72,68,67)

Color info

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

RGB color model

#484443 color RGB value is (72,68,67).

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

RGB channels and saturation

R 72 of 255 = 28%
G 68 of 255 = 27%
B 67 of 255 = 26%

72
68
67

R + G + B ~ 27%. #484443 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 68 + 67 = 207 (100%)
R 72 of 207 ~ 34.78%
G 68 of 207 ~ 32.85%
B 67 of 207 ~ 32.37%

%34.78
%32.85
%32.37

CMYK color model

#484443 color CMYK value is (0,6,7,72).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 6.94%
  • key color value is 71.76%
CMYK:
(0,6,7,72)
C0M6Y7K72 
(0%,6%,7%,72%)
(0.00/0.06/0.07/0.72)	

CMYK percentages

%0
%5.56
%6.94
%71.76

Codes

Color #484443 in popluar color models

484443
RGB726867
HSL12°3.60%27.25%
HSB/HSV12°6.94%28.24%
CMYK0.00%5.56%6.94%
71.76%

Color #484443 in popluar number systems.

HEX484443
Decimal726867
Binary100100010001001000011
Octal110104103

Shades and tints

Shades of #484443

#484443
(72,68,67)
#423E3D
(66,62,61)
#3C3837
(60,56,55)
#363231
(54,50,49)
#302C2B
(48,44,43)
#2A2625
(42,38,37)
#24201F
(36,32,31)
#1E1A19
(30,26,25)
#181413
(24,20,19)
#120E0D
(18,14,13)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #484443

#484443
(72,68,67)
#585554
(88,85,84)
#686665
(104,102,101)
#787776
(120,119,118)
#888887
(136,136,135)
#989998
(152,153,152)
#A8AAA9
(168,170,169)
#B8BBBA
(184,187,186)
#C8CCCB
(200,204,203)
#D8DDDC
(216,221,220)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484443; }

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

This text font color is #484443.


Background Color

.myBgColor { background-color: #484443; }

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

This div background color is #484443.


Border color

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

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

This div border color is #484443.


Opacity

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

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

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

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

This text has shadow with #484443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484443 on black background.


Color preview on white background

This text has color #484443 on white background.



Black color preview on #484443 background

This text has black color on #484443 background.


White color preview on #484443 background

This text has white color on #484443 background.