COLOR #488C73

HEX: #488C73 RGB: (72,140,115)

Color info

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

RGB color model

#488C73 color RGB value is (72,140,115).

RGB: (72,140,115) (28%, 55%, 45%)

RGB channels and saturation

R 72 of 255 = 28%
G 140 of 255 = 55%
B 115 of 255 = 45%

72
140
115

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

Portions of RGB colors in percentages

R + G + B = 72 + 140 + 115 = 327 (100%)
R 72 of 327 ~ 22.02%
G 140 of 327 ~ 42.81%
B 115 of 327 ~ 35.17'%

%22.02
%42.81
%35.17

CMYK color model

#488C73 color CMYK value is (49,0,18,45).

  • cyan value is 48.57%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 45.10%

CMYK: (49,0,18,45)
C49M0Y18K45 (49%, 0%, 18%, 45%)
(0.49 / 0.00 / 0.18 / 0.45)

CMYK percentages

%48.57
%0
%17.86
%45.1

Codes

Color #488C73 in popluar color models

48 8C 73
RGB 72 140 115
HSL 158° 32.08% 41.57%
HSB/HSV 158° 48.57% 54.90%
CMYK 48.57% 0.00% 17.86%
45.10%

Color #488C73 in popluar number systems.

HEX 48 8C 73
Decimal 72 140 115
Binary 1001000 10001100 1110011
Octal 110 214 163

Shades and tints

Shades of #488C73

#488C73
(72,140,115)
#428069
(66,128,105)
#3C745F
(60,116,95)
#366855
(54,104,85)
#305C4B
(48,92,75)
#2A5041
(42,80,65)
#244437
(36,68,55)
#1E382D
(30,56,45)
#182C23
(24,44,35)
#122019
(18,32,25)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #488C73

#488C73
(72,140,115)
#58967F
(88,150,127)
#68A08B
(104,160,139)
#78AA97
(120,170,151)
#88B4A3
(136,180,163)
#98BEAF
(152,190,175)
#A8C8BB
(168,200,187)
#B8D2C7
(184,210,199)
#C8DCD3
(200,220,211)
#D8E6DF
(216,230,223)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488C73 color. Also use rgb(72,140,115) instead hex code.

Text Font Color

.myTextColor { color: #488C73; }

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

This text font color is #488C73.

Background Color

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

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

This div background color is #488C73.

Border color

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

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

This div border color is #488C73.

Opacity

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

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

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

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

This text has shadow with #488C73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #488C73.

Preview

Color preview on black background

This text has color #488C73 on black background.


Color preview on white background

This text has color #488C73 on white background.


Black color preview on #488C73 background

This text has black color on #488C73 background.


White color preview on #488C73 background

This text has white color on #488C73 background.


Related colors

Complementary color

Complementary color for #hex is #B7738C.


I love getcolorcode.com

Triadic colors

1 #73488C and #8C7348 with #488C73 are triadic colors.

2 #738C48 and #8C4873 with #488C73 are triadic colors.