COLOR #484621

HEX: #484621
RGB: (72,70,33)

Color info

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

RGB color model

#484621 color RGB value is (72,70,33).

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

RGB channels and saturation

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

72
70
33

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 33 = 175 (100%)
R 72 of 175 ~ 41.14%
G 70 of 175 ~ 40%
B 33 of 175 ~ 18.86%

%41.14
%40
%18.86

CMYK color model

#484621 color CMYK value is (0,3,54,72).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 54.17%
  • key color value is 71.76%
CMYK:
(0,3,54,72)
C0M3Y54K72 
(0%,3%,54%,72%)
(0.00/0.03/0.54/0.72)	

CMYK percentages

%0
%2.78
%54.17
%71.76

Codes

Color #484621 in popluar color models

484621
RGB727033
HSL57°37.14%20.59%
HSB/HSV57°54.17%28.24%
CMYK0.00%2.78%54.17%
71.76%

Color #484621 in popluar number systems.

HEX484621
Decimal727033
Binary10010001000110100001
Octal11010641

Shades and tints

Shades of #484621

#484621
(72,70,33)
#42401E
(66,64,30)
#3C3A1B
(60,58,27)
#363418
(54,52,24)
#302E15
(48,46,21)
#2A2812
(42,40,18)
#24220F
(36,34,15)
#1E1C0C
(30,28,12)
#181609
(24,22,9)
#121006
(18,16,6)
#0C0A03
(12,10,3)
#000000
(0,0,0)

Tints of #484621

#484621
(72,70,33)
#585635
(88,86,53)
#686649
(104,102,73)
#78765D
(120,118,93)
#888671
(136,134,113)
#989685
(152,150,133)
#A8A699
(168,166,153)
#B8B6AD
(184,182,173)
#C8C6C1
(200,198,193)
#D8D6D5
(216,214,213)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484621; }

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

This text font color is #484621.


Background Color

.myBgColor { background-color: #484621; }

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

This div background color is #484621.


Border color

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

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

This div border color is #484621.


Opacity

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

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

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

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

This text has shadow with #484621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484621 on black background.


Color preview on white background

This text has color #484621 on white background.



Black color preview on #484621 background

This text has black color on #484621 background.


White color preview on #484621 background

This text has white color on #484621 background.