COLOR #484D33

HEX: #484D33
RGB: (72,77,51)

Color info

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

RGB color model

#484D33 color RGB value is (72,77,51).

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

RGB channels and saturation

R 72 of 255 = 28%
G 77 of 255 = 30%
B 51 of 255 = 20%

72
77
51

R + G + B ~ 26%. #484D33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 77 + 51 = 200 (100%)
R 72 of 200 ~ 36%
G 77 of 200 ~ 38.5%
B 51 of 200 ~ 25.5%

%36
%38.5
%25.5

CMYK color model

#484D33 color CMYK value is (6,0,34,70).

  • cyan value is 6.49%
  • magenta value is 0.00%
  • yellow value is 33.77%
  • key color value is 69.80%
CMYK:
(6,0,34,70)
C6M0Y34K70 
(6%,0%,34%,70%)
(0.06/0.00/0.34/0.70)	

CMYK percentages

%6.49
%0
%33.77
%69.8

Codes

Color #484D33 in popluar color models

484D33
RGB727751
HSL72°20.31%25.10%
HSB/HSV72°33.77%30.20%
CMYK6.49%0.00%33.77%
69.80%

Color #484D33 in popluar number systems.

HEX484D33
Decimal727751
Binary10010001001101110011
Octal11011563

Shades and tints

Shades of #484D33

#484D33
(72,77,51)
#42462F
(66,70,47)
#3C3F2B
(60,63,43)
#363827
(54,56,39)
#303123
(48,49,35)
#2A2A1F
(42,42,31)
#24231B
(36,35,27)
#1E1C17
(30,28,23)
#181513
(24,21,19)
#120E0F
(18,14,15)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #484D33

#484D33
(72,77,51)
#585D45
(88,93,69)
#686D57
(104,109,87)
#787D69
(120,125,105)
#888D7B
(136,141,123)
#989D8D
(152,157,141)
#A8AD9F
(168,173,159)
#B8BDB1
(184,189,177)
#C8CDC3
(200,205,195)
#D8DDD5
(216,221,213)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484D33; }

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

This text font color is #484D33.


Background Color

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

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

This div background color is #484D33.


Border color

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

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

This div border color is #484D33.


Opacity

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

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

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

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

This text has shadow with #484D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484D33 on black background.


Color preview on white background

This text has color #484D33 on white background.



Black color preview on #484D33 background

This text has black color on #484D33 background.


White color preview on #484D33 background

This text has white color on #484D33 background.