COLOR #488A62

HEX: #488A62
RGB: (72,138,98)

Color info

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

RGB color model

#488A62 color RGB value is (72,138,98).

  • red value is 72;
  • green value is 138;
  • blue value is 98.
RGB:
(72,138,98)
(28%,54%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 138 of 255 = 54%
B 98 of 255 = 38%

72
138
98

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

Portions of RGB colors in percentages

R + G + B =
72 + 138 + 98 = 308 (100%)
R 72 of 308 ~ 23.38%
G 138 of 308 ~ 44.81%
B 98 of 308 ~ 31.82%

%23.38
%44.81
%31.82

CMYK color model

#488A62 color CMYK value is (48,0,29,46).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 45.88%
CMYK:
(48,0,29,46)
C48M0Y29K46 
(48%,0%,29%,46%)
(0.48/0.00/0.29/0.46)	

CMYK percentages

%47.83
%0
%28.99
%45.88

Codes

Color #488A62 in popluar color models

488A62
RGB7213898
HSL144°31.43%41.18%
HSB/HSV144°47.83%54.12%
CMYK47.83%0.00%28.99%
45.88%

Color #488A62 in popluar number systems.

HEX488A62
Decimal7213898
Binary1001000100010101100010
Octal110212142

Shades and tints

Shades of #488A62

#488A62
(72,138,98)
#427E5A
(66,126,90)
#3C7252
(60,114,82)
#36664A
(54,102,74)
#305A42
(48,90,66)
#2A4E3A
(42,78,58)
#244232
(36,66,50)
#1E362A
(30,54,42)
#182A22
(24,42,34)
#121E1A
(18,30,26)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #488A62

#488A62
(72,138,98)
#589470
(88,148,112)
#689E7E
(104,158,126)
#78A88C
(120,168,140)
#88B29A
(136,178,154)
#98BCA8
(152,188,168)
#A8C6B6
(168,198,182)
#B8D0C4
(184,208,196)
#C8DAD2
(200,218,210)
#D8E4E0
(216,228,224)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488A62 color. Also use rgb(72,138,98) instead hex code.

Text Font Color

.myTextColor { color: #488A62; }

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

This text font color is #488A62.


Background Color

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

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

This div background color is #488A62.


Border color

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

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

This div border color is #488A62.


Opacity

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

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

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

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

This text has shadow with #488A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488A62 on black background.


Color preview on white background

This text has color #488A62 on white background.



Black color preview on #488A62 background

This text has black color on #488A62 background.


White color preview on #488A62 background

This text has white color on #488A62 background.