COLOR #484E40

HEX: #484E40
RGB: (72,78,64)

Color info

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

RGB color model

#484E40 color RGB value is (72,78,64).

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

RGB channels and saturation

R 72 of 255 = 28%
G 78 of 255 = 31%
B 64 of 255 = 25%

72
78
64

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

Portions of RGB colors in percentages

R + G + B =
72 + 78 + 64 = 214 (100%)
R 72 of 214 ~ 33.64%
G 78 of 214 ~ 36.45%
B 64 of 214 ~ 29.91%

%33.64
%36.45
%29.91

CMYK color model

#484E40 color CMYK value is (8,0,18,69).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 17.95%
  • key color value is 69.41%
CMYK:
(8,0,18,69)
C8M0Y18K69 
(8%,0%,18%,69%)
(0.08/0.00/0.18/0.69)	

CMYK percentages

%7.69
%0
%17.95
%69.41

Codes

Color #484E40 in popluar color models

484E40
RGB727864
HSL86°9.86%27.84%
HSB/HSV86°17.95%30.59%
CMYK7.69%0.00%17.95%
69.41%

Color #484E40 in popluar number systems.

HEX484E40
Decimal727864
Binary100100010011101000000
Octal110116100

Shades and tints

Shades of #484E40

#484E40
(72,78,64)
#42473B
(66,71,59)
#3C4036
(60,64,54)
#363931
(54,57,49)
#30322C
(48,50,44)
#2A2B27
(42,43,39)
#242422
(36,36,34)
#1E1D1D
(30,29,29)
#181618
(24,22,24)
#120F13
(18,15,19)
#0C080E
(12,8,14)
#000000
(0,0,0)

Tints of #484E40

#484E40
(72,78,64)
#585E51
(88,94,81)
#686E62
(104,110,98)
#787E73
(120,126,115)
#888E84
(136,142,132)
#989E95
(152,158,149)
#A8AEA6
(168,174,166)
#B8BEB7
(184,190,183)
#C8CEC8
(200,206,200)
#D8DED9
(216,222,217)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484E40; }

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

This text font color is #484E40.


Background Color

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

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

This div background color is #484E40.


Border color

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

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

This div border color is #484E40.


Opacity

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

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

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

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

This text has shadow with #484E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484E40 on black background.


Color preview on white background

This text has color #484E40 on white background.



Black color preview on #484E40 background

This text has black color on #484E40 background.


White color preview on #484E40 background

This text has white color on #484E40 background.