COLOR #48655C

HEX: #48655C
RGB: (72,101,92)

Color info

#48655C contains red, green and blue colors in about the same proportion. Web safe color of #48655C is #336666 (or #366).

RGB color model

#48655C color RGB value is (72,101,92).

  • red value is 72;
  • green value is 101;
  • blue value is 92.
RGB:
(72,101,92)
(28%,40%,36%)

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 92 of 255 = 36%

72
101
92

R + G + B ~ 35%. #48655C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 101 + 92 = 265 (100%)
R 72 of 265 ~ 27.17%
G 101 of 265 ~ 38.11%
B 92 of 265 ~ 34.72%

%27.17
%38.11
%34.72

CMYK color model

#48655C color CMYK value is (29,0,9,60).

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 60.39%
CMYK:
(29,0,9,60)
C29M0Y9K60 
(29%,0%,9%,60%)
(0.29/0.00/0.09/0.60)	

CMYK percentages

%28.71
%0
%8.91
%60.39

Codes

Color #48655C in popluar color models

48655C
RGB7210192
HSL161°16.76%33.92%
HSB/HSV161°28.71%39.61%
CMYK28.71%0.00%8.91%
60.39%

Color #48655C in popluar number systems.

HEX48655C
Decimal7210192
Binary100100011001011011100
Octal110145134

Shades and tints

Shades of #48655C

#48655C
(72,101,92)
#425C54
(66,92,84)
#3C534C
(60,83,76)
#364A44
(54,74,68)
#30413C
(48,65,60)
#2A3834
(42,56,52)
#242F2C
(36,47,44)
#1E2624
(30,38,36)
#181D1C
(24,29,28)
#121414
(18,20,20)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #48655C

#48655C
(72,101,92)
#58736A
(88,115,106)
#688178
(104,129,120)
#788F86
(120,143,134)
#889D94
(136,157,148)
#98ABA2
(152,171,162)
#A8B9B0
(168,185,176)
#B8C7BE
(184,199,190)
#C8D5CC
(200,213,204)
#D8E3DA
(216,227,218)
#E8F1E8
(232,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48655C color. Also use rgb(72,101,92) instead hex code.

Text Font Color

.myTextColor { color: #48655C; }

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

This text font color is #48655C.


Background Color

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

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

This div background color is #48655C.


Border color

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

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

This div border color is #48655C.


Opacity

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

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

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

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

This text has shadow with #48655C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48655C on black background.


Color preview on white background

This text has color #48655C on white background.



Black color preview on #48655C background

This text has black color on #48655C background.


White color preview on #48655C background

This text has white color on #48655C background.