COLOR #484620

HEX: #484620
RGB: (72,70,32)

Color info

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

RGB color model

#484620 color RGB value is (72,70,32).

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

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 32 of 255 = 13%

72
70
32

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 32 = 174 (100%)
R 72 of 174 ~ 41.38%
G 70 of 174 ~ 40.23%
B 32 of 174 ~ 18.39%

%41.38
%40.23
%18.39

CMYK color model

#484620 color CMYK value is (0,3,56,72).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 55.56%
  • key color value is 71.76%
CMYK:
(0,3,56,72)
C0M3Y56K72 
(0%,3%,56%,72%)
(0.00/0.03/0.56/0.72)	

CMYK percentages

%0
%2.78
%55.56
%71.76

Codes

Color #484620 in popluar color models

484620
RGB727032
HSL57°38.46%20.39%
HSB/HSV57°55.56%28.24%
CMYK0.00%2.78%55.56%
71.76%

Color #484620 in popluar number systems.

HEX484620
Decimal727032
Binary10010001000110100000
Octal11010640

Shades and tints

Shades of #484620

#484620
(72,70,32)
#42401E
(66,64,30)
#3C3A1C
(60,58,28)
#36341A
(54,52,26)
#302E18
(48,46,24)
#2A2816
(42,40,22)
#242214
(36,34,20)
#1E1C12
(30,28,18)
#181610
(24,22,16)
#12100E
(18,16,14)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #484620

#484620
(72,70,32)
#585634
(88,86,52)
#686648
(104,102,72)
#78765C
(120,118,92)
#888670
(136,134,112)
#989684
(152,150,132)
#A8A698
(168,166,152)
#B8B6AC
(184,182,172)
#C8C6C0
(200,198,192)
#D8D6D4
(216,214,212)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484620 color. Also use rgb(72,70,32) instead hex code.

Text Font Color

.myTextColor { color: #484620; }

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

This text font color is #484620.


Background Color

.myBgColor { background-color: #484620; }

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

This div background color is #484620.


Border color

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

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

This div border color is #484620.


Opacity

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

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

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

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

This text has shadow with #484620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484620 on black background.


Color preview on white background

This text has color #484620 on white background.



Black color preview on #484620 background

This text has black color on #484620 background.


White color preview on #484620 background

This text has white color on #484620 background.