COLOR #484639

HEX: #484639
RGB: (72,70,57)

Color info

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

RGB color model

#484639 color RGB value is (72,70,57).

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

RGB channels and saturation

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

72
70
57

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 57 = 199 (100%)
R 72 of 199 ~ 36.18%
G 70 of 199 ~ 35.18%
B 57 of 199 ~ 28.64%

%36.18
%35.18
%28.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 20.83%
  • key color value is 71.76%
CMYK:
(0,3,21,72)
C0M3Y21K72 
(0%,3%,21%,72%)
(0.00/0.03/0.21/0.72)	

CMYK percentages

%0
%2.78
%20.83
%71.76

Codes

Color #484639 in popluar color models

484639
RGB727057
HSL52°11.63%25.29%
HSB/HSV52°20.83%28.24%
CMYK0.00%2.78%20.83%
71.76%

Color #484639 in popluar number systems.

HEX484639
Decimal727057
Binary10010001000110111001
Octal11010671

Shades and tints

Shades of #484639

#484639
(72,70,57)
#424034
(66,64,52)
#3C3A2F
(60,58,47)
#36342A
(54,52,42)
#302E25
(48,46,37)
#2A2820
(42,40,32)
#24221B
(36,34,27)
#1E1C16
(30,28,22)
#181611
(24,22,17)
#12100C
(18,16,12)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #484639

#484639
(72,70,57)
#58564B
(88,86,75)
#68665D
(104,102,93)
#78766F
(120,118,111)
#888681
(136,134,129)
#989693
(152,150,147)
#A8A6A5
(168,166,165)
#B8B6B7
(184,182,183)
#C8C6C9
(200,198,201)
#D8D6DB
(216,214,219)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484639; }

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

This text font color is #484639.


Background Color

.myBgColor { background-color: #484639; }

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

This div background color is #484639.


Border color

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

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

This div border color is #484639.


Opacity

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

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

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

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

This text has shadow with #484639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484639 on black background.


Color preview on white background

This text has color #484639 on white background.



Black color preview on #484639 background

This text has black color on #484639 background.


White color preview on #484639 background

This text has white color on #484639 background.