COLOR #484522

HEX: #484522
RGB: (72,69,34)

Color info

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

RGB color model

#484522 color RGB value is (72,69,34).

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

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 34 of 255 = 13%

72
69
34

R + G + B ~ 23%. #484522 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 34 = 175 (100%)
R 72 of 175 ~ 41.14%
G 69 of 175 ~ 39.43%
B 34 of 175 ~ 19.43%

%41.14
%39.43
%19.43

CMYK color model

#484522 color CMYK value is (0,4,53,72).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 52.78%
  • key color value is 71.76%
CMYK:
(0,4,53,72)
C0M4Y53K72 
(0%,4%,53%,72%)
(0.00/0.04/0.53/0.72)	

CMYK percentages

%0
%4.17
%52.78
%71.76

Codes

Color #484522 in popluar color models

484522
RGB726934
HSL55°35.85%20.78%
HSB/HSV55°52.78%28.24%
CMYK0.00%4.17%52.78%
71.76%

Color #484522 in popluar number systems.

HEX484522
Decimal726934
Binary10010001000101100010
Octal11010542

Shades and tints

Shades of #484522

#484522
(72,69,34)
#423F1F
(66,63,31)
#3C391C
(60,57,28)
#363319
(54,51,25)
#302D16
(48,45,22)
#2A2713
(42,39,19)
#242110
(36,33,16)
#1E1B0D
(30,27,13)
#18150A
(24,21,10)
#120F07
(18,15,7)
#0C0904
(12,9,4)
#000000
(0,0,0)

Tints of #484522

#484522
(72,69,34)
#585536
(88,85,54)
#68654A
(104,101,74)
#78755E
(120,117,94)
#888572
(136,133,114)
#989586
(152,149,134)
#A8A59A
(168,165,154)
#B8B5AE
(184,181,174)
#C8C5C2
(200,197,194)
#D8D5D6
(216,213,214)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484522; }

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

This text font color is #484522.


Background Color

.myBgColor { background-color: #484522; }

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

This div background color is #484522.


Border color

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

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

This div border color is #484522.


Opacity

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

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

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

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

This text has shadow with #484522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484522 on black background.


Color preview on white background

This text has color #484522 on white background.



Black color preview on #484522 background

This text has black color on #484522 background.


White color preview on #484522 background

This text has white color on #484522 background.