COLOR #484E4D

HEX: #484E4D
RGB: (72,78,77)

Color info

#484E4D contains red, green and blue colors in about the same proportion. Web safe color of #484E4D is #336633 (or #363).

RGB color model

#484E4D color RGB value is (72,78,77).

  • red value is 72;
  • green value is 78;
  • blue value is 77.
RGB:
(72,78,77)
(28%,31%,30%)

RGB channels and saturation

R 72 of 255 = 28%
G 78 of 255 = 31%
B 77 of 255 = 30%

72
78
77

R + G + B ~ 30%. #484E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 78 + 77 = 227 (100%)
R 72 of 227 ~ 31.72%
G 78 of 227 ~ 34.36%
B 77 of 227 ~ 33.92%

%31.72
%34.36
%33.92

CMYK color model

#484E4D color CMYK value is (8,0,1,69).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 1.28%
  • key color value is 69.41%
CMYK:
(8,0,1,69)
C8M0Y1K69 
(8%,0%,1%,69%)
(0.08/0.00/0.01/0.69)	

CMYK percentages

%7.69
%0
%1.28
%69.41

Codes

Color #484E4D in popluar color models

484E4D
RGB727877
HSL170°4.00%29.41%
HSB/HSV170°7.69%30.59%
CMYK7.69%0.00%1.28%
69.41%

Color #484E4D in popluar number systems.

HEX484E4D
Decimal727877
Binary100100010011101001101
Octal110116115

Shades and tints

Shades of #484E4D

#484E4D
(72,78,77)
#424746
(66,71,70)
#3C403F
(60,64,63)
#363938
(54,57,56)
#303231
(48,50,49)
#2A2B2A
(42,43,42)
#242423
(36,36,35)
#1E1D1C
(30,29,28)
#181615
(24,22,21)
#120F0E
(18,15,14)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #484E4D

#484E4D
(72,78,77)
#585E5D
(88,94,93)
#686E6D
(104,110,109)
#787E7D
(120,126,125)
#888E8D
(136,142,141)
#989E9D
(152,158,157)
#A8AEAD
(168,174,173)
#B8BEBD
(184,190,189)
#C8CECD
(200,206,205)
#D8DEDD
(216,222,221)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484E4D color. Also use rgb(72,78,77) instead hex code.

Text Font Color

.myTextColor { color: #484E4D; }

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

This text font color is #484E4D.


Background Color

.myBgColor { background-color: #484E4D; }

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

This div background color is #484E4D.


Border color

.myBorderColor { border: 1px solid #484E4D; }

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

This div border color is #484E4D.


Opacity

.myOpacity80 { color: #484E4D; opacity: 0.8; }

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

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

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

This text has shadow with #484E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484E4D on black background.


Color preview on white background

This text has color #484E4D on white background.



Black color preview on #484E4D background

This text has black color on #484E4D background.


White color preview on #484E4D background

This text has white color on #484E4D background.