COLOR #484237

HEX: #484237
RGB: (72,66,55)

Color info

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

RGB color model

#484237 color RGB value is (72,66,55).

  • red value is 72;
  • green value is 66;
  • blue value is 55.
RGB:
(72,66,55)
(28%,26%,22%)

RGB channels and saturation

R 72 of 255 = 28%
G 66 of 255 = 26%
B 55 of 255 = 22%

72
66
55

R + G + B ~ 25%. #484237 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 66 + 55 = 193 (100%)
R 72 of 193 ~ 37.31%
G 66 of 193 ~ 34.2%
B 55 of 193 ~ 28.5%

%37.31
%34.2
%28.5

CMYK color model

#484237 color CMYK value is (0,8,24,72).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 23.61%
  • key color value is 71.76%
CMYK:
(0,8,24,72)
C0M8Y24K72 
(0%,8%,24%,72%)
(0.00/0.08/0.24/0.72)	

CMYK percentages

%0
%8.33
%23.61
%71.76

Codes

Color #484237 in popluar color models

484237
RGB726655
HSL39°13.39%24.90%
HSB/HSV39°23.61%28.24%
CMYK0.00%8.33%23.61%
71.76%

Color #484237 in popluar number systems.

HEX484237
Decimal726655
Binary10010001000010110111
Octal11010267

Shades and tints

Shades of #484237

#484237
(72,66,55)
#423C32
(66,60,50)
#3C362D
(60,54,45)
#363028
(54,48,40)
#302A23
(48,42,35)
#2A241E
(42,36,30)
#241E19
(36,30,25)
#1E1814
(30,24,20)
#18120F
(24,18,15)
#120C0A
(18,12,10)
#0C0605
(12,6,5)
#000000
(0,0,0)

Tints of #484237

#484237
(72,66,55)
#585349
(88,83,73)
#68645B
(104,100,91)
#78756D
(120,117,109)
#88867F
(136,134,127)
#989791
(152,151,145)
#A8A8A3
(168,168,163)
#B8B9B5
(184,185,181)
#C8CAC7
(200,202,199)
#D8DBD9
(216,219,217)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484237 color. Also use rgb(72,66,55) instead hex code.

Text Font Color

.myTextColor { color: #484237; }

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

This text font color is #484237.


Background Color

.myBgColor { background-color: #484237; }

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

This div background color is #484237.


Border color

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

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

This div border color is #484237.


Opacity

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

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

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

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

This text has shadow with #484237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484237 on black background.


Color preview on white background

This text has color #484237 on white background.



Black color preview on #484237 background

This text has black color on #484237 background.


White color preview on #484237 background

This text has white color on #484237 background.