COLOR #484E0B

HEX: #484E0B
RGB: (72,78,11)

Color info

#484E0B contains mainly red and green colors. Web safe color of #484E0B is #336600 (or #360).

RGB color model

#484E0B color RGB value is (72,78,11).

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

RGB channels and saturation

R 72 of 255 = 28%
G 78 of 255 = 31%
B 11 of 255 = 4%

72
78
11

R + G + B ~ 21%. #484E0B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 78 + 11 = 161 (100%)
R 72 of 161 ~ 44.72%
G 78 of 161 ~ 48.45%
B 11 of 161 ~ 6.83%

%44.72
%48.45

CMYK color model

#484E0B color CMYK value is (8,0,86,69).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 85.90%
  • key color value is 69.41%
CMYK:
(8,0,86,69)
C8M0Y86K69 
(8%,0%,86%,69%)
(0.08/0.00/0.86/0.69)	

CMYK percentages

%7.69
%0
%85.9
%69.41

Codes

Color #484E0B in popluar color models

484E0B
RGB727811
HSL65°75.28%17.45%
HSB/HSV65°85.90%30.59%
CMYK7.69%0.00%85.90%
69.41%

Color #484E0B in popluar number systems.

HEX484E0B
Decimal727811
Binary100100010011101011
Octal11011613

Shades and tints

Shades of #484E0B

#484E0B
(72,78,11)
#42470A
(66,71,10)
#3C4009
(60,64,9)
#363908
(54,57,8)
#303207
(48,50,7)
#2A2B06
(42,43,6)
#242405
(36,36,5)
#1E1D04
(30,29,4)
#181603
(24,22,3)
#120F02
(18,15,2)
#0C0801
(12,8,1)
#000000
(0,0,0)

Tints of #484E0B

#484E0B
(72,78,11)
#585E21
(88,94,33)
#686E37
(104,110,55)
#787E4D
(120,126,77)
#888E63
(136,142,99)
#989E79
(152,158,121)
#A8AE8F
(168,174,143)
#B8BEA5
(184,190,165)
#C8CEBB
(200,206,187)
#D8DED1
(216,222,209)
#E8EEE7
(232,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484E0B; }

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

This text font color is #484E0B.


Background Color

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

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

This div background color is #484E0B.


Border color

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

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

This div border color is #484E0B.


Opacity

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

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

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

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

This text has shadow with #484E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484E0B on black background.


Color preview on white background

This text has color #484E0B on white background.



Black color preview on #484E0B background

This text has black color on #484E0B background.


White color preview on #484E0B background

This text has white color on #484E0B background.