COLOR #484919

HEX: #484919
RGB: (72,73,25)

Color info

#484919 contains red, green and blue colors in about the same proportion. Web safe color of #484919 is #333300 (or #330).

RGB color model

#484919 color RGB value is (72,73,25).

  • red value is 72;
  • green value is 73;
  • blue value is 25.
RGB:
(72,73,25)
(28%,29%,10%)

RGB channels and saturation

R 72 of 255 = 28%
G 73 of 255 = 29%
B 25 of 255 = 10%

72
73
25

R + G + B ~ 22%. #484919 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 73 + 25 = 170 (100%)
R 72 of 170 ~ 42.35%
G 73 of 170 ~ 42.94%
B 25 of 170 ~ 14.71%

%42.35
%42.94
%14.71

CMYK color model

#484919 color CMYK value is (1,0,66,71).

  • cyan value is 1.37%
  • magenta value is 0.00%
  • yellow value is 65.75%
  • key color value is 71.37%
CMYK:
(1,0,66,71)
C1M0Y66K71 
(1%,0%,66%,71%)
(0.01/0.00/0.66/0.71)	

CMYK percentages

%1.37
%0
%65.75
%71.37

Codes

Color #484919 in popluar color models

484919
RGB727325
HSL61°48.98%19.22%
HSB/HSV61°65.75%28.63%
CMYK1.37%0.00%65.75%
71.37%

Color #484919 in popluar number systems.

HEX484919
Decimal727325
Binary1001000100100111001
Octal11011131

Shades and tints

Shades of #484919

#484919
(72,73,25)
#424317
(66,67,23)
#3C3D15
(60,61,21)
#363713
(54,55,19)
#303111
(48,49,17)
#2A2B0F
(42,43,15)
#24250D
(36,37,13)
#1E1F0B
(30,31,11)
#181909
(24,25,9)
#121307
(18,19,7)
#0C0D05
(12,13,5)
#000000
(0,0,0)

Tints of #484919

#484919
(72,73,25)
#58592D
(88,89,45)
#686941
(104,105,65)
#787955
(120,121,85)
#888969
(136,137,105)
#98997D
(152,153,125)
#A8A991
(168,169,145)
#B8B9A5
(184,185,165)
#C8C9B9
(200,201,185)
#D8D9CD
(216,217,205)
#E8E9E1
(232,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484919 color. Also use rgb(72,73,25) instead hex code.

Text Font Color

.myTextColor { color: #484919; }

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

This text font color is #484919.


Background Color

.myBgColor { background-color: #484919; }

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

This div background color is #484919.


Border color

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

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

This div border color is #484919.


Opacity

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

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

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

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

This text has shadow with #484919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484919 on black background.


Color preview on white background

This text has color #484919 on white background.



Black color preview on #484919 background

This text has black color on #484919 background.


White color preview on #484919 background

This text has white color on #484919 background.