COLOR #484737

HEX: #484737
RGB: (72,71,55)

Color info

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

RGB color model

#484737 color RGB value is (72,71,55).

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

RGB channels and saturation

R 72 of 255 = 28%
G 71 of 255 = 28%
B 55 of 255 = 22%

72
71
55

R + G + B ~ 26%. #484737 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 71 + 55 = 198 (100%)
R 72 of 198 ~ 36.36%
G 71 of 198 ~ 35.86%
B 55 of 198 ~ 27.78%

%36.36
%35.86
%27.78

CMYK color model

#484737 color CMYK value is (0,1,24,72).

  • cyan value is 0.00%
  • magenta value is 1.39%
  • yellow value is 23.61%
  • key color value is 71.76%
CMYK:
(0,1,24,72)
C0M1Y24K72 
(0%,1%,24%,72%)
(0.00/0.01/0.24/0.72)	

CMYK percentages

%0
%1.39
%23.61
%71.76

Codes

Color #484737 in popluar color models

484737
RGB727155
HSL56°13.39%24.90%
HSB/HSV56°23.61%28.24%
CMYK0.00%1.39%23.61%
71.76%

Color #484737 in popluar number systems.

HEX484737
Decimal727155
Binary10010001000111110111
Octal11010767

Shades and tints

Shades of #484737

#484737
(72,71,55)
#424132
(66,65,50)
#3C3B2D
(60,59,45)
#363528
(54,53,40)
#302F23
(48,47,35)
#2A291E
(42,41,30)
#242319
(36,35,25)
#1E1D14
(30,29,20)
#18170F
(24,23,15)
#12110A
(18,17,10)
#0C0B05
(12,11,5)
#000000
(0,0,0)

Tints of #484737

#484737
(72,71,55)
#585749
(88,87,73)
#68675B
(104,103,91)
#78776D
(120,119,109)
#88877F
(136,135,127)
#989791
(152,151,145)
#A8A7A3
(168,167,163)
#B8B7B5
(184,183,181)
#C8C7C7
(200,199,199)
#D8D7D9
(216,215,217)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484737; }

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

This text font color is #484737.


Background Color

.myBgColor { background-color: #484737; }

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

This div background color is #484737.


Border color

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

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

This div border color is #484737.


Opacity

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

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

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

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

This text has shadow with #484737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484737 on black background.


Color preview on white background

This text has color #484737 on white background.



Black color preview on #484737 background

This text has black color on #484737 background.


White color preview on #484737 background

This text has white color on #484737 background.