COLOR #484D1E

HEX: #484D1E
RGB: (72,77,30)

Color info

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

RGB color model

#484D1E color RGB value is (72,77,30).

  • red value is 72;
  • green value is 77;
  • blue value is 30.
RGB:
(72,77,30)
(28%,30%,12%)

RGB channels and saturation

R 72 of 255 = 28%
G 77 of 255 = 30%
B 30 of 255 = 12%

72
77
30

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

Portions of RGB colors in percentages

R + G + B =
72 + 77 + 30 = 179 (100%)
R 72 of 179 ~ 40.22%
G 77 of 179 ~ 43.02%
B 30 of 179 ~ 16.76%

%40.22
%43.02
%16.76

CMYK color model

#484D1E color CMYK value is (6,0,61,70).

  • cyan value is 6.49%
  • magenta value is 0.00%
  • yellow value is 61.04%
  • key color value is 69.80%
CMYK:
(6,0,61,70)
C6M0Y61K70 
(6%,0%,61%,70%)
(0.06/0.00/0.61/0.70)	

CMYK percentages

%6.49
%0
%61.04
%69.8

Codes

Color #484D1E in popluar color models

484D1E
RGB727730
HSL66°43.93%20.98%
HSB/HSV66°61.04%30.20%
CMYK6.49%0.00%61.04%
69.80%

Color #484D1E in popluar number systems.

HEX484D1E
Decimal727730
Binary1001000100110111110
Octal11011536

Shades and tints

Shades of #484D1E

#484D1E
(72,77,30)
#42461C
(66,70,28)
#3C3F1A
(60,63,26)
#363818
(54,56,24)
#303116
(48,49,22)
#2A2A14
(42,42,20)
#242312
(36,35,18)
#1E1C10
(30,28,16)
#18150E
(24,21,14)
#120E0C
(18,14,12)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #484D1E

#484D1E
(72,77,30)
#585D32
(88,93,50)
#686D46
(104,109,70)
#787D5A
(120,125,90)
#888D6E
(136,141,110)
#989D82
(152,157,130)
#A8AD96
(168,173,150)
#B8BDAA
(184,189,170)
#C8CDBE
(200,205,190)
#D8DDD2
(216,221,210)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484D1E color. Also use rgb(72,77,30) instead hex code.

Text Font Color

.myTextColor { color: #484D1E; }

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

This text font color is #484D1E.


Background Color

.myBgColor { background-color: #484D1E; }

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

This div background color is #484D1E.


Border color

.myBorderColor { border: 1px solid #484D1E; }

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

This div border color is #484D1E.


Opacity

.myOpacity80 { color: #484D1E; opacity: 0.8; }

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

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

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

This text has shadow with #484D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484D1E on black background.


Color preview on white background

This text has color #484D1E on white background.



Black color preview on #484D1E background

This text has black color on #484D1E background.


White color preview on #484D1E background

This text has white color on #484D1E background.