COLOR #488C4E

HEX: #488C4E
RGB: (72,140,78)

Color info

#488C4E contains mainly green color. Web safe color of #488C4E is #339966 (or #396).

RGB color model

#488C4E color RGB value is (72,140,78).

  • red value is 72;
  • green value is 140;
  • blue value is 78.
RGB:
(72,140,78)
(28%,55%,31%)

RGB channels and saturation

R 72 of 255 = 28%
G 140 of 255 = 55%
B 78 of 255 = 31%

72
140
78

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

Portions of RGB colors in percentages

R + G + B =
72 + 140 + 78 = 290 (100%)
R 72 of 290 ~ 24.83%
G 140 of 290 ~ 48.28%
B 78 of 290 ~ 26.9%

%24.83
%48.28
%26.9

CMYK color model

#488C4E color CMYK value is (49,0,44,45).

  • cyan value is 48.57%
  • magenta value is 0.00%
  • yellow value is 44.29%
  • key color value is 45.10%
CMYK:
(49,0,44,45)
C49M0Y44K45 
(49%,0%,44%,45%)
(0.49/0.00/0.44/0.45)	

CMYK percentages

%48.57
%0
%44.29
%45.1

Codes

Color #488C4E in popluar color models

488C4E
RGB7214078
HSL125°32.08%41.57%
HSB/HSV125°48.57%54.90%
CMYK48.57%0.00%44.29%
45.10%

Color #488C4E in popluar number systems.

HEX488C4E
Decimal7214078
Binary1001000100011001001110
Octal110214116

Shades and tints

Shades of #488C4E

#488C4E
(72,140,78)
#428047
(66,128,71)
#3C7440
(60,116,64)
#366839
(54,104,57)
#305C32
(48,92,50)
#2A502B
(42,80,43)
#244424
(36,68,36)
#1E381D
(30,56,29)
#182C16
(24,44,22)
#12200F
(18,32,15)
#0C1408
(12,20,8)
#000000
(0,0,0)

Tints of #488C4E

#488C4E
(72,140,78)
#58965E
(88,150,94)
#68A06E
(104,160,110)
#78AA7E
(120,170,126)
#88B48E
(136,180,142)
#98BE9E
(152,190,158)
#A8C8AE
(168,200,174)
#B8D2BE
(184,210,190)
#C8DCCE
(200,220,206)
#D8E6DE
(216,230,222)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488C4E; }

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

This text font color is #488C4E.


Background Color

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

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

This div background color is #488C4E.


Border color

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

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

This div border color is #488C4E.


Opacity

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

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

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

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

This text has shadow with #488C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488C4E on black background.


Color preview on white background

This text has color #488C4E on white background.



Black color preview on #488C4E background

This text has black color on #488C4E background.


White color preview on #488C4E background

This text has white color on #488C4E background.