COLOR #484533

HEX: #484533
RGB: (72,69,51)

Color info

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

RGB color model

#484533 color RGB value is (72,69,51).

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

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 51 of 255 = 20%

72
69
51

R + G + B ~ 25%. #484533 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 51 = 192 (100%)
R 72 of 192 ~ 37.5%
G 69 of 192 ~ 35.94%
B 51 of 192 ~ 26.56%

%37.5
%35.94
%26.56

CMYK color model

#484533 color CMYK value is (0,4,29,72).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 29.17%
  • key color value is 71.76%
CMYK:
(0,4,29,72)
C0M4Y29K72 
(0%,4%,29%,72%)
(0.00/0.04/0.29/0.72)	

CMYK percentages

%0
%4.17
%29.17
%71.76

Codes

Color #484533 in popluar color models

484533
RGB726951
HSL51°17.07%24.12%
HSB/HSV51°29.17%28.24%
CMYK0.00%4.17%29.17%
71.76%

Color #484533 in popluar number systems.

HEX484533
Decimal726951
Binary10010001000101110011
Octal11010563

Shades and tints

Shades of #484533

#484533
(72,69,51)
#423F2F
(66,63,47)
#3C392B
(60,57,43)
#363327
(54,51,39)
#302D23
(48,45,35)
#2A271F
(42,39,31)
#24211B
(36,33,27)
#1E1B17
(30,27,23)
#181513
(24,21,19)
#120F0F
(18,15,15)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #484533

#484533
(72,69,51)
#585545
(88,85,69)
#686557
(104,101,87)
#787569
(120,117,105)
#88857B
(136,133,123)
#98958D
(152,149,141)
#A8A59F
(168,165,159)
#B8B5B1
(184,181,177)
#C8C5C3
(200,197,195)
#D8D5D5
(216,213,213)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484533; }

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

This text font color is #484533.


Background Color

.myBgColor { background-color: #484533; }

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

This div background color is #484533.


Border color

.myBorderColor { border: 1px solid #484533; }

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

This div border color is #484533.


Opacity

.myOpacity80 { color: #484533; opacity: 0.8; }

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

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

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

This text has shadow with #484533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484533 on black background.


Color preview on white background

This text has color #484533 on white background.



Black color preview on #484533 background

This text has black color on #484533 background.


White color preview on #484533 background

This text has white color on #484533 background.