COLOR #488421

HEX: #488421 RGB: (72,132,33)

Color info

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

RGB color model

#488421 color RGB value is (72,132,33).

RGB: (72,132,33) (28%, 52%, 13%)

RGB channels and saturation

R 72 of 255 = 28%
G 132 of 255 = 52%
B 33 of 255 = 13%

72
132
33

R + G + B ~ 31%. #488421 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 132 + 33 = 237 (100%)
R 72 of 237 ~ 30.38%
G 132 of 237 ~ 55.7%
B 33 of 237 ~ 13.92'%

%30.38
%55.7
%13.92

CMYK color model

#488421 color CMYK value is (45,0,75,48).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 48.24%

CMYK: (45,0,75,48)
C45M0Y75K48 (45%, 0%, 75%, 48%)
(0.45 / 0.00 / 0.75 / 0.48)

CMYK percentages

%45.45
%0
%75
%48.24

Codes

Color #488421 in popluar color models

48 84 21
RGB 72 132 33
HSL 96° 60.00% 32.35%
HSB/HSV 96° 75.00% 51.76%
CMYK 45.45% 0.00% 75.00%
48.24%

Color #488421 in popluar number systems.

HEX 48 84 21
Decimal 72 132 33
Binary 1001000 10000100 100001
Octal 110 204 41

Shades and tints

Shades of #488421

#488421
(72,132,33)
#42781E
(66,120,30)
#3C6C1B
(60,108,27)
#366018
(54,96,24)
#305415
(48,84,21)
#2A4812
(42,72,18)
#243C0F
(36,60,15)
#1E300C
(30,48,12)
#182409
(24,36,9)
#121806
(18,24,6)
#0C0C03
(12,12,3)
#000000
(0,0,0)

Tints of #488421

#488421
(72,132,33)
#588F35
(88,143,53)
#689A49
(104,154,73)
#78A55D
(120,165,93)
#88B071
(136,176,113)
#98BB85
(152,187,133)
#A8C699
(168,198,153)
#B8D1AD
(184,209,173)
#C8DCC1
(200,220,193)
#D8E7D5
(216,231,213)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488421 color. Also use rgb(72,132,33) instead hex code.

Text Font Color

.myTextColor { color: #488421; }

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

This text font color is #488421.

Background Color

.myBgColor { background-color: #488421; }

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

This div background color is #488421.

Border color

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

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

This div border color is #488421.

Opacity

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

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

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

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

This text has shadow with #488421 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #488421.

Preview

Color preview on black background

This text has color #488421 on black background.


Color preview on white background

This text has color #488421 on white background.


Black color preview on #488421 background

This text has black color on #488421 background.


White color preview on #488421 background

This text has white color on #488421 background.


Related colors

Complementary color

Complementary color for #hex is #B77BDE.


I love getcolorcode.com

Triadic colors

1 #214884 and #842148 with #488421 are triadic colors.

2 #218448 and #844821 with #488421 are triadic colors.