COLOR #488536

HEX: #488536
RGB: (72,133,54)

Color info

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

RGB color model

#488536 color RGB value is (72,133,54).

  • red value is 72;
  • green value is 133;
  • blue value is 54.
RGB:
(72,133,54)
(28%,52%,21%)

RGB channels and saturation

R 72 of 255 = 28%
G 133 of 255 = 52%
B 54 of 255 = 21%

72
133
54

R + G + B ~ 34%. #488536 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 133 + 54 = 259 (100%)
R 72 of 259 ~ 27.8%
G 133 of 259 ~ 51.35%
B 54 of 259 ~ 20.85%

%27.8
%51.35
%20.85

CMYK color model

#488536 color CMYK value is (46,0,59,48).

  • cyan value is 45.86%
  • magenta value is 0.00%
  • yellow value is 59.40%
  • key color value is 47.84%
CMYK:
(46,0,59,48)
C46M0Y59K48 
(46%,0%,59%,48%)
(0.46/0.00/0.59/0.48)	

CMYK percentages

%45.86
%0
%59.4
%47.84

Codes

Color #488536 in popluar color models

488536
RGB7213354
HSL106°42.25%36.67%
HSB/HSV106°59.40%52.16%
CMYK45.86%0.00%59.40%
47.84%

Color #488536 in popluar number systems.

HEX488536
Decimal7213354
Binary100100010000101110110
Octal11020566

Shades and tints

Shades of #488536

#488536
(72,133,54)
#427932
(66,121,50)
#3C6D2E
(60,109,46)
#36612A
(54,97,42)
#305526
(48,85,38)
#2A4922
(42,73,34)
#243D1E
(36,61,30)
#1E311A
(30,49,26)
#182516
(24,37,22)
#121912
(18,25,18)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #488536

#488536
(72,133,54)
#589048
(88,144,72)
#689B5A
(104,155,90)
#78A66C
(120,166,108)
#88B17E
(136,177,126)
#98BC90
(152,188,144)
#A8C7A2
(168,199,162)
#B8D2B4
(184,210,180)
#C8DDC6
(200,221,198)
#D8E8D8
(216,232,216)
#E8F3EA
(232,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488536 color. Also use rgb(72,133,54) instead hex code.

Text Font Color

.myTextColor { color: #488536; }

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

This text font color is #488536.


Background Color

.myBgColor { background-color: #488536; }

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

This div background color is #488536.


Border color

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

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

This div border color is #488536.


Opacity

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

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

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

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

This text has shadow with #488536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488536 on black background.


Color preview on white background

This text has color #488536 on white background.



Black color preview on #488536 background

This text has black color on #488536 background.


White color preview on #488536 background

This text has white color on #488536 background.