COLOR #48704D

HEX: #48704D
RGB: (72,112,77)

Color info

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

RGB color model

#48704D color RGB value is (72,112,77).

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

RGB channels and saturation

R 72 of 255 = 28%
G 112 of 255 = 44%
B 77 of 255 = 30%

72
112
77

R + G + B ~ 34%. #48704D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 112 + 77 = 261 (100%)
R 72 of 261 ~ 27.59%
G 112 of 261 ~ 42.91%
B 77 of 261 ~ 29.5%

%27.59
%42.91
%29.5

CMYK color model

#48704D color CMYK value is (36,0,31,56).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 56.08%
CMYK:
(36,0,31,56)
C36M0Y31K56 
(36%,0%,31%,56%)
(0.36/0.00/0.31/0.56)	

CMYK percentages

%35.71
%0
%31.25
%56.08

Codes

Color #48704D in popluar color models

48704D
RGB7211277
HSL128°21.74%36.08%
HSB/HSV128°35.71%43.92%
CMYK35.71%0.00%31.25%
56.08%

Color #48704D in popluar number systems.

HEX48704D
Decimal7211277
Binary100100011100001001101
Octal110160115

Shades and tints

Shades of #48704D

#48704D
(72,112,77)
#426646
(66,102,70)
#3C5C3F
(60,92,63)
#365238
(54,82,56)
#304831
(48,72,49)
#2A3E2A
(42,62,42)
#243423
(36,52,35)
#1E2A1C
(30,42,28)
#182015
(24,32,21)
#12160E
(18,22,14)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #48704D

#48704D
(72,112,77)
#587D5D
(88,125,93)
#688A6D
(104,138,109)
#78977D
(120,151,125)
#88A48D
(136,164,141)
#98B19D
(152,177,157)
#A8BEAD
(168,190,173)
#B8CBBD
(184,203,189)
#C8D8CD
(200,216,205)
#D8E5DD
(216,229,221)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48704D; }

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

This text font color is #48704D.


Background Color

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

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

This div background color is #48704D.


Border color

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

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

This div border color is #48704D.


Opacity

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

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

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

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

This text has shadow with #48704D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48704D on black background.


Color preview on white background

This text has color #48704D on white background.



Black color preview on #48704D background

This text has black color on #48704D background.


White color preview on #48704D background

This text has white color on #48704D background.