COLOR #488039

HEX: #488039
RGB: (72,128,57)

Color info

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

RGB color model

#488039 color RGB value is (72,128,57).

  • red value is 72;
  • green value is 128;
  • blue value is 57.
RGB:
(72,128,57)
(28%,50%,22%)

RGB channels and saturation

R 72 of 255 = 28%
G 128 of 255 = 50%
B 57 of 255 = 22%

72
128
57

R + G + B ~ 33%. #488039 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 128 + 57 = 257 (100%)
R 72 of 257 ~ 28.02%
G 128 of 257 ~ 49.81%
B 57 of 257 ~ 22.18%

%28.02
%49.81
%22.18

CMYK color model

#488039 color CMYK value is (44,0,55,50).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 55.47%
  • key color value is 49.80%
CMYK:
(44,0,55,50)
C44M0Y55K50 
(44%,0%,55%,50%)
(0.44/0.00/0.55/0.50)	

CMYK percentages

%43.75
%0
%55.47
%49.8

Codes

Color #488039 in popluar color models

488039
RGB7212857
HSL107°38.38%36.27%
HSB/HSV107°55.47%50.20%
CMYK43.75%0.00%55.47%
49.80%

Color #488039 in popluar number systems.

HEX488039
Decimal7212857
Binary100100010000000111001
Octal11020071

Shades and tints

Shades of #488039

#488039
(72,128,57)
#427534
(66,117,52)
#3C6A2F
(60,106,47)
#365F2A
(54,95,42)
#305425
(48,84,37)
#2A4920
(42,73,32)
#243E1B
(36,62,27)
#1E3316
(30,51,22)
#182811
(24,40,17)
#121D0C
(18,29,12)
#0C1207
(12,18,7)
#000000
(0,0,0)

Tints of #488039

#488039
(72,128,57)
#588B4B
(88,139,75)
#68965D
(104,150,93)
#78A16F
(120,161,111)
#88AC81
(136,172,129)
#98B793
(152,183,147)
#A8C2A5
(168,194,165)
#B8CDB7
(184,205,183)
#C8D8C9
(200,216,201)
#D8E3DB
(216,227,219)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488039; }

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

This text font color is #488039.


Background Color

.myBgColor { background-color: #488039; }

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

This div background color is #488039.


Border color

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

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

This div border color is #488039.


Opacity

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

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

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

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

This text has shadow with #488039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488039 on black background.


Color preview on white background

This text has color #488039 on white background.



Black color preview on #488039 background

This text has black color on #488039 background.


White color preview on #488039 background

This text has white color on #488039 background.