COLOR #484640

HEX: #484640
RGB: (72,70,64)

Color info

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

RGB color model

#484640 color RGB value is (72,70,64).

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

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 64 of 255 = 25%

72
70
64

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 64 = 206 (100%)
R 72 of 206 ~ 34.95%
G 70 of 206 ~ 33.98%
B 64 of 206 ~ 31.07%

%34.95
%33.98
%31.07

CMYK color model

#484640 color CMYK value is (0,3,11,72).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 11.11%
  • key color value is 71.76%
CMYK:
(0,3,11,72)
C0M3Y11K72 
(0%,3%,11%,72%)
(0.00/0.03/0.11/0.72)	

CMYK percentages

%0
%2.78
%11.11
%71.76

Codes

Color #484640 in popluar color models

484640
RGB727064
HSL45°5.88%26.67%
HSB/HSV45°11.11%28.24%
CMYK0.00%2.78%11.11%
71.76%

Color #484640 in popluar number systems.

HEX484640
Decimal727064
Binary100100010001101000000
Octal110106100

Shades and tints

Shades of #484640

#484640
(72,70,64)
#42403B
(66,64,59)
#3C3A36
(60,58,54)
#363431
(54,52,49)
#302E2C
(48,46,44)
#2A2827
(42,40,39)
#242222
(36,34,34)
#1E1C1D
(30,28,29)
#181618
(24,22,24)
#121013
(18,16,19)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #484640

#484640
(72,70,64)
#585651
(88,86,81)
#686662
(104,102,98)
#787673
(120,118,115)
#888684
(136,134,132)
#989695
(152,150,149)
#A8A6A6
(168,166,166)
#B8B6B7
(184,182,183)
#C8C6C8
(200,198,200)
#D8D6D9
(216,214,217)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484640; }

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

This text font color is #484640.


Background Color

.myBgColor { background-color: #484640; }

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

This div background color is #484640.


Border color

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

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

This div border color is #484640.


Opacity

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

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

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

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

This text has shadow with #484640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484640 on black background.


Color preview on white background

This text has color #484640 on white background.



Black color preview on #484640 background

This text has black color on #484640 background.


White color preview on #484640 background

This text has white color on #484640 background.