COLOR #48803E

HEX: #48803E
RGB: (72,128,62)

Color info

#48803E contains mainly red and green colors. Web safe color of #48803E is #336633 (or #363).

RGB color model

#48803E color RGB value is (72,128,62).

  • red value is 72;
  • green value is 128;
  • blue value is 62.
RGB:
(72,128,62)
(28%,50%,24%)

RGB channels and saturation

R 72 of 255 = 28%
G 128 of 255 = 50%
B 62 of 255 = 24%

72
128
62

R + G + B ~ 34%. #48803E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 128 + 62 = 262 (100%)
R 72 of 262 ~ 27.48%
G 128 of 262 ~ 48.85%
B 62 of 262 ~ 23.66%

%27.48
%48.85
%23.66

CMYK color model

#48803E color CMYK value is (44,0,52,50).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 51.56%
  • key color value is 49.80%
CMYK:
(44,0,52,50)
C44M0Y52K50 
(44%,0%,52%,50%)
(0.44/0.00/0.52/0.50)	

CMYK percentages

%43.75
%0
%51.56
%49.8

Codes

Color #48803E in popluar color models

48803E
RGB7212862
HSL111°34.74%37.25%
HSB/HSV111°51.56%50.20%
CMYK43.75%0.00%51.56%
49.80%

Color #48803E in popluar number systems.

HEX48803E
Decimal7212862
Binary100100010000000111110
Octal11020076

Shades and tints

Shades of #48803E

#48803E
(72,128,62)
#427539
(66,117,57)
#3C6A34
(60,106,52)
#365F2F
(54,95,47)
#30542A
(48,84,42)
#2A4925
(42,73,37)
#243E20
(36,62,32)
#1E331B
(30,51,27)
#182816
(24,40,22)
#121D11
(18,29,17)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #48803E

#48803E
(72,128,62)
#588B4F
(88,139,79)
#689660
(104,150,96)
#78A171
(120,161,113)
#88AC82
(136,172,130)
#98B793
(152,183,147)
#A8C2A4
(168,194,164)
#B8CDB5
(184,205,181)
#C8D8C6
(200,216,198)
#D8E3D7
(216,227,215)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48803E color. Also use rgb(72,128,62) instead hex code.

Text Font Color

.myTextColor { color: #48803E; }

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

This text font color is #48803E.


Background Color

.myBgColor { background-color: #48803E; }

<div style="background-color:#48803E">Inner text</div>

This div background color is #48803E.


Border color

.myBorderColor { border: 1px solid #48803E; }

<div style="border:3px solid #48803E">Div</div>

This div border color is #48803E.


Opacity

.myOpacity80 { color: #48803E; opacity: 0.8; }

<p style="color:#48803E;opacity:0.8;">80%</p>

Text with #48803E 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 #48803E;}

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

This text has shadow with #48803E color.

.textShadow {text-shadow: 3px 3px 1px #48803E, 3px 3px 1px red;}

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

This text has shadow with #48803E primary color and red secondary color.


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

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

This text has shadow with #48803E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48803E on black background.


Color preview on white background

This text has color #48803E on white background.



Black color preview on #48803E background

This text has black color on #48803E background.


White color preview on #48803E background

This text has white color on #48803E background.