COLOR #484E13

HEX: #484E13
RGB: (72,78,19)

Color info

#484E13 contains red, green and blue colors in about the same proportion. Web safe color of #484E13 is #336600 (or #360).

RGB color model

#484E13 color RGB value is (72,78,19).

  • red value is 72;
  • green value is 78;
  • blue value is 19.
RGB:
(72,78,19)
(28%,31%,7%)

RGB channels and saturation

R 72 of 255 = 28%
G 78 of 255 = 31%
B 19 of 255 = 7%

72
78
19

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

Portions of RGB colors in percentages

R + G + B =
72 + 78 + 19 = 169 (100%)
R 72 of 169 ~ 42.6%
G 78 of 169 ~ 46.15%
B 19 of 169 ~ 11.24%

%42.6
%46.15
%11.24

CMYK color model

#484E13 color CMYK value is (8,0,76,69).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 75.64%
  • key color value is 69.41%
CMYK:
(8,0,76,69)
C8M0Y76K69 
(8%,0%,76%,69%)
(0.08/0.00/0.76/0.69)	

CMYK percentages

%7.69
%0
%75.64
%69.41

Codes

Color #484E13 in popluar color models

484E13
RGB727819
HSL66°60.82%19.02%
HSB/HSV66°75.64%30.59%
CMYK7.69%0.00%75.64%
69.41%

Color #484E13 in popluar number systems.

HEX484E13
Decimal727819
Binary1001000100111010011
Octal11011623

Shades and tints

Shades of #484E13

#484E13
(72,78,19)
#424712
(66,71,18)
#3C4011
(60,64,17)
#363910
(54,57,16)
#30320F
(48,50,15)
#2A2B0E
(42,43,14)
#24240D
(36,36,13)
#1E1D0C
(30,29,12)
#18160B
(24,22,11)
#120F0A
(18,15,10)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #484E13

#484E13
(72,78,19)
#585E28
(88,94,40)
#686E3D
(104,110,61)
#787E52
(120,126,82)
#888E67
(136,142,103)
#989E7C
(152,158,124)
#A8AE91
(168,174,145)
#B8BEA6
(184,190,166)
#C8CEBB
(200,206,187)
#D8DED0
(216,222,208)
#E8EEE5
(232,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484E13 color. Also use rgb(72,78,19) instead hex code.

Text Font Color

.myTextColor { color: #484E13; }

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

This text font color is #484E13.


Background Color

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

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

This div background color is #484E13.


Border color

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

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

This div border color is #484E13.


Opacity

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

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

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

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

This text has shadow with #484E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484E13 on black background.


Color preview on white background

This text has color #484E13 on white background.



Black color preview on #484E13 background

This text has black color on #484E13 background.


White color preview on #484E13 background

This text has white color on #484E13 background.