COLOR #48522A

HEX: #48522A RGB: (72,82,42)

Color info

#48522A contains red, green and blue colors in about the same proportion. Web safe color of #48522A is #336633 (or #363).

RGB color model

#48522A color RGB value is (72,82,42).

RGB: (72,82,42) (28%, 32%, 16%)

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 42 of 255 = 16%

72
82
42

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

Portions of RGB colors in percentages

R + G + B = 72 + 82 + 42 = 196 (100%)
R 72 of 196 ~ 36.73%
G 82 of 196 ~ 41.84%
B 42 of 196 ~ 21.43'%

%36.73
%41.84
%21.43

CMYK color model

#48522A color CMYK value is (12,0,49,68).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 48.78%
  • key color value is 67.84%

CMYK: (12,0,49,68)
C12M0Y49K68 (12%, 0%, 49%, 68%)
(0.12 / 0.00 / 0.49 / 0.68)

CMYK percentages

%12.2
%0
%48.78
%67.84

Codes

Color #48522A in popluar color models

48 52 2A
RGB 72 82 42
HSL 75° 32.26% 24.31%
HSB/HSV 75° 48.78% 32.16%
CMYK 12.20% 0.00% 48.78%
67.84%

Color #48522A in popluar number systems.

HEX 48 52 2A
Decimal 72 82 42
Binary 1001000 1010010 101010
Octal 110 122 52

Shades and tints

Shades of #48522A

#48522A
(72,82,42)
#424B27
(66,75,39)
#3C4424
(60,68,36)
#363D21
(54,61,33)
#30361E
(48,54,30)
#2A2F1B
(42,47,27)
#242818
(36,40,24)
#1E2115
(30,33,21)
#181A12
(24,26,18)
#12130F
(18,19,15)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #48522A

#48522A
(72,82,42)
#58613D
(88,97,61)
#687050
(104,112,80)
#787F63
(120,127,99)
#888E76
(136,142,118)
#989D89
(152,157,137)
#A8AC9C
(168,172,156)
#B8BBAF
(184,187,175)
#C8CAC2
(200,202,194)
#D8D9D5
(216,217,213)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48522A color. Also use rgb(72,82,42) instead hex code.

Text Font Color

.myTextColor { color: #48522A; }

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

This text font color is #48522A.

Background Color

.myBgColor { background-color: #48522A; }

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

This div background color is #48522A.

Border color

.myBorderColor { border: 1px solid #48522A; }

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

This div border color is #48522A.

Opacity

.myOpacity80 { color: #48522A; opacity: 0.8; }

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

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

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

This text has shadow with #48522A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48522A.

Preview

Color preview on black background

This text has color #48522A on black background.


Color preview on white background

This text has color #48522A on white background.


Black color preview on #48522A background

This text has black color on #48522A background.


White color preview on #48522A background

This text has white color on #48522A background.


Related colors

Complementary color

Complementary color for #hex is #B7ADD5.


I love getcolorcode.com

Triadic colors

1 #2A4852 and #522A48 with #48522A are triadic colors.

2 #2A5248 and #52482A with #48522A are triadic colors.