COLOR #484D3F

HEX: #484D3F RGB: (72,77,63)

Color info

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

RGB color model

#484D3F color RGB value is (72,77,63).

RGB: (72,77,63) (28%, 30%, 25%)

RGB channels and saturation

R 72 of 255 = 28%
G 77 of 255 = 30%
B 63 of 255 = 25%

72
77
63

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

Portions of RGB colors in percentages

R + G + B = 72 + 77 + 63 = 212 (100%)
R 72 of 212 ~ 33.96%
G 77 of 212 ~ 36.32%
B 63 of 212 ~ 29.72'%

%33.96
%36.32
%29.72

CMYK color model

#484D3F color CMYK value is (6,0,18,70).

  • cyan value is 6.49%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 69.80%

CMYK: (6,0,18,70)
C6M0Y18K70 (6%, 0%, 18%, 70%)
(0.06 / 0.00 / 0.18 / 0.70)

CMYK percentages

%6.49
%0
%18.18
%69.8

Codes

Color #484D3F in popluar color models

48 4D 3F
RGB 72 77 63
HSL 81° 10.00% 27.45%
HSB/HSV 81° 18.18% 30.20%
CMYK 6.49% 0.00% 18.18%
69.80%

Color #484D3F in popluar number systems.

HEX 48 4D 3F
Decimal 72 77 63
Binary 1001000 1001101 111111
Octal 110 115 77

Shades and tints

Shades of #484D3F

#484D3F
(72,77,63)
#42463A
(66,70,58)
#3C3F35
(60,63,53)
#363830
(54,56,48)
#30312B
(48,49,43)
#2A2A26
(42,42,38)
#242321
(36,35,33)
#1E1C1C
(30,28,28)
#181517
(24,21,23)
#120E12
(18,14,18)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #484D3F

#484D3F
(72,77,63)
#585D50
(88,93,80)
#686D61
(104,109,97)
#787D72
(120,125,114)
#888D83
(136,141,131)
#989D94
(152,157,148)
#A8ADA5
(168,173,165)
#B8BDB6
(184,189,182)
#C8CDC7
(200,205,199)
#D8DDD8
(216,221,216)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484D3F; }

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

This text font color is #484D3F.

Background Color

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

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

This div background color is #484D3F.

Border color

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

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

This div border color is #484D3F.

Opacity

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

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

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

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

This text has shadow with #484D3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484D3F.

Preview

Color preview on black background

This text has color #484D3F on black background.


Color preview on white background

This text has color #484D3F on white background.


Black color preview on #484D3F background

This text has black color on #484D3F background.


White color preview on #484D3F background

This text has white color on #484D3F background.


Related colors

Complementary color

Complementary color for #hex is #B7B2C0.


I love getcolorcode.com

Triadic colors

1 #3F484D and #4D3F48 with #484D3F are triadic colors.

2 #3F4D48 and #4D483F with #484D3F are triadic colors.