COLOR #48843F

HEX: #48843F
RGB: (72,132,63)

Color info

#48843F contains mainly green color. Web safe color of #48843F is #339933 (or #393).

RGB color model

#48843F color RGB value is (72,132,63).

  • red value is 72;
  • green value is 132;
  • blue value is 63.
RGB:
(72,132,63)
(28%,52%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 132 of 255 = 52%
B 63 of 255 = 25%

72
132
63

R + G + B ~ 35%. #48843F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 132 + 63 = 267 (100%)
R 72 of 267 ~ 26.97%
G 132 of 267 ~ 49.44%
B 63 of 267 ~ 23.6%

%26.97
%49.44
%23.6

CMYK color model

#48843F color CMYK value is (45,0,52,48).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 52.27%
  • key color value is 48.24%
CMYK:
(45,0,52,48)
C45M0Y52K48 
(45%,0%,52%,48%)
(0.45/0.00/0.52/0.48)	

CMYK percentages

%45.45
%0
%52.27
%48.24

Codes

Color #48843F in popluar color models

48843F
RGB7213263
HSL112°35.38%38.24%
HSB/HSV112°52.27%51.76%
CMYK45.45%0.00%52.27%
48.24%

Color #48843F in popluar number systems.

HEX48843F
Decimal7213263
Binary100100010000100111111
Octal11020477

Shades and tints

Shades of #48843F

#48843F
(72,132,63)
#42783A
(66,120,58)
#3C6C35
(60,108,53)
#366030
(54,96,48)
#30542B
(48,84,43)
#2A4826
(42,72,38)
#243C21
(36,60,33)
#1E301C
(30,48,28)
#182417
(24,36,23)
#121812
(18,24,18)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #48843F

#48843F
(72,132,63)
#588F50
(88,143,80)
#689A61
(104,154,97)
#78A572
(120,165,114)
#88B083
(136,176,131)
#98BB94
(152,187,148)
#A8C6A5
(168,198,165)
#B8D1B6
(184,209,182)
#C8DCC7
(200,220,199)
#D8E7D8
(216,231,216)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48843F color. Also use rgb(72,132,63) instead hex code.

Text Font Color

.myTextColor { color: #48843F; }

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

This text font color is #48843F.


Background Color

.myBgColor { background-color: #48843F; }

<div style="background-color:#48843F">Inner text</div>

This div background color is #48843F.


Border color

.myBorderColor { border: 1px solid #48843F; }

<div style="border:3px solid #48843F">Div</div>

This div border color is #48843F.


Opacity

.myOpacity80 { color: #48843F; opacity: 0.8; }

<p style="color:#48843F;opacity:0.8;">80%</p>

Text with #48843F 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 #48843F;}

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

This text has shadow with #48843F color.

.textShadow {text-shadow: 3px 3px 1px #48843F, 3px 3px 1px red;}

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

This text has shadow with #48843F primary color and red secondary color.


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

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

This text has shadow with #48843F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48843F on black background.


Color preview on white background

This text has color #48843F on white background.



Black color preview on #48843F background

This text has black color on #48843F background.


White color preview on #48843F background

This text has white color on #48843F background.