COLOR #484D47

HEX: #484D47
RGB: (72,77,71)

Color info

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

RGB color model

#484D47 color RGB value is (72,77,71).

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

RGB channels and saturation

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

72
77
71

R + G + B ~ 29%. #484D47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 77 + 71 = 220 (100%)
R 72 of 220 ~ 32.73%
G 77 of 220 ~ 35%
B 71 of 220 ~ 32.27%

%32.73
%35
%32.27

CMYK color model

#484D47 color CMYK value is (6,0,8,70).

  • cyan value is 6.49%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 69.80%
CMYK:
(6,0,8,70)
C6M0Y8K70 
(6%,0%,8%,70%)
(0.06/0.00/0.08/0.70)	

CMYK percentages

%6.49
%0
%7.79
%69.8

Codes

Color #484D47 in popluar color models

484D47
RGB727771
HSL110°4.05%29.02%
HSB/HSV110°7.79%30.20%
CMYK6.49%0.00%7.79%
69.80%

Color #484D47 in popluar number systems.

HEX484D47
Decimal727771
Binary100100010011011000111
Octal110115107

Shades and tints

Shades of #484D47

#484D47
(72,77,71)
#424641
(66,70,65)
#3C3F3B
(60,63,59)
#363835
(54,56,53)
#30312F
(48,49,47)
#2A2A29
(42,42,41)
#242323
(36,35,35)
#1E1C1D
(30,28,29)
#181517
(24,21,23)
#120E11
(18,14,17)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #484D47

#484D47
(72,77,71)
#585D57
(88,93,87)
#686D67
(104,109,103)
#787D77
(120,125,119)
#888D87
(136,141,135)
#989D97
(152,157,151)
#A8ADA7
(168,173,167)
#B8BDB7
(184,189,183)
#C8CDC7
(200,205,199)
#D8DDD7
(216,221,215)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484D47; }

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

This text font color is #484D47.


Background Color

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

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

This div background color is #484D47.


Border color

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

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

This div border color is #484D47.


Opacity

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

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

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

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

This text has shadow with #484D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484D47 on black background.


Color preview on white background

This text has color #484D47 on white background.



Black color preview on #484D47 background

This text has black color on #484D47 background.


White color preview on #484D47 background

This text has white color on #484D47 background.