COLOR #488770

HEX: #488770
RGB: (72,135,112)

Color info

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

RGB color model

#488770 color RGB value is (72,135,112).

  • red value is 72;
  • green value is 135;
  • blue value is 112.
RGB:
(72,135,112)
(28%,53%,44%)

RGB channels and saturation

R 72 of 255 = 28%
G 135 of 255 = 53%
B 112 of 255 = 44%

72
135
112

R + G + B ~ 42%. #488770 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 135 + 112 = 319 (100%)
R 72 of 319 ~ 22.57%
G 135 of 319 ~ 42.32%
B 112 of 319 ~ 35.11%

%22.57
%42.32
%35.11

CMYK color model

#488770 color CMYK value is (47,0,17,47).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 17.04%
  • key color value is 47.06%
CMYK:
(47,0,17,47)
C47M0Y17K47 
(47%,0%,17%,47%)
(0.47/0.00/0.17/0.47)	

CMYK percentages

%46.67
%0
%17.04
%47.06

Codes

Color #488770 in popluar color models

488770
RGB72135112
HSL158°30.43%40.59%
HSB/HSV158°46.67%52.94%
CMYK46.67%0.00%17.04%
47.06%

Color #488770 in popluar number systems.

HEX488770
Decimal72135112
Binary1001000100001111110000
Octal110207160

Shades and tints

Shades of #488770

#488770
(72,135,112)
#427B66
(66,123,102)
#3C6F5C
(60,111,92)
#366352
(54,99,82)
#305748
(48,87,72)
#2A4B3E
(42,75,62)
#243F34
(36,63,52)
#1E332A
(30,51,42)
#182720
(24,39,32)
#121B16
(18,27,22)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #488770

#488770
(72,135,112)
#58917D
(88,145,125)
#689B8A
(104,155,138)
#78A597
(120,165,151)
#88AFA4
(136,175,164)
#98B9B1
(152,185,177)
#A8C3BE
(168,195,190)
#B8CDCB
(184,205,203)
#C8D7D8
(200,215,216)
#D8E1E5
(216,225,229)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488770 color. Also use rgb(72,135,112) instead hex code.

Text Font Color

.myTextColor { color: #488770; }

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

This text font color is #488770.


Background Color

.myBgColor { background-color: #488770; }

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

This div background color is #488770.


Border color

.myBorderColor { border: 1px solid #488770; }

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

This div border color is #488770.


Opacity

.myOpacity80 { color: #488770; opacity: 0.8; }

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

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

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

This text has shadow with #488770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488770 on black background.


Color preview on white background

This text has color #488770 on white background.



Black color preview on #488770 background

This text has black color on #488770 background.


White color preview on #488770 background

This text has white color on #488770 background.