COLOR #484B16

HEX: #484B16
RGB: (72,75,22)

Color info

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

RGB color model

#484B16 color RGB value is (72,75,22).

  • red value is 72;
  • green value is 75;
  • blue value is 22.
RGB:
(72,75,22)
(28%,29%,9%)

RGB channels and saturation

R 72 of 255 = 28%
G 75 of 255 = 29%
B 22 of 255 = 9%

72
75
22

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

Portions of RGB colors in percentages

R + G + B =
72 + 75 + 22 = 169 (100%)
R 72 of 169 ~ 42.6%
G 75 of 169 ~ 44.38%
B 22 of 169 ~ 13.02%

%42.6
%44.38
%13.02

CMYK color model

#484B16 color CMYK value is (4,0,71,71).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 70.67%
  • key color value is 70.59%
CMYK:
(4,0,71,71)
C4M0Y71K71 
(4%,0%,71%,71%)
(0.04/0.00/0.71/0.71)	

CMYK percentages

%4
%0
%70.67
%70.59

Codes

Color #484B16 in popluar color models

484B16
RGB727522
HSL63°54.64%19.02%
HSB/HSV63°70.67%29.41%
CMYK4.00%0.00%70.67%
70.59%

Color #484B16 in popluar number systems.

HEX484B16
Decimal727522
Binary1001000100101110110
Octal11011326

Shades and tints

Shades of #484B16

#484B16
(72,75,22)
#424514
(66,69,20)
#3C3F12
(60,63,18)
#363910
(54,57,16)
#30330E
(48,51,14)
#2A2D0C
(42,45,12)
#24270A
(36,39,10)
#1E2108
(30,33,8)
#181B06
(24,27,6)
#121504
(18,21,4)
#0C0F02
(12,15,2)
#000000
(0,0,0)

Tints of #484B16

#484B16
(72,75,22)
#585B2B
(88,91,43)
#686B40
(104,107,64)
#787B55
(120,123,85)
#888B6A
(136,139,106)
#989B7F
(152,155,127)
#A8AB94
(168,171,148)
#B8BBA9
(184,187,169)
#C8CBBE
(200,203,190)
#D8DBD3
(216,219,211)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484B16 color. Also use rgb(72,75,22) instead hex code.

Text Font Color

.myTextColor { color: #484B16; }

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

This text font color is #484B16.


Background Color

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

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

This div background color is #484B16.


Border color

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

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

This div border color is #484B16.


Opacity

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

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

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

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

This text has shadow with #484B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484B16 on black background.


Color preview on white background

This text has color #484B16 on white background.



Black color preview on #484B16 background

This text has black color on #484B16 background.


White color preview on #484B16 background

This text has white color on #484B16 background.