COLOR #488210

HEX: #488210
RGB: (72,130,16)

Color info

#488210 contains mainly red and green colors. Web safe color of #488210 is #339900 (or #390).

RGB color model

#488210 color RGB value is (72,130,16).

  • red value is 72;
  • green value is 130;
  • blue value is 16.
RGB:
(72,130,16)
(28%,51%,6%)

RGB channels and saturation

R 72 of 255 = 28%
G 130 of 255 = 51%
B 16 of 255 = 6%

72
130
16

R + G + B ~ 28%. #488210 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 130 + 16 = 218 (100%)
R 72 of 218 ~ 33.03%
G 130 of 218 ~ 59.63%
B 16 of 218 ~ 7.34%

%33.03
%59.63

CMYK color model

#488210 color CMYK value is (45,0,88,49).

  • cyan value is 44.62%
  • magenta value is 0.00%
  • yellow value is 87.69%
  • key color value is 49.02%
CMYK:
(45,0,88,49)
C45M0Y88K49 
(45%,0%,88%,49%)
(0.45/0.00/0.88/0.49)	

CMYK percentages

%44.62
%0
%87.69
%49.02

Codes

Color #488210 in popluar color models

488210
RGB7213016
HSL91°78.08%28.63%
HSB/HSV91°87.69%50.98%
CMYK44.62%0.00%87.69%
49.02%

Color #488210 in popluar number systems.

HEX488210
Decimal7213016
Binary10010001000001010000
Octal11020220

Shades and tints

Shades of #488210

#488210
(72,130,16)
#42770F
(66,119,15)
#3C6C0E
(60,108,14)
#36610D
(54,97,13)
#30560C
(48,86,12)
#2A4B0B
(42,75,11)
#24400A
(36,64,10)
#1E3509
(30,53,9)
#182A08
(24,42,8)
#121F07
(18,31,7)
#0C1406
(12,20,6)
#000000
(0,0,0)

Tints of #488210

#488210
(72,130,16)
#588D25
(88,141,37)
#68983A
(104,152,58)
#78A34F
(120,163,79)
#88AE64
(136,174,100)
#98B979
(152,185,121)
#A8C48E
(168,196,142)
#B8CFA3
(184,207,163)
#C8DAB8
(200,218,184)
#D8E5CD
(216,229,205)
#E8F0E2
(232,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488210 color. Also use rgb(72,130,16) instead hex code.

Text Font Color

.myTextColor { color: #488210; }

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

This text font color is #488210.


Background Color

.myBgColor { background-color: #488210; }

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

This div background color is #488210.


Border color

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

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

This div border color is #488210.


Opacity

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

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

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

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

This text has shadow with #488210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488210 on black background.


Color preview on white background

This text has color #488210 on white background.



Black color preview on #488210 background

This text has black color on #488210 background.


White color preview on #488210 background

This text has white color on #488210 background.