COLOR #48524A

HEX: #48524A
RGB: (72,82,74)

Color info

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

RGB color model

#48524A color RGB value is (72,82,74).

  • red value is 72;
  • green value is 82;
  • blue value is 74.
RGB:
(72,82,74)
(28%,32%,29%)

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 74 of 255 = 29%

72
82
74

R + G + B ~ 30%. #48524A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 74 = 228 (100%)
R 72 of 228 ~ 31.58%
G 82 of 228 ~ 35.96%
B 74 of 228 ~ 32.46%

%31.58
%35.96
%32.46

CMYK color model

#48524A color CMYK value is (12,0,10,68).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 67.84%
CMYK:
(12,0,10,68)
C12M0Y10K68 
(12%,0%,10%,68%)
(0.12/0.00/0.10/0.68)	

CMYK percentages

%12.2
%0
%9.76
%67.84

Codes

Color #48524A in popluar color models

48524A
RGB728274
HSL132°6.49%30.20%
HSB/HSV132°12.20%32.16%
CMYK12.20%0.00%9.76%
67.84%

Color #48524A in popluar number systems.

HEX48524A
Decimal728274
Binary100100010100101001010
Octal110122112

Shades and tints

Shades of #48524A

#48524A
(72,82,74)
#424B44
(66,75,68)
#3C443E
(60,68,62)
#363D38
(54,61,56)
#303632
(48,54,50)
#2A2F2C
(42,47,44)
#242826
(36,40,38)
#1E2120
(30,33,32)
#181A1A
(24,26,26)
#121314
(18,19,20)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #48524A

#48524A
(72,82,74)
#58615A
(88,97,90)
#68706A
(104,112,106)
#787F7A
(120,127,122)
#888E8A
(136,142,138)
#989D9A
(152,157,154)
#A8ACAA
(168,172,170)
#B8BBBA
(184,187,186)
#C8CACA
(200,202,202)
#D8D9DA
(216,217,218)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48524A; }

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

This text font color is #48524A.


Background Color

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

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

This div background color is #48524A.


Border color

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

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

This div border color is #48524A.


Opacity

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

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

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

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

This text has shadow with #48524A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48524A on black background.


Color preview on white background

This text has color #48524A on white background.



Black color preview on #48524A background

This text has black color on #48524A background.


White color preview on #48524A background

This text has white color on #48524A background.