COLOR #488557

HEX: #488557
RGB: (72,133,87)

Color info

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

RGB color model

#488557 color RGB value is (72,133,87).

  • red value is 72;
  • green value is 133;
  • blue value is 87.
RGB:
(72,133,87)
(28%,52%,34%)

RGB channels and saturation

R 72 of 255 = 28%
G 133 of 255 = 52%
B 87 of 255 = 34%

72
133
87

R + G + B ~ 38%. #488557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 133 + 87 = 292 (100%)
R 72 of 292 ~ 24.66%
G 133 of 292 ~ 45.55%
B 87 of 292 ~ 29.79%

%24.66
%45.55
%29.79

CMYK color model

#488557 color CMYK value is (46,0,35,48).

  • cyan value is 45.86%
  • magenta value is 0.00%
  • yellow value is 34.59%
  • key color value is 47.84%
CMYK:
(46,0,35,48)
C46M0Y35K48 
(46%,0%,35%,48%)
(0.46/0.00/0.35/0.48)	

CMYK percentages

%45.86
%0
%34.59
%47.84

Codes

Color #488557 in popluar color models

488557
RGB7213387
HSL135°29.76%40.20%
HSB/HSV135°45.86%52.16%
CMYK45.86%0.00%34.59%
47.84%

Color #488557 in popluar number systems.

HEX488557
Decimal7213387
Binary1001000100001011010111
Octal110205127

Shades and tints

Shades of #488557

#488557
(72,133,87)
#427950
(66,121,80)
#3C6D49
(60,109,73)
#366142
(54,97,66)
#30553B
(48,85,59)
#2A4934
(42,73,52)
#243D2D
(36,61,45)
#1E3126
(30,49,38)
#18251F
(24,37,31)
#121918
(18,25,24)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #488557

#488557
(72,133,87)
#589066
(88,144,102)
#689B75
(104,155,117)
#78A684
(120,166,132)
#88B193
(136,177,147)
#98BCA2
(152,188,162)
#A8C7B1
(168,199,177)
#B8D2C0
(184,210,192)
#C8DDCF
(200,221,207)
#D8E8DE
(216,232,222)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488557 color. Also use rgb(72,133,87) instead hex code.

Text Font Color

.myTextColor { color: #488557; }

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

This text font color is #488557.


Background Color

.myBgColor { background-color: #488557; }

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

This div background color is #488557.


Border color

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

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

This div border color is #488557.


Opacity

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

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

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

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

This text has shadow with #488557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488557 on black background.


Color preview on white background

This text has color #488557 on white background.



Black color preview on #488557 background

This text has black color on #488557 background.


White color preview on #488557 background

This text has white color on #488557 background.