COLOR #484342

HEX: #484342
RGB: (72,67,66)

Color info

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

RGB color model

#484342 color RGB value is (72,67,66).

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

RGB channels and saturation

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

72
67
66

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

Portions of RGB colors in percentages

R + G + B =
72 + 67 + 66 = 205 (100%)
R 72 of 205 ~ 35.12%
G 67 of 205 ~ 32.68%
B 66 of 205 ~ 32.2%

%35.12
%32.68
%32.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 8.33%
  • key color value is 71.76%
CMYK:
(0,7,8,72)
C0M7Y8K72 
(0%,7%,8%,72%)
(0.00/0.07/0.08/0.72)	

CMYK percentages

%0
%6.94
%8.33
%71.76

Codes

Color #484342 in popluar color models

484342
RGB726766
HSL10°4.35%27.06%
HSB/HSV10°8.33%28.24%
CMYK0.00%6.94%8.33%
71.76%

Color #484342 in popluar number systems.

HEX484342
Decimal726766
Binary100100010000111000010
Octal110103102

Shades and tints

Shades of #484342

#484342
(72,67,66)
#423D3C
(66,61,60)
#3C3736
(60,55,54)
#363130
(54,49,48)
#302B2A
(48,43,42)
#2A2524
(42,37,36)
#241F1E
(36,31,30)
#1E1918
(30,25,24)
#181312
(24,19,18)
#120D0C
(18,13,12)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #484342

#484342
(72,67,66)
#585453
(88,84,83)
#686564
(104,101,100)
#787675
(120,118,117)
#888786
(136,135,134)
#989897
(152,152,151)
#A8A9A8
(168,169,168)
#B8BAB9
(184,186,185)
#C8CBCA
(200,203,202)
#D8DCDB
(216,220,219)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484342; }

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

This text font color is #484342.


Background Color

.myBgColor { background-color: #484342; }

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

This div background color is #484342.


Border color

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

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

This div border color is #484342.


Opacity

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

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

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

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

This text has shadow with #484342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484342 on black background.


Color preview on white background

This text has color #484342 on white background.



Black color preview on #484342 background

This text has black color on #484342 background.


White color preview on #484342 background

This text has white color on #484342 background.