COLOR #48684D

HEX: #48684D
RGB: (72,104,77)

Color info

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

RGB color model

#48684D color RGB value is (72,104,77).

  • red value is 72;
  • green value is 104;
  • blue value is 77.
RGB:
(72,104,77)
(28%,41%,30%)

RGB channels and saturation

R 72 of 255 = 28%
G 104 of 255 = 41%
B 77 of 255 = 30%

72
104
77

R + G + B ~ 33%. #48684D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 104 + 77 = 253 (100%)
R 72 of 253 ~ 28.46%
G 104 of 253 ~ 41.11%
B 77 of 253 ~ 30.43%

%28.46
%41.11
%30.43

CMYK color model

#48684D color CMYK value is (31,0,26,59).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 25.96%
  • key color value is 59.22%
CMYK:
(31,0,26,59)
C31M0Y26K59 
(31%,0%,26%,59%)
(0.31/0.00/0.26/0.59)	

CMYK percentages

%30.77
%0
%25.96
%59.22

Codes

Color #48684D in popluar color models

48684D
RGB7210477
HSL129°18.18%34.51%
HSB/HSV129°30.77%40.78%
CMYK30.77%0.00%25.96%
59.22%

Color #48684D in popluar number systems.

HEX48684D
Decimal7210477
Binary100100011010001001101
Octal110150115

Shades and tints

Shades of #48684D

#48684D
(72,104,77)
#425F46
(66,95,70)
#3C563F
(60,86,63)
#364D38
(54,77,56)
#304431
(48,68,49)
#2A3B2A
(42,59,42)
#243223
(36,50,35)
#1E291C
(30,41,28)
#182015
(24,32,21)
#12170E
(18,23,14)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #48684D

#48684D
(72,104,77)
#58755D
(88,117,93)
#68826D
(104,130,109)
#788F7D
(120,143,125)
#889C8D
(136,156,141)
#98A99D
(152,169,157)
#A8B6AD
(168,182,173)
#B8C3BD
(184,195,189)
#C8D0CD
(200,208,205)
#D8DDDD
(216,221,221)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48684D color. Also use rgb(72,104,77) instead hex code.

Text Font Color

.myTextColor { color: #48684D; }

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

This text font color is #48684D.


Background Color

.myBgColor { background-color: #48684D; }

<div style="background-color:#48684D">Inner text</div>

This div background color is #48684D.


Border color

.myBorderColor { border: 1px solid #48684D; }

<div style="border:3px solid #48684D">Div</div>

This div border color is #48684D.


Opacity

.myOpacity80 { color: #48684D; opacity: 0.8; }

<p style="color:#48684D;opacity:0.8;">80%</p>

Text with #48684D 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 #48684D;}

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

This text has shadow with #48684D color.

.textShadow {text-shadow: 3px 3px 1px #48684D, 3px 3px 1px red;}

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

This text has shadow with #48684D primary color and red secondary color.


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

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

This text has shadow with #48684D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48684D on black background.


Color preview on white background

This text has color #48684D on white background.



Black color preview on #48684D background

This text has black color on #48684D background.


White color preview on #48684D background

This text has white color on #48684D background.