COLOR #488A7E

HEX: #488A7E RGB: (72,138,126)

Color info

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

RGB color model

#488A7E color RGB value is (72,138,126).

RGB: (72,138,126) (28%, 54%, 49%)

RGB channels and saturation

R 72 of 255 = 28%
G 138 of 255 = 54%
B 126 of 255 = 49%

72
138
126

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

Portions of RGB colors in percentages

R + G + B = 72 + 138 + 126 = 336 (100%)
R 72 of 336 ~ 21.43%
G 138 of 336 ~ 41.07%
B 126 of 336 ~ 37.5'%

%21.43
%41.07
%37.5

CMYK color model

#488A7E color CMYK value is (48,0,9,46).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 45.88%

CMYK: (48,0,9,46)
C48M0Y9K46 (48%, 0%, 9%, 46%)
(0.48 / 0.00 / 0.09 / 0.46)

CMYK percentages

%47.83
%0
%8.7
%45.88

Codes

Color #488A7E in popluar color models

48 8A 7E
RGB 72 138 126
HSL 169° 31.43% 41.18%
HSB/HSV 169° 47.83% 54.12%
CMYK 47.83% 0.00% 8.70%
45.88%

Color #488A7E in popluar number systems.

HEX 48 8A 7E
Decimal 72 138 126
Binary 1001000 10001010 1111110
Octal 110 212 176

Shades and tints

Shades of #488A7E

#488A7E
(72,138,126)
#427E73
(66,126,115)
#3C7268
(60,114,104)
#36665D
(54,102,93)
#305A52
(48,90,82)
#2A4E47
(42,78,71)
#24423C
(36,66,60)
#1E3631
(30,54,49)
#182A26
(24,42,38)
#121E1B
(18,30,27)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #488A7E

#488A7E
(72,138,126)
#589489
(88,148,137)
#689E94
(104,158,148)
#78A89F
(120,168,159)
#88B2AA
(136,178,170)
#98BCB5
(152,188,181)
#A8C6C0
(168,198,192)
#B8D0CB
(184,208,203)
#C8DAD6
(200,218,214)
#D8E4E1
(216,228,225)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488A7E; }

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

This text font color is #488A7E.

Background Color

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

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

This div background color is #488A7E.

Border color

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

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

This div border color is #488A7E.

Opacity

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

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

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

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

This text has shadow with #488A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #488A7E.

Preview

Color preview on black background

This text has color #488A7E on black background.


Color preview on white background

This text has color #488A7E on white background.


Black color preview on #488A7E background

This text has black color on #488A7E background.


White color preview on #488A7E background

This text has white color on #488A7E background.


Related colors

Complementary color

Complementary color for #hex is #B77581.


I love getcolorcode.com

Triadic colors

1 #7E488A and #8A7E48 with #488A7E are triadic colors.

2 #7E8A48 and #8A487E with #488A7E are triadic colors.