COLOR #484830

HEX: #484830 RGB: (72,72,48)

Color info

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

RGB color model

#484830 color RGB value is (72,72,48).

RGB: (72,72,48) (28%, 28%, 19%)

RGB channels and saturation

R 72 of 255 = 28%
G 72 of 255 = 28%
B 48 of 255 = 19%

72
72
48

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

Portions of RGB colors in percentages

R + G + B = 72 + 72 + 48 = 192 (100%)
R 72 of 192 ~ 37.5%
G 72 of 192 ~ 37.5%
B 48 of 192 ~ 25'%

%37.5
%37.5
%25

CMYK color model

#484830 color CMYK value is (0,0,33,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 71.76%

CMYK: (0,0,33,72)
C0M0Y33K72 (0%, 0%, 33%, 72%)
(0.00 / 0.00 / 0.33 / 0.72)

CMYK percentages

%0
%0
%33.33
%71.76

Codes

Color #484830 in popluar color models

48 48 30
RGB 72 72 48
HSL 60° 20.00% 23.53%
HSB/HSV 60° 33.33% 28.24%
CMYK 0.00% 0.00% 33.33%
71.76%

Color #484830 in popluar number systems.

HEX 48 48 30
Decimal 72 72 48
Binary 1001000 1001000 110000
Octal 110 110 60

Shades and tints

Shades of #484830

#484830
(72,72,48)
#42422C
(66,66,44)
#3C3C28
(60,60,40)
#363624
(54,54,36)
#303020
(48,48,32)
#2A2A1C
(42,42,28)
#242418
(36,36,24)
#1E1E14
(30,30,20)
#181810
(24,24,16)
#12120C
(18,18,12)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #484830

#484830
(72,72,48)
#585842
(88,88,66)
#686854
(104,104,84)
#787866
(120,120,102)
#888878
(136,136,120)
#98988A
(152,152,138)
#A8A89C
(168,168,156)
#B8B8AE
(184,184,174)
#C8C8C0
(200,200,192)
#D8D8D2
(216,216,210)
#E8E8E4
(232,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484830; }

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

This text font color is #484830.

Background Color

.myBgColor { background-color: #484830; }

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

This div background color is #484830.

Border color

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

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

This div border color is #484830.

Opacity

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

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

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

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

This text has shadow with #484830 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484830.

Preview

Color preview on black background

This text has color #484830 on black background.


Color preview on white background

This text has color #484830 on white background.


Black color preview on #484830 background

This text has black color on #484830 background.


White color preview on #484830 background

This text has white color on #484830 background.


Related colors

Complementary color

Complementary color for #hex is #B7B7CF.


I love getcolorcode.com