COLOR #484839

HEX: #484839 RGB: (72,72,57)

Color info

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

RGB color model

#484839 color RGB value is (72,72,57).

RGB: (72,72,57) (28%, 28%, 22%)

RGB channels and saturation

R 72 of 255 = 28%
G 72 of 255 = 28%
B 57 of 255 = 22%

72
72
57

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

Portions of RGB colors in percentages

R + G + B = 72 + 72 + 57 = 201 (100%)
R 72 of 201 ~ 35.82%
G 72 of 201 ~ 35.82%
B 57 of 201 ~ 28.36'%

%35.82
%35.82
%28.36

CMYK color model

#484839 color CMYK value is (0,0,21,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 71.76%

CMYK: (0,0,21,72)
C0M0Y21K72 (0%, 0%, 21%, 72%)
(0.00 / 0.00 / 0.21 / 0.72)

CMYK percentages

%0
%0
%20.83
%71.76

Codes

Color #484839 in popluar color models

48 48 39
RGB 72 72 57
HSL 60° 11.63% 25.29%
HSB/HSV 60° 20.83% 28.24%
CMYK 0.00% 0.00% 20.83%
71.76%

Color #484839 in popluar number systems.

HEX 48 48 39
Decimal 72 72 57
Binary 1001000 1001000 111001
Octal 110 110 71

Shades and tints

Shades of #484839

#484839
(72,72,57)
#424234
(66,66,52)
#3C3C2F
(60,60,47)
#36362A
(54,54,42)
#303025
(48,48,37)
#2A2A20
(42,42,32)
#24241B
(36,36,27)
#1E1E16
(30,30,22)
#181811
(24,24,17)
#12120C
(18,18,12)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #484839

#484839
(72,72,57)
#58584B
(88,88,75)
#68685D
(104,104,93)
#78786F
(120,120,111)
#888881
(136,136,129)
#989893
(152,152,147)
#A8A8A5
(168,168,165)
#B8B8B7
(184,184,183)
#C8C8C9
(200,200,201)
#D8D8DB
(216,216,219)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484839; }

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

This text font color is #484839.

Background Color

.myBgColor { background-color: #484839; }

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

This div background color is #484839.

Border color

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

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

This div border color is #484839.

Opacity

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

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

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

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

This text has shadow with #484839 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484839.

Preview

Color preview on black background

This text has color #484839 on black background.


Color preview on white background

This text has color #484839 on white background.


Black color preview on #484839 background

This text has black color on #484839 background.


White color preview on #484839 background

This text has white color on #484839 background.


Related colors

Complementary color

Complementary color for #hex is #B7B7C6.


I love getcolorcode.com