COLOR #488860

HEX: #488860
RGB: (72,136,96)

Color info

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

RGB color model

#488860 color RGB value is (72,136,96).

  • red value is 72;
  • green value is 136;
  • blue value is 96.
RGB:
(72,136,96)
(28%,53%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 136 of 255 = 53%
B 96 of 255 = 38%

72
136
96

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

Portions of RGB colors in percentages

R + G + B =
72 + 136 + 96 = 304 (100%)
R 72 of 304 ~ 23.68%
G 136 of 304 ~ 44.74%
B 96 of 304 ~ 31.58%

%23.68
%44.74
%31.58

CMYK color model

#488860 color CMYK value is (47,0,29,47).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 46.67%
CMYK:
(47,0,29,47)
C47M0Y29K47 
(47%,0%,29%,47%)
(0.47/0.00/0.29/0.47)	

CMYK percentages

%47.06
%0
%29.41
%46.67

Codes

Color #488860 in popluar color models

488860
RGB7213696
HSL143°30.77%40.78%
HSB/HSV143°47.06%53.33%
CMYK47.06%0.00%29.41%
46.67%

Color #488860 in popluar number systems.

HEX488860
Decimal7213696
Binary1001000100010001100000
Octal110210140

Shades and tints

Shades of #488860

#488860
(72,136,96)
#427C58
(66,124,88)
#3C7050
(60,112,80)
#366448
(54,100,72)
#305840
(48,88,64)
#2A4C38
(42,76,56)
#244030
(36,64,48)
#1E3428
(30,52,40)
#182820
(24,40,32)
#121C18
(18,28,24)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #488860

#488860
(72,136,96)
#58926E
(88,146,110)
#689C7C
(104,156,124)
#78A68A
(120,166,138)
#88B098
(136,176,152)
#98BAA6
(152,186,166)
#A8C4B4
(168,196,180)
#B8CEC2
(184,206,194)
#C8D8D0
(200,216,208)
#D8E2DE
(216,226,222)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488860 color. Also use rgb(72,136,96) instead hex code.

Text Font Color

.myTextColor { color: #488860; }

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

This text font color is #488860.


Background Color

.myBgColor { background-color: #488860; }

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

This div background color is #488860.


Border color

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

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

This div border color is #488860.


Opacity

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

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

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

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

This text has shadow with #488860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488860 on black background.


Color preview on white background

This text has color #488860 on white background.



Black color preview on #488860 background

This text has black color on #488860 background.


White color preview on #488860 background

This text has white color on #488860 background.