COLOR #484124

HEX: #484124
RGB: (72,65,36)

Color info

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

RGB color model

#484124 color RGB value is (72,65,36).

  • red value is 72;
  • green value is 65;
  • blue value is 36.
RGB:
(72,65,36)
(28%,25%,14%)

RGB channels and saturation

R 72 of 255 = 28%
G 65 of 255 = 25%
B 36 of 255 = 14%

72
65
36

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

Portions of RGB colors in percentages

R + G + B =
72 + 65 + 36 = 173 (100%)
R 72 of 173 ~ 41.62%
G 65 of 173 ~ 37.57%
B 36 of 173 ~ 20.81%

%41.62
%37.57
%20.81

CMYK color model

#484124 color CMYK value is (0,10,50,72).

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 50.00%
  • key color value is 71.76%
CMYK:
(0,10,50,72)
C0M10Y50K72 
(0%,10%,50%,72%)
(0.00/0.10/0.50/0.72)	

CMYK percentages

%0
%9.72
%50
%71.76

Codes

Color #484124 in popluar color models

484124
RGB726536
HSL48°33.33%21.18%
HSB/HSV48°50.00%28.24%
CMYK0.00%9.72%50.00%
71.76%

Color #484124 in popluar number systems.

HEX484124
Decimal726536
Binary10010001000001100100
Octal11010144

Shades and tints

Shades of #484124

#484124
(72,65,36)
#423C21
(66,60,33)
#3C371E
(60,55,30)
#36321B
(54,50,27)
#302D18
(48,45,24)
#2A2815
(42,40,21)
#242312
(36,35,18)
#1E1E0F
(30,30,15)
#18190C
(24,25,12)
#121409
(18,20,9)
#0C0F06
(12,15,6)
#000000
(0,0,0)

Tints of #484124

#484124
(72,65,36)
#585237
(88,82,55)
#68634A
(104,99,74)
#78745D
(120,116,93)
#888570
(136,133,112)
#989683
(152,150,131)
#A8A796
(168,167,150)
#B8B8A9
(184,184,169)
#C8C9BC
(200,201,188)
#D8DACF
(216,218,207)
#E8EBE2
(232,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484124 color. Also use rgb(72,65,36) instead hex code.

Text Font Color

.myTextColor { color: #484124; }

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

This text font color is #484124.


Background Color

.myBgColor { background-color: #484124; }

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

This div background color is #484124.


Border color

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

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

This div border color is #484124.


Opacity

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

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

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

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

This text has shadow with #484124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484124 on black background.


Color preview on white background

This text has color #484124 on white background.



Black color preview on #484124 background

This text has black color on #484124 background.


White color preview on #484124 background

This text has white color on #484124 background.