COLOR #484638

HEX: #484638
RGB: (72,70,56)

Color info

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

RGB color model

#484638 color RGB value is (72,70,56).

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

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 56 of 255 = 22%

72
70
56

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 56 = 198 (100%)
R 72 of 198 ~ 36.36%
G 70 of 198 ~ 35.35%
B 56 of 198 ~ 28.28%

%36.36
%35.35
%28.28

CMYK color model

#484638 color CMYK value is (0,3,22,72).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 22.22%
  • key color value is 71.76%
CMYK:
(0,3,22,72)
C0M3Y22K72 
(0%,3%,22%,72%)
(0.00/0.03/0.22/0.72)	

CMYK percentages

%0
%2.78
%22.22
%71.76

Codes

Color #484638 in popluar color models

484638
RGB727056
HSL53°12.50%25.10%
HSB/HSV53°22.22%28.24%
CMYK0.00%2.78%22.22%
71.76%

Color #484638 in popluar number systems.

HEX484638
Decimal727056
Binary10010001000110111000
Octal11010670

Shades and tints

Shades of #484638

#484638
(72,70,56)
#424033
(66,64,51)
#3C3A2E
(60,58,46)
#363429
(54,52,41)
#302E24
(48,46,36)
#2A281F
(42,40,31)
#24221A
(36,34,26)
#1E1C15
(30,28,21)
#181610
(24,22,16)
#12100B
(18,16,11)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #484638

#484638
(72,70,56)
#58564A
(88,86,74)
#68665C
(104,102,92)
#78766E
(120,118,110)
#888680
(136,134,128)
#989692
(152,150,146)
#A8A6A4
(168,166,164)
#B8B6B6
(184,182,182)
#C8C6C8
(200,198,200)
#D8D6DA
(216,214,218)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484638; }

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

This text font color is #484638.


Background Color

.myBgColor { background-color: #484638; }

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

This div background color is #484638.


Border color

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

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

This div border color is #484638.


Opacity

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

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

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

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

This text has shadow with #484638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484638 on black background.


Color preview on white background

This text has color #484638 on white background.



Black color preview on #484638 background

This text has black color on #484638 background.


White color preview on #484638 background

This text has white color on #484638 background.