COLOR #48564C

HEX: #48564C
RGB: (72,86,76)

Color info

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

RGB color model

#48564C color RGB value is (72,86,76).

  • red value is 72;
  • green value is 86;
  • blue value is 76.
RGB:
(72,86,76)
(28%,34%,30%)

RGB channels and saturation

R 72 of 255 = 28%
G 86 of 255 = 34%
B 76 of 255 = 30%

72
86
76

R + G + B ~ 31%. #48564C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 86 + 76 = 234 (100%)
R 72 of 234 ~ 30.77%
G 86 of 234 ~ 36.75%
B 76 of 234 ~ 32.48%

%30.77
%36.75
%32.48

CMYK color model

#48564C color CMYK value is (16,0,12,66).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 66.27%
CMYK:
(16,0,12,66)
C16M0Y12K66 
(16%,0%,12%,66%)
(0.16/0.00/0.12/0.66)	

CMYK percentages

%16.28
%0
%11.63
%66.27

Codes

Color #48564C in popluar color models

48564C
RGB728676
HSL137°8.86%30.98%
HSB/HSV137°16.28%33.73%
CMYK16.28%0.00%11.63%
66.27%

Color #48564C in popluar number systems.

HEX48564C
Decimal728676
Binary100100010101101001100
Octal110126114

Shades and tints

Shades of #48564C

#48564C
(72,86,76)
#424F46
(66,79,70)
#3C4840
(60,72,64)
#36413A
(54,65,58)
#303A34
(48,58,52)
#2A332E
(42,51,46)
#242C28
(36,44,40)
#1E2522
(30,37,34)
#181E1C
(24,30,28)
#121716
(18,23,22)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #48564C

#48564C
(72,86,76)
#58655C
(88,101,92)
#68746C
(104,116,108)
#78837C
(120,131,124)
#88928C
(136,146,140)
#98A19C
(152,161,156)
#A8B0AC
(168,176,172)
#B8BFBC
(184,191,188)
#C8CECC
(200,206,204)
#D8DDDC
(216,221,220)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48564C color. Also use rgb(72,86,76) instead hex code.

Text Font Color

.myTextColor { color: #48564C; }

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

This text font color is #48564C.


Background Color

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

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

This div background color is #48564C.


Border color

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

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

This div border color is #48564C.


Opacity

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

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

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

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

This text has shadow with #48564C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48564C on black background.


Color preview on white background

This text has color #48564C on white background.



Black color preview on #48564C background

This text has black color on #48564C background.


White color preview on #48564C background

This text has white color on #48564C background.