COLOR #484742

HEX: #484742
RGB: (72,71,66)

Color info

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

RGB color model

#484742 color RGB value is (72,71,66).

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

RGB channels and saturation

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

72
71
66

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

Portions of RGB colors in percentages

R + G + B =
72 + 71 + 66 = 209 (100%)
R 72 of 209 ~ 34.45%
G 71 of 209 ~ 33.97%
B 66 of 209 ~ 31.58%

%34.45
%33.97
%31.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.39%
  • yellow value is 8.33%
  • key color value is 71.76%
CMYK:
(0,1,8,72)
C0M1Y8K72 
(0%,1%,8%,72%)
(0.00/0.01/0.08/0.72)	

CMYK percentages

%0
%1.39
%8.33
%71.76

Codes

Color #484742 in popluar color models

484742
RGB727166
HSL50°4.35%27.06%
HSB/HSV50°8.33%28.24%
CMYK0.00%1.39%8.33%
71.76%

Color #484742 in popluar number systems.

HEX484742
Decimal727166
Binary100100010001111000010
Octal110107102

Shades and tints

Shades of #484742

#484742
(72,71,66)
#42413C
(66,65,60)
#3C3B36
(60,59,54)
#363530
(54,53,48)
#302F2A
(48,47,42)
#2A2924
(42,41,36)
#24231E
(36,35,30)
#1E1D18
(30,29,24)
#181712
(24,23,18)
#12110C
(18,17,12)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #484742

#484742
(72,71,66)
#585753
(88,87,83)
#686764
(104,103,100)
#787775
(120,119,117)
#888786
(136,135,134)
#989797
(152,151,151)
#A8A7A8
(168,167,168)
#B8B7B9
(184,183,185)
#C8C7CA
(200,199,202)
#D8D7DB
(216,215,219)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484742; }

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

This text font color is #484742.


Background Color

.myBgColor { background-color: #484742; }

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

This div background color is #484742.


Border color

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

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

This div border color is #484742.


Opacity

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

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

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

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

This text has shadow with #484742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484742 on black background.


Color preview on white background

This text has color #484742 on white background.



Black color preview on #484742 background

This text has black color on #484742 background.


White color preview on #484742 background

This text has white color on #484742 background.