COLOR #488F8A

HEX: #488F8A RGB: (72,143,138)

Color info

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

RGB color model

#488F8A color RGB value is (72,143,138).

RGB: (72,143,138) (28%, 56%, 54%)

RGB channels and saturation

R 72 of 255 = 28%
G 143 of 255 = 56%
B 138 of 255 = 54%

72
143
138

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

Portions of RGB colors in percentages

R + G + B = 72 + 143 + 138 = 353 (100%)
R 72 of 353 ~ 20.4%
G 143 of 353 ~ 40.51%
B 138 of 353 ~ 39.09'%

%20.4
%40.51
%39.09

CMYK color model

#488F8A color CMYK value is (50,0,3,44).

  • cyan value is 49.65%
  • magenta value is 0.00%
  • yellow value is 3.50%
  • key color value is 43.92%

CMYK: (50,0,3,44)
C50M0Y3K44 (50%, 0%, 3%, 44%)
(0.50 / 0.00 / 0.03 / 0.44)

CMYK percentages

%49.65
%0
%3.5
%43.92

Codes

Color #488F8A in popluar color models

48 8F 8A
RGB 72 143 138
HSL 176° 33.02% 42.16%
HSB/HSV 176° 49.65% 56.08%
CMYK 49.65% 0.00% 3.50%
43.92%

Color #488F8A in popluar number systems.

HEX 48 8F 8A
Decimal 72 143 138
Binary 1001000 10001111 10001010
Octal 110 217 212

Shades and tints

Shades of #488F8A

#488F8A
(72,143,138)
#42827E
(66,130,126)
#3C7572
(60,117,114)
#366866
(54,104,102)
#305B5A
(48,91,90)
#2A4E4E
(42,78,78)
#244142
(36,65,66)
#1E3436
(30,52,54)
#18272A
(24,39,42)
#121A1E
(18,26,30)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #488F8A

#488F8A
(72,143,138)
#589994
(88,153,148)
#68A39E
(104,163,158)
#78ADA8
(120,173,168)
#88B7B2
(136,183,178)
#98C1BC
(152,193,188)
#A8CBC6
(168,203,198)
#B8D5D0
(184,213,208)
#C8DFDA
(200,223,218)
#D8E9E4
(216,233,228)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488F8A; }

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

This text font color is #488F8A.

Background Color

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

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

This div background color is #488F8A.

Border color

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

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

This div border color is #488F8A.

Opacity

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

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

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

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

This text has shadow with #488F8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #488F8A.

Preview

Color preview on black background

This text has color #488F8A on black background.


Color preview on white background

This text has color #488F8A on white background.


Black color preview on #488F8A background

This text has black color on #488F8A background.


White color preview on #488F8A background

This text has white color on #488F8A background.


Related colors

Complementary color

Complementary color for #hex is #B77075.


I love getcolorcode.com

Triadic colors

1 #8A488F and #8F8A48 with #488F8A are triadic colors.

2 #8A8F48 and #8F488A with #488F8A are triadic colors.