COLOR #48795D

HEX: #48795D
RGB: (72,121,93)

Color info

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

RGB color model

#48795D color RGB value is (72,121,93).

  • red value is 72;
  • green value is 121;
  • blue value is 93.
RGB:
(72,121,93)
(28%,47%,36%)

RGB channels and saturation

R 72 of 255 = 28%
G 121 of 255 = 47%
B 93 of 255 = 36%

72
121
93

R + G + B ~ 37%. #48795D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 121 + 93 = 286 (100%)
R 72 of 286 ~ 25.17%
G 121 of 286 ~ 42.31%
B 93 of 286 ~ 32.52%

%25.17
%42.31
%32.52

CMYK color model

#48795D color CMYK value is (40,0,23,53).

  • cyan value is 40.50%
  • magenta value is 0.00%
  • yellow value is 23.14%
  • key color value is 52.55%
CMYK:
(40,0,23,53)
C40M0Y23K53 
(40%,0%,23%,53%)
(0.40/0.00/0.23/0.53)	

CMYK percentages

%40.5
%0
%23.14
%52.55

Codes

Color #48795D in popluar color models

48795D
RGB7212193
HSL146°25.39%37.84%
HSB/HSV146°40.50%47.45%
CMYK40.50%0.00%23.14%
52.55%

Color #48795D in popluar number systems.

HEX48795D
Decimal7212193
Binary100100011110011011101
Octal110171135

Shades and tints

Shades of #48795D

#48795D
(72,121,93)
#426E55
(66,110,85)
#3C634D
(60,99,77)
#365845
(54,88,69)
#304D3D
(48,77,61)
#2A4235
(42,66,53)
#24372D
(36,55,45)
#1E2C25
(30,44,37)
#18211D
(24,33,29)
#121615
(18,22,21)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #48795D

#48795D
(72,121,93)
#58856B
(88,133,107)
#689179
(104,145,121)
#789D87
(120,157,135)
#88A995
(136,169,149)
#98B5A3
(152,181,163)
#A8C1B1
(168,193,177)
#B8CDBF
(184,205,191)
#C8D9CD
(200,217,205)
#D8E5DB
(216,229,219)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48795D color. Also use rgb(72,121,93) instead hex code.

Text Font Color

.myTextColor { color: #48795D; }

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

This text font color is #48795D.


Background Color

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

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

This div background color is #48795D.


Border color

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

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

This div border color is #48795D.


Opacity

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

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

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

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

This text has shadow with #48795D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48795D on black background.


Color preview on white background

This text has color #48795D on white background.



Black color preview on #48795D background

This text has black color on #48795D background.


White color preview on #48795D background

This text has white color on #48795D background.