COLOR #48523C

HEX: #48523C RGB: (72,82,60)

Color info

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

RGB color model

#48523C color RGB value is (72,82,60).

RGB: (72,82,60) (28%, 32%, 24%)

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 60 of 255 = 24%

72
82
60

R + G + B ~ 28%. #48523C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 82 + 60 = 214 (100%)
R 72 of 214 ~ 33.64%
G 82 of 214 ~ 38.32%
B 60 of 214 ~ 28.04'%

%33.64
%38.32
%28.04

CMYK color model

#48523C color CMYK value is (12,0,27,68).

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

CMYK: (12,0,27,68)
C12M0Y27K68 (12%, 0%, 27%, 68%)
(0.12 / 0.00 / 0.27 / 0.68)

CMYK percentages

%12.2
%0
%26.83
%67.84

Codes

Color #48523C in popluar color models

48 52 3C
RGB 72 82 60
HSL 87° 15.49% 27.84%
HSB/HSV 87° 26.83% 32.16%
CMYK 12.20% 0.00% 26.83%
67.84%

Color #48523C in popluar number systems.

HEX 48 52 3C
Decimal 72 82 60
Binary 1001000 1010010 111100
Octal 110 122 74

Shades and tints

Shades of #48523C

#48523C
(72,82,60)
#424B37
(66,75,55)
#3C4432
(60,68,50)
#363D2D
(54,61,45)
#303628
(48,54,40)
#2A2F23
(42,47,35)
#24281E
(36,40,30)
#1E2119
(30,33,25)
#181A14
(24,26,20)
#12130F
(18,19,15)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #48523C

#48523C
(72,82,60)
#58614D
(88,97,77)
#68705E
(104,112,94)
#787F6F
(120,127,111)
#888E80
(136,142,128)
#989D91
(152,157,145)
#A8ACA2
(168,172,162)
#B8BBB3
(184,187,179)
#C8CAC4
(200,202,196)
#D8D9D5
(216,217,213)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48523C color. Also use rgb(72,82,60) instead hex code.

Text Font Color

.myTextColor { color: #48523C; }

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

This text font color is #48523C.

Background Color

.myBgColor { background-color: #48523C; }

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

This div background color is #48523C.

Border color

.myBorderColor { border: 1px solid #48523C; }

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

This div border color is #48523C.

Opacity

.myOpacity80 { color: #48523C; opacity: 0.8; }

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

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

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

This text has shadow with #48523C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48523C.

Preview

Color preview on black background

This text has color #48523C on black background.


Color preview on white background

This text has color #48523C on white background.


Black color preview on #48523C background

This text has black color on #48523C background.


White color preview on #48523C background

This text has white color on #48523C background.


Related colors

Complementary color

Complementary color for #hex is #B7ADC3.


I love getcolorcode.com

Triadic colors

1 #3C4852 and #523C48 with #48523C are triadic colors.

2 #3C5248 and #52483C with #48523C are triadic colors.