COLOR #484438

HEX: #484438
RGB: (72,68,56)

Color info

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

RGB color model

#484438 color RGB value is (72,68,56).

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

RGB channels and saturation

R 72 of 255 = 28%
G 68 of 255 = 27%
B 56 of 255 = 22%

72
68
56

R + G + B ~ 26%. #484438 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 68 + 56 = 196 (100%)
R 72 of 196 ~ 36.73%
G 68 of 196 ~ 34.69%
B 56 of 196 ~ 28.57%

%36.73
%34.69
%28.57

CMYK color model

#484438 color CMYK value is (0,6,22,72).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 22.22%
  • key color value is 71.76%
CMYK:
(0,6,22,72)
C0M6Y22K72 
(0%,6%,22%,72%)
(0.00/0.06/0.22/0.72)	

CMYK percentages

%0
%5.56
%22.22
%71.76

Codes

Color #484438 in popluar color models

484438
RGB726856
HSL45°12.50%25.10%
HSB/HSV45°22.22%28.24%
CMYK0.00%5.56%22.22%
71.76%

Color #484438 in popluar number systems.

HEX484438
Decimal726856
Binary10010001000100111000
Octal11010470

Shades and tints

Shades of #484438

#484438
(72,68,56)
#423E33
(66,62,51)
#3C382E
(60,56,46)
#363229
(54,50,41)
#302C24
(48,44,36)
#2A261F
(42,38,31)
#24201A
(36,32,26)
#1E1A15
(30,26,21)
#181410
(24,20,16)
#120E0B
(18,14,11)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #484438

#484438
(72,68,56)
#58554A
(88,85,74)
#68665C
(104,102,92)
#78776E
(120,119,110)
#888880
(136,136,128)
#989992
(152,153,146)
#A8AAA4
(168,170,164)
#B8BBB6
(184,187,182)
#C8CCC8
(200,204,200)
#D8DDDA
(216,221,218)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484438; }

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

This text font color is #484438.


Background Color

.myBgColor { background-color: #484438; }

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

This div background color is #484438.


Border color

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

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

This div border color is #484438.


Opacity

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

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

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

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

This text has shadow with #484438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484438 on black background.


Color preview on white background

This text has color #484438 on white background.



Black color preview on #484438 background

This text has black color on #484438 background.


White color preview on #484438 background

This text has white color on #484438 background.