COLOR #484939

HEX: #484939
RGB: (72,73,57)

Color info

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

RGB color model

#484939 color RGB value is (72,73,57).

  • red value is 72;
  • green value is 73;
  • blue value is 57.
RGB:
(72,73,57)
(28%,29%,22%)

RGB channels and saturation

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

72
73
57

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

Portions of RGB colors in percentages

R + G + B =
72 + 73 + 57 = 202 (100%)
R 72 of 202 ~ 35.64%
G 73 of 202 ~ 36.14%
B 57 of 202 ~ 28.22%

%35.64
%36.14
%28.22

CMYK color model

#484939 color CMYK value is (1,0,22,71).

  • cyan value is 1.37%
  • magenta value is 0.00%
  • yellow value is 21.92%
  • key color value is 71.37%
CMYK:
(1,0,22,71)
C1M0Y22K71 
(1%,0%,22%,71%)
(0.01/0.00/0.22/0.71)	

CMYK percentages

%1.37
%0
%21.92
%71.37

Codes

Color #484939 in popluar color models

484939
RGB727357
HSL64°12.31%25.49%
HSB/HSV64°21.92%28.63%
CMYK1.37%0.00%21.92%
71.37%

Color #484939 in popluar number systems.

HEX484939
Decimal727357
Binary10010001001001111001
Octal11011171

Shades and tints

Shades of #484939

#484939
(72,73,57)
#424334
(66,67,52)
#3C3D2F
(60,61,47)
#36372A
(54,55,42)
#303125
(48,49,37)
#2A2B20
(42,43,32)
#24251B
(36,37,27)
#1E1F16
(30,31,22)
#181911
(24,25,17)
#12130C
(18,19,12)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #484939

#484939
(72,73,57)
#58594B
(88,89,75)
#68695D
(104,105,93)
#78796F
(120,121,111)
#888981
(136,137,129)
#989993
(152,153,147)
#A8A9A5
(168,169,165)
#B8B9B7
(184,185,183)
#C8C9C9
(200,201,201)
#D8D9DB
(216,217,219)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484939; }

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

This text font color is #484939.


Background Color

.myBgColor { background-color: #484939; }

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

This div background color is #484939.


Border color

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

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

This div border color is #484939.


Opacity

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

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

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

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

This text has shadow with #484939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484939 on black background.


Color preview on white background

This text has color #484939 on white background.



Black color preview on #484939 background

This text has black color on #484939 background.


White color preview on #484939 background

This text has white color on #484939 background.