COLOR #484813

HEX: #484813 RGB: (72,72,19)

Color info

#484813 contains red, green and blue colors in about the same proportion. Web safe color of #484813 is #333300 (or #330).

RGB color model

#484813 color RGB value is (72,72,19).

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

RGB channels and saturation

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

72
72
19

R + G + B ~ 21%. #484813 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 72 + 19 = 163 (100%)
R 72 of 163 ~ 44.17%
G 72 of 163 ~ 44.17%
B 19 of 163 ~ 11.66'%

%44.17
%44.17
%11.66

CMYK color model

#484813 color CMYK value is (0,0,74,72).

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

CMYK: (0,0,74,72)
C0M0Y74K72 (0%, 0%, 74%, 72%)
(0.00 / 0.00 / 0.74 / 0.72)

CMYK percentages

%0
%0
%73.61
%71.76

Codes

Color #484813 in popluar color models

48 48 13
RGB 72 72 19
HSL 60° 58.24% 17.84%
HSB/HSV 60° 73.61% 28.24%
CMYK 0.00% 0.00% 73.61%
71.76%

Color #484813 in popluar number systems.

HEX 48 48 13
Decimal 72 72 19
Binary 1001000 1001000 10011
Octal 110 110 23

Shades and tints

Shades of #484813

#484813
(72,72,19)
#424212
(66,66,18)
#3C3C11
(60,60,17)
#363610
(54,54,16)
#30300F
(48,48,15)
#2A2A0E
(42,42,14)
#24240D
(36,36,13)
#1E1E0C
(30,30,12)
#18180B
(24,24,11)
#12120A
(18,18,10)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #484813

#484813
(72,72,19)
#585828
(88,88,40)
#68683D
(104,104,61)
#787852
(120,120,82)
#888867
(136,136,103)
#98987C
(152,152,124)
#A8A891
(168,168,145)
#B8B8A6
(184,184,166)
#C8C8BB
(200,200,187)
#D8D8D0
(216,216,208)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484813; }

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

This text font color is #484813.

Background Color

.myBgColor { background-color: #484813; }

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

This div background color is #484813.

Border color

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

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

This div border color is #484813.

Opacity

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

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

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

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

This text has shadow with #484813 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484813.

Preview

Color preview on black background

This text has color #484813 on black background.


Color preview on white background

This text has color #484813 on white background.


Black color preview on #484813 background

This text has black color on #484813 background.


White color preview on #484813 background

This text has white color on #484813 background.


Related colors

Complementary color

Complementary color for #hex is #B7B7EC.


I love getcolorcode.com