COLOR #484242

HEX: #484242 RGB: (72,66,66)

Color info

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

RGB color model

#484242 color RGB value is (72,66,66).

RGB: (72,66,66) (28%, 26%, 26%)

RGB channels and saturation

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

72
66
66

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

Portions of RGB colors in percentages

R + G + B = 72 + 66 + 66 = 204 (100%)
R 72 of 204 ~ 35.29%
G 66 of 204 ~ 32.35%
B 66 of 204 ~ 32.35'%

%35.29
%32.35
%32.35

CMYK color model

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

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

CMYK: (0,8,8,72)
C0M8Y8K72 (0%, 8%, 8%, 72%)
(0.00 / 0.08 / 0.08 / 0.72)

CMYK percentages

%0
%8.33
%8.33
%71.76

Codes

Color #484242 in popluar color models

48 42 42
RGB 72 66 66
HSL 4.35% 27.06%
HSB/HSV 8.33% 28.24%
CMYK 0.00% 8.33% 8.33%
71.76%

Color #484242 in popluar number systems.

HEX 48 42 42
Decimal 72 66 66
Binary 1001000 1000010 1000010
Octal 110 102 102

Shades and tints

Shades of #484242

#484242
(72,66,66)
#423C3C
(66,60,60)
#3C3636
(60,54,54)
#363030
(54,48,48)
#302A2A
(48,42,42)
#2A2424
(42,36,36)
#241E1E
(36,30,30)
#1E1818
(30,24,24)
#181212
(24,18,18)
#120C0C
(18,12,12)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #484242

#484242
(72,66,66)
#585353
(88,83,83)
#686464
(104,100,100)
#787575
(120,117,117)
#888686
(136,134,134)
#989797
(152,151,151)
#A8A8A8
(168,168,168)
#B8B9B9
(184,185,185)
#C8CACA
(200,202,202)
#D8DBDB
(216,219,219)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484242; }

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

This text font color is #484242.

Background Color

.myBgColor { background-color: #484242; }

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

This div background color is #484242.

Border color

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

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

This div border color is #484242.

Opacity

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

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

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

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

This text has shadow with #484242 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484242.

Preview

Color preview on black background

This text has color #484242 on black background.


Color preview on white background

This text has color #484242 on white background.


Black color preview on #484242 background

This text has black color on #484242 background.


White color preview on #484242 background

This text has white color on #484242 background.


Related colors

Complementary color

Complementary color for #hex is #B7BDBD.


I love getcolorcode.com