COLOR #484834

HEX: #484834
RGB: (72,72,52)

Color info

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

RGB color model

#484834 color RGB value is (72,72,52).

  • red value is 72;
  • green value is 72;
  • blue value is 52.
RGB:
(72,72,52)
(28%,28%,20%)

RGB channels and saturation

R 72 of 255 = 28%
G 72 of 255 = 28%
B 52 of 255 = 20%

72
72
52

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

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 52 = 196 (100%)
R 72 of 196 ~ 36.73%
G 72 of 196 ~ 36.73%
B 52 of 196 ~ 26.53%

%36.73
%36.73
%26.53

CMYK color model

#484834 color CMYK value is (0,0,28,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 71.76%
CMYK:
(0,0,28,72)
C0M0Y28K72 
(0%,0%,28%,72%)
(0.00/0.00/0.28/0.72)	

CMYK percentages

%0
%0
%27.78
%71.76

Codes

Color #484834 in popluar color models

484834
RGB727252
HSL60°16.13%24.31%
HSB/HSV60°27.78%28.24%
CMYK0.00%0.00%27.78%
71.76%

Color #484834 in popluar number systems.

HEX484834
Decimal727252
Binary10010001001000110100
Octal11011064

Shades and tints

Shades of #484834

#484834
(72,72,52)
#424230
(66,66,48)
#3C3C2C
(60,60,44)
#363628
(54,54,40)
#303024
(48,48,36)
#2A2A20
(42,42,32)
#24241C
(36,36,28)
#1E1E18
(30,30,24)
#181814
(24,24,20)
#121210
(18,18,16)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #484834

#484834
(72,72,52)
#585846
(88,88,70)
#686858
(104,104,88)
#78786A
(120,120,106)
#88887C
(136,136,124)
#98988E
(152,152,142)
#A8A8A0
(168,168,160)
#B8B8B2
(184,184,178)
#C8C8C4
(200,200,196)
#D8D8D6
(216,216,214)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484834; }

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

This text font color is #484834.


Background Color

.myBgColor { background-color: #484834; }

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

This div background color is #484834.


Border color

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

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

This div border color is #484834.


Opacity

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

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

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

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

This text has shadow with #484834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484834 on black background.


Color preview on white background

This text has color #484834 on white background.



Black color preview on #484834 background

This text has black color on #484834 background.


White color preview on #484834 background

This text has white color on #484834 background.