COLOR #48A165

HEX: #48A165
RGB: (72,161,101)

Color info

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

RGB color model

#48A165 color RGB value is (72,161,101).

  • red value is 72;
  • green value is 161;
  • blue value is 101.
RGB:
(72,161,101)
(28%,63%,40%)

RGB channels and saturation

R 72 of 255 = 28%
G 161 of 255 = 63%
B 101 of 255 = 40%

72
161
101

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

Portions of RGB colors in percentages

R + G + B =
72 + 161 + 101 = 334 (100%)
R 72 of 334 ~ 21.56%
G 161 of 334 ~ 48.2%
B 101 of 334 ~ 30.24%

%21.56
%48.2
%30.24

CMYK color model

#48A165 color CMYK value is (55,0,37,37).

  • cyan value is 55.28%
  • magenta value is 0.00%
  • yellow value is 37.27%
  • key color value is 36.86%
CMYK:
(55,0,37,37)
C55M0Y37K37 
(55%,0%,37%,37%)
(0.55/0.00/0.37/0.37)	

CMYK percentages

%55.28
%0
%37.27
%36.86

Codes

Color #48A165 in popluar color models

48A165
RGB72161101
HSL140°38.20%45.69%
HSB/HSV140°55.28%63.14%
CMYK55.28%0.00%37.27%
36.86%

Color #48A165 in popluar number systems.

HEX48A165
Decimal72161101
Binary1001000101000011100101
Octal110241145

Shades and tints

Shades of #48A165

#48A165
(72,161,101)
#42935C
(66,147,92)
#3C8553
(60,133,83)
#36774A
(54,119,74)
#306941
(48,105,65)
#2A5B38
(42,91,56)
#244D2F
(36,77,47)
#1E3F26
(30,63,38)
#18311D
(24,49,29)
#122314
(18,35,20)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #48A165

#48A165
(72,161,101)
#58A973
(88,169,115)
#68B181
(104,177,129)
#78B98F
(120,185,143)
#88C19D
(136,193,157)
#98C9AB
(152,201,171)
#A8D1B9
(168,209,185)
#B8D9C7
(184,217,199)
#C8E1D5
(200,225,213)
#D8E9E3
(216,233,227)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A165 color. Also use rgb(72,161,101) instead hex code.

Text Font Color

.myTextColor { color: #48A165; }

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

This text font color is #48A165.


Background Color

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

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

This div background color is #48A165.


Border color

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

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

This div border color is #48A165.


Opacity

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

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

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

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

This text has shadow with #48A165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A165 on black background.


Color preview on white background

This text has color #48A165 on white background.



Black color preview on #48A165 background

This text has black color on #48A165 background.


White color preview on #48A165 background

This text has white color on #48A165 background.