COLOR #48A498

HEX: #48A498
RGB: (72,164,152)

Color info

#48A498 contains mainly green and blue colors. Web safe color of #48A498 is #339999 (or #399).

RGB color model

#48A498 color RGB value is (72,164,152).

  • red value is 72;
  • green value is 164;
  • blue value is 152.
RGB:
(72,164,152)
(28%,64%,60%)

RGB channels and saturation

R 72 of 255 = 28%
G 164 of 255 = 64%
B 152 of 255 = 60%

72
164
152

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

Portions of RGB colors in percentages

R + G + B =
72 + 164 + 152 = 388 (100%)
R 72 of 388 ~ 18.56%
G 164 of 388 ~ 42.27%
B 152 of 388 ~ 39.18%

%18.56
%42.27
%39.18

CMYK color model

#48A498 color CMYK value is (56,0,7,36).

  • cyan value is 56.10%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 35.69%
CMYK:
(56,0,7,36)
C56M0Y7K36 
(56%,0%,7%,36%)
(0.56/0.00/0.07/0.36)	

CMYK percentages

%56.1
%0
%7.32
%35.69

Codes

Color #48A498 in popluar color models

48A498
RGB72164152
HSL172°38.98%46.27%
HSB/HSV172°56.10%64.31%
CMYK56.10%0.00%7.32%
35.69%

Color #48A498 in popluar number systems.

HEX48A498
Decimal72164152
Binary10010001010010010011000
Octal110244230

Shades and tints

Shades of #48A498

#48A498
(72,164,152)
#42968B
(66,150,139)
#3C887E
(60,136,126)
#367A71
(54,122,113)
#306C64
(48,108,100)
#2A5E57
(42,94,87)
#24504A
(36,80,74)
#1E423D
(30,66,61)
#183430
(24,52,48)
#122623
(18,38,35)
#0C1816
(12,24,22)
#000000
(0,0,0)

Tints of #48A498

#48A498
(72,164,152)
#58ACA1
(88,172,161)
#68B4AA
(104,180,170)
#78BCB3
(120,188,179)
#88C4BC
(136,196,188)
#98CCC5
(152,204,197)
#A8D4CE
(168,212,206)
#B8DCD7
(184,220,215)
#C8E4E0
(200,228,224)
#D8ECE9
(216,236,233)
#E8F4F2
(232,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A498 color. Also use rgb(72,164,152) instead hex code.

Text Font Color

.myTextColor { color: #48A498; }

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

This text font color is #48A498.


Background Color

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

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

This div background color is #48A498.


Border color

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

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

This div border color is #48A498.


Opacity

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

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

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

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

This text has shadow with #48A498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A498 on black background.


Color preview on white background

This text has color #48A498 on white background.



Black color preview on #48A498 background

This text has black color on #48A498 background.


White color preview on #48A498 background

This text has white color on #48A498 background.