COLOR #484018

HEX: #484018
RGB: (72,64,24)

Color info

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

RGB color model

#484018 color RGB value is (72,64,24).

  • red value is 72;
  • green value is 64;
  • blue value is 24.
RGB:
(72,64,24)
(28%,25%,9%)

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 24 of 255 = 9%

72
64
24

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

Portions of RGB colors in percentages

R + G + B =
72 + 64 + 24 = 160 (100%)
R 72 of 160 ~ 45%
G 64 of 160 ~ 40%
B 24 of 160 ~ 15%

%45
%40
%15

CMYK color model

#484018 color CMYK value is (0,11,67,72).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 66.67%
  • key color value is 71.76%
CMYK:
(0,11,67,72)
C0M11Y67K72 
(0%,11%,67%,72%)
(0.00/0.11/0.67/0.72)	

CMYK percentages

%0
%11.11
%66.67
%71.76

Codes

Color #484018 in popluar color models

484018
RGB726424
HSL50°50.00%18.82%
HSB/HSV50°66.67%28.24%
CMYK0.00%11.11%66.67%
71.76%

Color #484018 in popluar number systems.

HEX484018
Decimal726424
Binary1001000100000011000
Octal11010030

Shades and tints

Shades of #484018

#484018
(72,64,24)
#423B16
(66,59,22)
#3C3614
(60,54,20)
#363112
(54,49,18)
#302C10
(48,44,16)
#2A270E
(42,39,14)
#24220C
(36,34,12)
#1E1D0A
(30,29,10)
#181808
(24,24,8)
#121306
(18,19,6)
#0C0E04
(12,14,4)
#000000
(0,0,0)

Tints of #484018

#484018
(72,64,24)
#58512D
(88,81,45)
#686242
(104,98,66)
#787357
(120,115,87)
#88846C
(136,132,108)
#989581
(152,149,129)
#A8A696
(168,166,150)
#B8B7AB
(184,183,171)
#C8C8C0
(200,200,192)
#D8D9D5
(216,217,213)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484018 color. Also use rgb(72,64,24) instead hex code.

Text Font Color

.myTextColor { color: #484018; }

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

This text font color is #484018.


Background Color

.myBgColor { background-color: #484018; }

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

This div background color is #484018.


Border color

.myBorderColor { border: 1px solid #484018; }

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

This div border color is #484018.


Opacity

.myOpacity80 { color: #484018; opacity: 0.8; }

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

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

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

This text has shadow with #484018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484018 on black background.


Color preview on white background

This text has color #484018 on white background.



Black color preview on #484018 background

This text has black color on #484018 background.


White color preview on #484018 background

This text has white color on #484018 background.