COLOR #484028

HEX: #484028
RGB: (72,64,40)

Color info

#484028 contains red, green and blue colors in about the same proportion. Web safe color of #484028 is #333333 (or #333).

RGB color model

#484028 color RGB value is (72,64,40).

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

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 40 of 255 = 16%

72
64
40

R + G + B ~ 23%. #484028 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 64 + 40 = 176 (100%)
R 72 of 176 ~ 40.91%
G 64 of 176 ~ 36.36%
B 40 of 176 ~ 22.73%

%40.91
%36.36
%22.73

CMYK color model

#484028 color CMYK value is (0,11,44,72).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 44.44%
  • key color value is 71.76%
CMYK:
(0,11,44,72)
C0M11Y44K72 
(0%,11%,44%,72%)
(0.00/0.11/0.44/0.72)	

CMYK percentages

%0
%11.11
%44.44
%71.76

Codes

Color #484028 in popluar color models

484028
RGB726440
HSL45°28.57%21.96%
HSB/HSV45°44.44%28.24%
CMYK0.00%11.11%44.44%
71.76%

Color #484028 in popluar number systems.

HEX484028
Decimal726440
Binary10010001000000101000
Octal11010050

Shades and tints

Shades of #484028

#484028
(72,64,40)
#423B25
(66,59,37)
#3C3622
(60,54,34)
#36311F
(54,49,31)
#302C1C
(48,44,28)
#2A2719
(42,39,25)
#242216
(36,34,22)
#1E1D13
(30,29,19)
#181810
(24,24,16)
#12130D
(18,19,13)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #484028

#484028
(72,64,40)
#58513B
(88,81,59)
#68624E
(104,98,78)
#787361
(120,115,97)
#888474
(136,132,116)
#989587
(152,149,135)
#A8A69A
(168,166,154)
#B8B7AD
(184,183,173)
#C8C8C0
(200,200,192)
#D8D9D3
(216,217,211)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484028; }

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

This text font color is #484028.


Background Color

.myBgColor { background-color: #484028; }

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

This div background color is #484028.


Border color

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

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

This div border color is #484028.


Opacity

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

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

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

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

This text has shadow with #484028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484028 on black background.


Color preview on white background

This text has color #484028 on white background.



Black color preview on #484028 background

This text has black color on #484028 background.


White color preview on #484028 background

This text has white color on #484028 background.