COLOR #484B12

HEX: #484B12
RGB: (72,75,18)

Color info

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

RGB color model

#484B12 color RGB value is (72,75,18).

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

RGB channels and saturation

R 72 of 255 = 28%
G 75 of 255 = 29%
B 18 of 255 = 7%

72
75
18

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

Portions of RGB colors in percentages

R + G + B =
72 + 75 + 18 = 165 (100%)
R 72 of 165 ~ 43.64%
G 75 of 165 ~ 45.45%
B 18 of 165 ~ 10.91%

%43.64
%45.45
%10.91

CMYK color model

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

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 76.00%
  • key color value is 70.59%
CMYK:
(4,0,76,71)
C4M0Y76K71 
(4%,0%,76%,71%)
(0.04/0.00/0.76/0.71)	

CMYK percentages

%4
%0
%76
%70.59

Codes

Color #484B12 in popluar color models

484B12
RGB727518
HSL63°61.29%18.24%
HSB/HSV63°76.00%29.41%
CMYK4.00%0.00%76.00%
70.59%

Color #484B12 in popluar number systems.

HEX484B12
Decimal727518
Binary1001000100101110010
Octal11011322

Shades and tints

Shades of #484B12

#484B12
(72,75,18)
#424511
(66,69,17)
#3C3F10
(60,63,16)
#36390F
(54,57,15)
#30330E
(48,51,14)
#2A2D0D
(42,45,13)
#24270C
(36,39,12)
#1E210B
(30,33,11)
#181B0A
(24,27,10)
#121509
(18,21,9)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #484B12

#484B12
(72,75,18)
#585B27
(88,91,39)
#686B3C
(104,107,60)
#787B51
(120,123,81)
#888B66
(136,139,102)
#989B7B
(152,155,123)
#A8AB90
(168,171,144)
#B8BBA5
(184,187,165)
#C8CBBA
(200,203,186)
#D8DBCF
(216,219,207)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484B12; }

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

This text font color is #484B12.


Background Color

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

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

This div background color is #484B12.


Border color

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

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

This div border color is #484B12.


Opacity

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

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

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

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

This text has shadow with #484B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484B12 on black background.


Color preview on white background

This text has color #484B12 on white background.



Black color preview on #484B12 background

This text has black color on #484B12 background.


White color preview on #484B12 background

This text has white color on #484B12 background.