COLOR #48AB43

HEX: #48AB43
RGB: (72,171,67)

Color info

#48AB43 contains mainly green color. Web safe color of #48AB43 is #339933 (or #393).

RGB color model

#48AB43 color RGB value is (72,171,67).

  • red value is 72;
  • green value is 171;
  • blue value is 67.
RGB:
(72,171,67)
(28%,67%,26%)

RGB channels and saturation

R 72 of 255 = 28%
G 171 of 255 = 67%
B 67 of 255 = 26%

72
171
67

R + G + B ~ 40%. #48AB43 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 171 + 67 = 310 (100%)
R 72 of 310 ~ 23.23%
G 171 of 310 ~ 55.16%
B 67 of 310 ~ 21.61%

%23.23
%55.16
%21.61

CMYK color model

#48AB43 color CMYK value is (58,0,61,33).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 60.82%
  • key color value is 32.94%
CMYK:
(58,0,61,33)
C58M0Y61K33 
(58%,0%,61%,33%)
(0.58/0.00/0.61/0.33)	

CMYK percentages

%57.89
%0
%60.82
%32.94

Codes

Color #48AB43 in popluar color models

48AB43
RGB7217167
HSL117°43.70%46.67%
HSB/HSV117°60.82%67.06%
CMYK57.89%0.00%60.82%
32.94%

Color #48AB43 in popluar number systems.

HEX48AB43
Decimal7217167
Binary1001000101010111000011
Octal110253103

Shades and tints

Shades of #48AB43

#48AB43
(72,171,67)
#429C3D
(66,156,61)
#3C8D37
(60,141,55)
#367E31
(54,126,49)
#306F2B
(48,111,43)
#2A6025
(42,96,37)
#24511F
(36,81,31)
#1E4219
(30,66,25)
#183313
(24,51,19)
#12240D
(18,36,13)
#0C1507
(12,21,7)
#000000
(0,0,0)

Tints of #48AB43

#48AB43
(72,171,67)
#58B254
(88,178,84)
#68B965
(104,185,101)
#78C076
(120,192,118)
#88C787
(136,199,135)
#98CE98
(152,206,152)
#A8D5A9
(168,213,169)
#B8DCBA
(184,220,186)
#C8E3CB
(200,227,203)
#D8EADC
(216,234,220)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48AB43 color. Also use rgb(72,171,67) instead hex code.

Text Font Color

.myTextColor { color: #48AB43; }

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

This text font color is #48AB43.


Background Color

.myBgColor { background-color: #48AB43; }

<div style="background-color:#48AB43">Inner text</div>

This div background color is #48AB43.


Border color

.myBorderColor { border: 1px solid #48AB43; }

<div style="border:3px solid #48AB43">Div</div>

This div border color is #48AB43.


Opacity

.myOpacity80 { color: #48AB43; opacity: 0.8; }

<p style="color:#48AB43;opacity:0.8;">80%</p>

Text with #48AB43 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 #48AB43;}

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

This text has shadow with #48AB43 color.

.textShadow {text-shadow: 3px 3px 1px #48AB43, 3px 3px 1px red;}

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

This text has shadow with #48AB43 primary color and red secondary color.


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

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

This text has shadow with #48AB43 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48AB43 on black background.


Color preview on white background

This text has color #48AB43 on white background.



Black color preview on #48AB43 background

This text has black color on #48AB43 background.


White color preview on #48AB43 background

This text has white color on #48AB43 background.