COLOR #48795A

HEX: #48795A
RGB: (72,121,90)

Color info

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

RGB color model

#48795A color RGB value is (72,121,90).

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

RGB channels and saturation

R 72 of 255 = 28%
G 121 of 255 = 47%
B 90 of 255 = 35%

72
121
90

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

Portions of RGB colors in percentages

R + G + B =
72 + 121 + 90 = 283 (100%)
R 72 of 283 ~ 25.44%
G 121 of 283 ~ 42.76%
B 90 of 283 ~ 31.8%

%25.44
%42.76
%31.8

CMYK color model

#48795A color CMYK value is (40,0,26,53).

  • cyan value is 40.50%
  • magenta value is 0.00%
  • yellow value is 25.62%
  • key color value is 52.55%
CMYK:
(40,0,26,53)
C40M0Y26K53 
(40%,0%,26%,53%)
(0.40/0.00/0.26/0.53)	

CMYK percentages

%40.5
%0
%25.62
%52.55

Codes

Color #48795A in popluar color models

48795A
RGB7212190
HSL142°25.39%37.84%
HSB/HSV142°40.50%47.45%
CMYK40.50%0.00%25.62%
52.55%

Color #48795A in popluar number systems.

HEX48795A
Decimal7212190
Binary100100011110011011010
Octal110171132

Shades and tints

Shades of #48795A

#48795A
(72,121,90)
#426E52
(66,110,82)
#3C634A
(60,99,74)
#365842
(54,88,66)
#304D3A
(48,77,58)
#2A4232
(42,66,50)
#24372A
(36,55,42)
#1E2C22
(30,44,34)
#18211A
(24,33,26)
#121612
(18,22,18)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #48795A

#48795A
(72,121,90)
#588569
(88,133,105)
#689178
(104,145,120)
#789D87
(120,157,135)
#88A996
(136,169,150)
#98B5A5
(152,181,165)
#A8C1B4
(168,193,180)
#B8CDC3
(184,205,195)
#C8D9D2
(200,217,210)
#D8E5E1
(216,229,225)
#E8F1F0
(232,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48795A; }

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

This text font color is #48795A.


Background Color

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

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

This div background color is #48795A.


Border color

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

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

This div border color is #48795A.


Opacity

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

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

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

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

This text has shadow with #48795A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48795A on black background.


Color preview on white background

This text has color #48795A on white background.



Black color preview on #48795A background

This text has black color on #48795A background.


White color preview on #48795A background

This text has white color on #48795A background.