COLOR #484646

HEX: #484646
RGB: (72,70,70)

Color info

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

RGB color model

#484646 color RGB value is (72,70,70).

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

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 70 of 255 = 27%

72
70
70

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 70 = 212 (100%)
R 72 of 212 ~ 33.96%
G 70 of 212 ~ 33.02%
B 70 of 212 ~ 33.02%

%33.96
%33.02
%33.02

CMYK color model

#484646 color CMYK value is (0,3,3,72).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 2.78%
  • key color value is 71.76%
CMYK: (0,3,3,72) C0M3Y3K72 (0%,3%,3%,72%) (0.00/0.03/0.03/0.72)

CMYK percentages

%0
%2.78
%2.78
%71.76

Codes

Color #484646 in popluar color models

484646
RGB727070
HSL1.41%27.84%
HSB/HSV2.78%28.24%
CMYK0.00%2.78%2.78%
71.76%

Color #484646 in popluar number systems.

HEX484646
Decimal727070
Binary100100010001101000110
Octal110106106

Shades and tints

Shades of #484646

#484646
(72,70,70)
#424040
(66,64,64)
#3C3A3A
(60,58,58)
#363434
(54,52,52)
#302E2E
(48,46,46)
#2A2828
(42,40,40)
#242222
(36,34,34)
#1E1C1C
(30,28,28)
#181616
(24,22,22)
#121010
(18,16,16)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #484646

#484646
(72,70,70)
#585656
(88,86,86)
#686666
(104,102,102)
#787676
(120,118,118)
#888686
(136,134,134)
#989696
(152,150,150)
#A8A6A6
(168,166,166)
#B8B6B6
(184,182,182)
#C8C6C6
(200,198,198)
#D8D6D6
(216,214,214)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484646; }

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

This text font color is #484646.


Background Color

.myBgColor { background-color: #484646; }

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

This div background color is #484646.


Border color

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

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

This div border color is #484646.


Opacity

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

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

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

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

This text has shadow with #484646 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #484646 on black background.


Color preview on white background

This text has color #484646 on white background.



Black color preview on #484646 background

This text has black color on #484646 background.


White color preview on #484646 background

This text has white color on #484646 background.