COLOR #484240

HEX: #484240
RGB: (72,66,64)

Color info

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

RGB color model

#484240 color RGB value is (72,66,64).

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

RGB channels and saturation

R 72 of 255 = 28%
G 66 of 255 = 26%
B 64 of 255 = 25%

72
66
64

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

Portions of RGB colors in percentages

R + G + B =
72 + 66 + 64 = 202 (100%)
R 72 of 202 ~ 35.64%
G 66 of 202 ~ 32.67%
B 64 of 202 ~ 31.68%

%35.64
%32.67
%31.68

CMYK color model

#484240 color CMYK value is (0,8,11,72).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 11.11%
  • key color value is 71.76%
CMYK:
(0,8,11,72)
C0M8Y11K72 
(0%,8%,11%,72%)
(0.00/0.08/0.11/0.72)	

CMYK percentages

%0
%8.33
%11.11
%71.76

Codes

Color #484240 in popluar color models

484240
RGB726664
HSL15°5.88%26.67%
HSB/HSV15°11.11%28.24%
CMYK0.00%8.33%11.11%
71.76%

Color #484240 in popluar number systems.

HEX484240
Decimal726664
Binary100100010000101000000
Octal110102100

Shades and tints

Shades of #484240

#484240
(72,66,64)
#423C3B
(66,60,59)
#3C3636
(60,54,54)
#363031
(54,48,49)
#302A2C
(48,42,44)
#2A2427
(42,36,39)
#241E22
(36,30,34)
#1E181D
(30,24,29)
#181218
(24,18,24)
#120C13
(18,12,19)
#0C060E
(12,6,14)
#000000
(0,0,0)

Tints of #484240

#484240
(72,66,64)
#585351
(88,83,81)
#686462
(104,100,98)
#787573
(120,117,115)
#888684
(136,134,132)
#989795
(152,151,149)
#A8A8A6
(168,168,166)
#B8B9B7
(184,185,183)
#C8CAC8
(200,202,200)
#D8DBD9
(216,219,217)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484240; }

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

This text font color is #484240.


Background Color

.myBgColor { background-color: #484240; }

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

This div background color is #484240.


Border color

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

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

This div border color is #484240.


Opacity

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

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

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

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

This text has shadow with #484240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484240 on black background.


Color preview on white background

This text has color #484240 on white background.



Black color preview on #484240 background

This text has black color on #484240 background.


White color preview on #484240 background

This text has white color on #484240 background.