COLOR #484747

HEX: #484747
RGB: (72,71,71)

Color info

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

RGB color model

#484747 color RGB value is (72,71,71).

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

RGB channels and saturation

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

72
71
71

R + G + B ~ 28%. #484747 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 71 + 71 = 214 (100%)
R 72 of 214 ~ 33.64%
G 71 of 214 ~ 33.18%
B 71 of 214 ~ 33.18%

%33.64
%33.18
%33.18

CMYK color model

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

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

CMYK percentages

%0
%1.39
%1.39
%71.76

Codes

Color #484747 in popluar color models

484747
RGB727171
HSL0.70%28.04%
HSB/HSV1.39%28.24%
CMYK0.00%1.39%1.39%
71.76%

Color #484747 in popluar number systems.

HEX484747
Decimal727171
Binary100100010001111000111
Octal110107107

Shades and tints

Shades of #484747

#484747
(72,71,71)
#424141
(66,65,65)
#3C3B3B
(60,59,59)
#363535
(54,53,53)
#302F2F
(48,47,47)
#2A2929
(42,41,41)
#242323
(36,35,35)
#1E1D1D
(30,29,29)
#181717
(24,23,23)
#121111
(18,17,17)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #484747

#484747
(72,71,71)
#585757
(88,87,87)
#686767
(104,103,103)
#787777
(120,119,119)
#888787
(136,135,135)
#989797
(152,151,151)
#A8A7A7
(168,167,167)
#B8B7B7
(184,183,183)
#C8C7C7
(200,199,199)
#D8D7D7
(216,215,215)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484747; }

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

This text font color is #484747.


Background Color

.myBgColor { background-color: #484747; }

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

This div background color is #484747.


Border color

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

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

This div border color is #484747.


Opacity

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

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

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

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

This text has shadow with #484747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484747 on black background.


Color preview on white background

This text has color #484747 on white background.



Black color preview on #484747 background

This text has black color on #484747 background.


White color preview on #484747 background

This text has white color on #484747 background.