COLOR #488016

HEX: #488016
RGB: (72,128,22)

Color info

#488016 contains mainly red and green colors. Web safe color of #488016 is #336600 (or #360).

RGB color model

#488016 color RGB value is (72,128,22).

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

RGB channels and saturation

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

72
128
22

R + G + B ~ 29%. #488016 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 128 + 22 = 222 (100%)
R 72 of 222 ~ 32.43%
G 128 of 222 ~ 57.66%
B 22 of 222 ~ 9.91%

%32.43
%57.66
%9.91

CMYK color model

#488016 color CMYK value is (44,0,83,50).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 82.81%
  • key color value is 49.80%
CMYK:
(44,0,83,50)
C44M0Y83K50 
(44%,0%,83%,50%)
(0.44/0.00/0.83/0.50)	

CMYK percentages

%43.75
%0
%82.81
%49.8

Codes

Color #488016 in popluar color models

488016
RGB7212822
HSL92°70.67%29.41%
HSB/HSV92°82.81%50.20%
CMYK43.75%0.00%82.81%
49.80%

Color #488016 in popluar number systems.

HEX488016
Decimal7212822
Binary10010001000000010110
Octal11020026

Shades and tints

Shades of #488016

#488016
(72,128,22)
#427514
(66,117,20)
#3C6A12
(60,106,18)
#365F10
(54,95,16)
#30540E
(48,84,14)
#2A490C
(42,73,12)
#243E0A
(36,62,10)
#1E3308
(30,51,8)
#182806
(24,40,6)
#121D04
(18,29,4)
#0C1202
(12,18,2)
#000000
(0,0,0)

Tints of #488016

#488016
(72,128,22)
#588B2B
(88,139,43)
#689640
(104,150,64)
#78A155
(120,161,85)
#88AC6A
(136,172,106)
#98B77F
(152,183,127)
#A8C294
(168,194,148)
#B8CDA9
(184,205,169)
#C8D8BE
(200,216,190)
#D8E3D3
(216,227,211)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488016; }

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

This text font color is #488016.


Background Color

.myBgColor { background-color: #488016; }

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

This div background color is #488016.


Border color

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

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

This div border color is #488016.


Opacity

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

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

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

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

This text has shadow with #488016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488016 on black background.


Color preview on white background

This text has color #488016 on white background.



Black color preview on #488016 background

This text has black color on #488016 background.


White color preview on #488016 background

This text has white color on #488016 background.