COLOR #48A362

HEX: #48A362 RGB: (72,163,98)

Color info

#48A362 contains mainly green color. Web safe color of #48A362 is #339966 (or #396).

RGB color model

#48A362 color RGB value is (72,163,98).

RGB: (72,163,98) (28%, 64%, 38%)

RGB channels and saturation

R 72 of 255 = 28%
G 163 of 255 = 64%
B 98 of 255 = 38%

72
163
98

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

Portions of RGB colors in percentages

R + G + B = 72 + 163 + 98 = 333 (100%)
R 72 of 333 ~ 21.62%
G 163 of 333 ~ 48.95%
B 98 of 333 ~ 29.43'%

%21.62
%48.95
%29.43

CMYK color model

#48A362 color CMYK value is (56,0,40,36).

  • cyan value is 55.83%
  • magenta value is 0.00%
  • yellow value is 39.88%
  • key color value is 36.08%

CMYK: (56,0,40,36)
C56M0Y40K36 (56%, 0%, 40%, 36%)
(0.56 / 0.00 / 0.40 / 0.36)

CMYK percentages

%55.83
%0
%39.88
%36.08

Codes

Color #48A362 in popluar color models

48 A3 62
RGB 72 163 98
HSL 137° 38.72% 46.08%
HSB/HSV 137° 55.83% 63.92%
CMYK 55.83% 0.00% 39.88%
36.08%

Color #48A362 in popluar number systems.

HEX 48 A3 62
Decimal 72 163 98
Binary 1001000 10100011 1100010
Octal 110 243 142

Shades and tints

Shades of #48A362

#48A362
(72,163,98)
#42955A
(66,149,90)
#3C8752
(60,135,82)
#36794A
(54,121,74)
#306B42
(48,107,66)
#2A5D3A
(42,93,58)
#244F32
(36,79,50)
#1E412A
(30,65,42)
#183322
(24,51,34)
#12251A
(18,37,26)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #48A362

#48A362
(72,163,98)
#58AB70
(88,171,112)
#68B37E
(104,179,126)
#78BB8C
(120,187,140)
#88C39A
(136,195,154)
#98CBA8
(152,203,168)
#A8D3B6
(168,211,182)
#B8DBC4
(184,219,196)
#C8E3D2
(200,227,210)
#D8EBE0
(216,235,224)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A362 color. Also use rgb(72,163,98) instead hex code.

Text Font Color

.myTextColor { color: #48A362; }

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

This text font color is #48A362.

Background Color

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

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

This div background color is #48A362.

Border color

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

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

This div border color is #48A362.

Opacity

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

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

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

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

This text has shadow with #48A362 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48A362.

Preview

Color preview on black background

This text has color #48A362 on black background.


Color preview on white background

This text has color #48A362 on white background.


Black color preview on #48A362 background

This text has black color on #48A362 background.


White color preview on #48A362 background

This text has white color on #48A362 background.


Related colors

Complementary color

Complementary color for #hex is #B75C9D.


I love getcolorcode.com

Triadic colors

1 #6248A3 and #A36248 with #48A362 are triadic colors.

2 #62A348 and #A34862 with #48A362 are triadic colors.