COLOR #488A7B

HEX: #488A7B
RGB: (72,138,123)

Color info

#488A7B contains mainly green and blue colors. Web safe color of #488A7B is #339966 (or #396).

RGB color model

#488A7B color RGB value is (72,138,123).

  • red value is 72;
  • green value is 138;
  • blue value is 123.
RGB:
(72,138,123)
(28%,54%,48%)

RGB channels and saturation

R 72 of 255 = 28%
G 138 of 255 = 54%
B 123 of 255 = 48%

72
138
123

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

Portions of RGB colors in percentages

R + G + B =
72 + 138 + 123 = 333 (100%)
R 72 of 333 ~ 21.62%
G 138 of 333 ~ 41.44%
B 123 of 333 ~ 36.94%

%21.62
%41.44
%36.94

CMYK color model

#488A7B color CMYK value is (48,0,11,46).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 45.88%
CMYK:
(48,0,11,46)
C48M0Y11K46 
(48%,0%,11%,46%)
(0.48/0.00/0.11/0.46)	

CMYK percentages

%47.83
%0
%10.87
%45.88

Codes

Color #488A7B in popluar color models

488A7B
RGB72138123
HSL166°31.43%41.18%
HSB/HSV166°47.83%54.12%
CMYK47.83%0.00%10.87%
45.88%

Color #488A7B in popluar number systems.

HEX488A7B
Decimal72138123
Binary1001000100010101111011
Octal110212173

Shades and tints

Shades of #488A7B

#488A7B
(72,138,123)
#427E70
(66,126,112)
#3C7265
(60,114,101)
#36665A
(54,102,90)
#305A4F
(48,90,79)
#2A4E44
(42,78,68)
#244239
(36,66,57)
#1E362E
(30,54,46)
#182A23
(24,42,35)
#121E18
(18,30,24)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #488A7B

#488A7B
(72,138,123)
#589487
(88,148,135)
#689E93
(104,158,147)
#78A89F
(120,168,159)
#88B2AB
(136,178,171)
#98BCB7
(152,188,183)
#A8C6C3
(168,198,195)
#B8D0CF
(184,208,207)
#C8DADB
(200,218,219)
#D8E4E7
(216,228,231)
#E8EEF3
(232,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488A7B color. Also use rgb(72,138,123) instead hex code.

Text Font Color

.myTextColor { color: #488A7B; }

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

This text font color is #488A7B.


Background Color

.myBgColor { background-color: #488A7B; }

<div style="background-color:#488A7B">Inner text</div>

This div background color is #488A7B.


Border color

.myBorderColor { border: 1px solid #488A7B; }

<div style="border:3px solid #488A7B">Div</div>

This div border color is #488A7B.


Opacity

.myOpacity80 { color: #488A7B; opacity: 0.8; }

<p style="color:#488A7B;opacity:0.8;">80%</p>

Text with #488A7B 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 #488A7B;}

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

This text has shadow with #488A7B color.

.textShadow {text-shadow: 3px 3px 1px #488A7B, 3px 3px 1px red;}

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

This text has shadow with #488A7B primary color and red secondary color.


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

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

This text has shadow with #488A7B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488A7B on black background.


Color preview on white background

This text has color #488A7B on white background.



Black color preview on #488A7B background

This text has black color on #488A7B background.


White color preview on #488A7B background

This text has white color on #488A7B background.