COLOR #488440

HEX: #488440
RGB: (72,132,64)

Color info

#488440 contains mainly green color. Web safe color of #488440 is #339933 (or #393).

RGB color model

#488440 color RGB value is (72,132,64).

  • red value is 72;
  • green value is 132;
  • blue value is 64.
RGB:
(72,132,64)
(28%,52%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 132 of 255 = 52%
B 64 of 255 = 25%

72
132
64

R + G + B ~ 35%. #488440 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 132 + 64 = 268 (100%)
R 72 of 268 ~ 26.87%
G 132 of 268 ~ 49.25%
B 64 of 268 ~ 23.88%

%26.87
%49.25
%23.88

CMYK color model

#488440 color CMYK value is (45,0,52,48).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 48.24%
CMYK:
(45,0,52,48)
C45M0Y52K48 
(45%,0%,52%,48%)
(0.45/0.00/0.52/0.48)	

CMYK percentages

%45.45
%0
%51.52
%48.24

Codes

Color #488440 in popluar color models

488440
RGB7213264
HSL113°34.69%38.43%
HSB/HSV113°51.52%51.76%
CMYK45.45%0.00%51.52%
48.24%

Color #488440 in popluar number systems.

HEX488440
Decimal7213264
Binary1001000100001001000000
Octal110204100

Shades and tints

Shades of #488440

#488440
(72,132,64)
#42783B
(66,120,59)
#3C6C36
(60,108,54)
#366031
(54,96,49)
#30542C
(48,84,44)
#2A4827
(42,72,39)
#243C22
(36,60,34)
#1E301D
(30,48,29)
#182418
(24,36,24)
#121813
(18,24,19)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #488440

#488440
(72,132,64)
#588F51
(88,143,81)
#689A62
(104,154,98)
#78A573
(120,165,115)
#88B084
(136,176,132)
#98BB95
(152,187,149)
#A8C6A6
(168,198,166)
#B8D1B7
(184,209,183)
#C8DCC8
(200,220,200)
#D8E7D9
(216,231,217)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488440 color. Also use rgb(72,132,64) instead hex code.

Text Font Color

.myTextColor { color: #488440; }

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

This text font color is #488440.


Background Color

.myBgColor { background-color: #488440; }

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

This div background color is #488440.


Border color

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

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

This div border color is #488440.


Opacity

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

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

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

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

This text has shadow with #488440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488440 on black background.


Color preview on white background

This text has color #488440 on white background.



Black color preview on #488440 background

This text has black color on #488440 background.


White color preview on #488440 background

This text has white color on #488440 background.