COLOR #488044

HEX: #488044 RGB: (72,128,68)

Color info

#488044 contains mainly red and green colors. Web safe color of #488044 is #336633 (or #363).

RGB color model

#488044 color RGB value is (72,128,68).

RGB: (72,128,68) (28%, 50%, 27%)

RGB channels and saturation

R 72 of 255 = 28%
G 128 of 255 = 50%
B 68 of 255 = 27%

72
128
68

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

Portions of RGB colors in percentages

R + G + B = 72 + 128 + 68 = 268 (100%)
R 72 of 268 ~ 26.87%
G 128 of 268 ~ 47.76%
B 68 of 268 ~ 25.37'%

%26.87
%47.76
%25.37

CMYK color model

#488044 color CMYK value is (44,0,47,50).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 46.88%
  • key color value is 49.80%
CMYK: (44,0,47,50) C44M0Y47K50 (44%,0%,47%,50%) (0.44/0.00/0.47/0.50) 

CMYK percentages

%43.75
%0
%46.88
%49.8

Codes

Color #488044 in popluar color models

48 80 44
RGB 72 128 68
HSL 116° 30.61% 38.43%
HSB/HSV 116° 46.88% 50.20%
CMYK 43.75% 0.00% 46.88%
49.80%

Color #488044 in popluar number systems.

HEX 48 80 44
Decimal 72 128 68
Binary 1001000 10000000 1000100
Octal 110 200 104

Shades and tints

Shades of #488044

#488044
(72,128,68)
#42753E
(66,117,62)
#3C6A38
(60,106,56)
#365F32
(54,95,50)
#30542C
(48,84,44)
#2A4926
(42,73,38)
#243E20
(36,62,32)
#1E331A
(30,51,26)
#182814
(24,40,20)
#121D0E
(18,29,14)
#0C1208
(12,18,8)
#000000
(0,0,0)

Tints of #488044

#488044
(72,128,68)
#588B55
(88,139,85)
#689666
(104,150,102)
#78A177
(120,161,119)
#88AC88
(136,172,136)
#98B799
(152,183,153)
#A8C2AA
(168,194,170)
#B8CDBB
(184,205,187)
#C8D8CC
(200,216,204)
#D8E3DD
(216,227,221)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488044 color. Also use rgb(72,128,68) instead hex code.

Text Font Color

.myTextColor { color: #488044; }

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

This text font color is #488044.

Background Color

.myBgColor { background-color: #488044; }

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

This div background color is #488044.

Border color

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

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

This div border color is #488044.

Opacity

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

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

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

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

This text has shadow with #488044 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #488044.

Preview

Color preview on black background

This text has color #488044 on black background.


Color preview on white background

This text has color #488044 on white background.


Black color preview on #488044 background

This text has black color on #488044 background.


White color preview on #488044 background

This text has white color on #488044 background.


Related colors

Complementary color

Complementary color for #hex is #B77FBB.


I love getcolorcode.com

Triadic colors

1 #444880 and #804448 with #488044 are triadic colors.

2 #448048 and #804844 with #488044 are triadic colors.