COLOR #48542C

HEX: #48542C
RGB: (72,84,44)

Color info

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

RGB color model

#48542C color RGB value is (72,84,44).

  • red value is 72;
  • green value is 84;
  • blue value is 44.
RGB:
(72,84,44)
(28%,33%,17%)

RGB channels and saturation

R 72 of 255 = 28%
G 84 of 255 = 33%
B 44 of 255 = 17%

72
84
44

R + G + B ~ 26%. #48542C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 84 + 44 = 200 (100%)
R 72 of 200 ~ 36%
G 84 of 200 ~ 42%
B 44 of 200 ~ 22%

%36
%42
%22

CMYK color model

#48542C color CMYK value is (14,0,48,67).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 47.62%
  • key color value is 67.06%
CMYK:
(14,0,48,67)
C14M0Y48K67 
(14%,0%,48%,67%)
(0.14/0.00/0.48/0.67)	

CMYK percentages

%14.29
%0
%47.62
%67.06

Codes

Color #48542C in popluar color models

48542C
RGB728444
HSL78°31.25%25.10%
HSB/HSV78°47.62%32.94%
CMYK14.29%0.00%47.62%
67.06%

Color #48542C in popluar number systems.

HEX48542C
Decimal728444
Binary10010001010100101100
Octal11012454

Shades and tints

Shades of #48542C

#48542C
(72,84,44)
#424D28
(66,77,40)
#3C4624
(60,70,36)
#363F20
(54,63,32)
#30381C
(48,56,28)
#2A3118
(42,49,24)
#242A14
(36,42,20)
#1E2310
(30,35,16)
#181C0C
(24,28,12)
#121508
(18,21,8)
#0C0E04
(12,14,4)
#000000
(0,0,0)

Tints of #48542C

#48542C
(72,84,44)
#58633F
(88,99,63)
#687252
(104,114,82)
#788165
(120,129,101)
#889078
(136,144,120)
#989F8B
(152,159,139)
#A8AE9E
(168,174,158)
#B8BDB1
(184,189,177)
#C8CCC4
(200,204,196)
#D8DBD7
(216,219,215)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48542C color. Also use rgb(72,84,44) instead hex code.

Text Font Color

.myTextColor { color: #48542C; }

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

This text font color is #48542C.


Background Color

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

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

This div background color is #48542C.


Border color

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

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

This div border color is #48542C.


Opacity

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

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

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

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

This text has shadow with #48542C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48542C on black background.


Color preview on white background

This text has color #48542C on white background.



Black color preview on #48542C background

This text has black color on #48542C background.


White color preview on #48542C background

This text has white color on #48542C background.