COLOR #48883D

HEX: #48883D
RGB: (72,136,61)

Color info

#48883D contains mainly green color. Web safe color of #48883D is #339933 (or #393).

RGB color model

#48883D color RGB value is (72,136,61).

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

RGB channels and saturation

R 72 of 255 = 28%
G 136 of 255 = 53%
B 61 of 255 = 24%

72
136
61

R + G + B ~ 35%. #48883D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 136 + 61 = 269 (100%)
R 72 of 269 ~ 26.77%
G 136 of 269 ~ 50.56%
B 61 of 269 ~ 22.68%

%26.77
%50.56
%22.68

CMYK color model

#48883D color CMYK value is (47,0,55,47).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 55.15%
  • key color value is 46.67%
CMYK:
(47,0,55,47)
C47M0Y55K47 
(47%,0%,55%,47%)
(0.47/0.00/0.55/0.47)	

CMYK percentages

%47.06
%0
%55.15
%46.67

Codes

Color #48883D in popluar color models

48883D
RGB7213661
HSL111°38.07%38.63%
HSB/HSV111°55.15%53.33%
CMYK47.06%0.00%55.15%
46.67%

Color #48883D in popluar number systems.

HEX48883D
Decimal7213661
Binary100100010001000111101
Octal11021075

Shades and tints

Shades of #48883D

#48883D
(72,136,61)
#427C38
(66,124,56)
#3C7033
(60,112,51)
#36642E
(54,100,46)
#305829
(48,88,41)
#2A4C24
(42,76,36)
#24401F
(36,64,31)
#1E341A
(30,52,26)
#182815
(24,40,21)
#121C10
(18,28,16)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #48883D

#48883D
(72,136,61)
#58924E
(88,146,78)
#689C5F
(104,156,95)
#78A670
(120,166,112)
#88B081
(136,176,129)
#98BA92
(152,186,146)
#A8C4A3
(168,196,163)
#B8CEB4
(184,206,180)
#C8D8C5
(200,216,197)
#D8E2D6
(216,226,214)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48883D color. Also use rgb(72,136,61) instead hex code.

Text Font Color

.myTextColor { color: #48883D; }

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

This text font color is #48883D.


Background Color

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

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

This div background color is #48883D.


Border color

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

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

This div border color is #48883D.


Opacity

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

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

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

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

This text has shadow with #48883D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48883D on black background.


Color preview on white background

This text has color #48883D on white background.



Black color preview on #48883D background

This text has black color on #48883D background.


White color preview on #48883D background

This text has white color on #48883D background.