COLOR #48885C

HEX: #48885C
RGB: (72,136,92)

Color info

#48885C contains mainly green and blue colors. Web safe color of #48885C is #339966 (or #396).

RGB color model

#48885C color RGB value is (72,136,92).

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

RGB channels and saturation

R 72 of 255 = 28%
G 136 of 255 = 53%
B 92 of 255 = 36%

72
136
92

R + G + B ~ 39%. #48885C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 136 + 92 = 300 (100%)
R 72 of 300 ~ 24%
G 136 of 300 ~ 45.33%
B 92 of 300 ~ 30.67%

%24
%45.33
%30.67

CMYK color model

#48885C color CMYK value is (47,0,32,47).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK:
(47,0,32,47)
C47M0Y32K47 
(47%,0%,32%,47%)
(0.47/0.00/0.32/0.47)	

CMYK percentages

%47.06
%0
%32.35
%46.67

Codes

Color #48885C in popluar color models

48885C
RGB7213692
HSL139°30.77%40.78%
HSB/HSV139°47.06%53.33%
CMYK47.06%0.00%32.35%
46.67%

Color #48885C in popluar number systems.

HEX48885C
Decimal7213692
Binary1001000100010001011100
Octal110210134

Shades and tints

Shades of #48885C

#48885C
(72,136,92)
#427C54
(66,124,84)
#3C704C
(60,112,76)
#366444
(54,100,68)
#30583C
(48,88,60)
#2A4C34
(42,76,52)
#24402C
(36,64,44)
#1E3424
(30,52,36)
#18281C
(24,40,28)
#121C14
(18,28,20)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #48885C

#48885C
(72,136,92)
#58926A
(88,146,106)
#689C78
(104,156,120)
#78A686
(120,166,134)
#88B094
(136,176,148)
#98BAA2
(152,186,162)
#A8C4B0
(168,196,176)
#B8CEBE
(184,206,190)
#C8D8CC
(200,216,204)
#D8E2DA
(216,226,218)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48885C; }

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

This text font color is #48885C.


Background Color

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

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

This div background color is #48885C.


Border color

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

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

This div border color is #48885C.


Opacity

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

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

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

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

This text has shadow with #48885C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48885C on black background.


Color preview on white background

This text has color #48885C on white background.



Black color preview on #48885C background

This text has black color on #48885C background.


White color preview on #48885C background

This text has white color on #48885C background.