COLOR #484738

HEX: #484738
RGB: (72,71,56)

Color info

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

RGB color model

#484738 color RGB value is (72,71,56).

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

RGB channels and saturation

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

72
71
56

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

Portions of RGB colors in percentages

R + G + B =
72 + 71 + 56 = 199 (100%)
R 72 of 199 ~ 36.18%
G 71 of 199 ~ 35.68%
B 56 of 199 ~ 28.14%

%36.18
%35.68
%28.14

CMYK color model

#484738 color CMYK value is (0,1,22,72).

  • cyan value is 0.00%
  • magenta value is 1.39%
  • yellow value is 22.22%
  • key color value is 71.76%
CMYK:
(0,1,22,72)
C0M1Y22K72 
(0%,1%,22%,72%)
(0.00/0.01/0.22/0.72)	

CMYK percentages

%0
%1.39
%22.22
%71.76

Codes

Color #484738 in popluar color models

484738
RGB727156
HSL56°12.50%25.10%
HSB/HSV56°22.22%28.24%
CMYK0.00%1.39%22.22%
71.76%

Color #484738 in popluar number systems.

HEX484738
Decimal727156
Binary10010001000111111000
Octal11010770

Shades and tints

Shades of #484738

#484738
(72,71,56)
#424133
(66,65,51)
#3C3B2E
(60,59,46)
#363529
(54,53,41)
#302F24
(48,47,36)
#2A291F
(42,41,31)
#24231A
(36,35,26)
#1E1D15
(30,29,21)
#181710
(24,23,16)
#12110B
(18,17,11)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #484738

#484738
(72,71,56)
#58574A
(88,87,74)
#68675C
(104,103,92)
#78776E
(120,119,110)
#888780
(136,135,128)
#989792
(152,151,146)
#A8A7A4
(168,167,164)
#B8B7B6
(184,183,182)
#C8C7C8
(200,199,200)
#D8D7DA
(216,215,218)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484738; }

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

This text font color is #484738.


Background Color

.myBgColor { background-color: #484738; }

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

This div background color is #484738.


Border color

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

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

This div border color is #484738.


Opacity

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

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

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

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

This text has shadow with #484738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484738 on black background.


Color preview on white background

This text has color #484738 on white background.



Black color preview on #484738 background

This text has black color on #484738 background.


White color preview on #484738 background

This text has white color on #484738 background.