COLOR #48922C

HEX: #48922C RGB: (72,146,44)

Color info

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

RGB color model

#48922C color RGB value is (72,146,44).

RGB: (72,146,44) (28%, 57%, 17%)

RGB channels and saturation

R 72 of 255 = 28%
G 146 of 255 = 57%
B 44 of 255 = 17%

72
146
44

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

Portions of RGB colors in percentages

R + G + B = 72 + 146 + 44 = 262 (100%)
R 72 of 262 ~ 27.48%
G 146 of 262 ~ 55.73%
B 44 of 262 ~ 16.79'%

%27.48
%55.73
%16.79

CMYK color model

#48922C color CMYK value is (51,0,70,43).

  • cyan value is 50.68%
  • magenta value is 0.00%
  • yellow value is 69.86%
  • key color value is 42.75%
CMYK: (51,0,70,43) C51M0Y70K43 (51%,0%,70%,43%) (0.51/0.00/0.70/0.43) 

CMYK percentages

%50.68
%0
%69.86
%42.75

Codes

Color #48922C in popluar color models

48 92 2C
RGB 72 146 44
HSL 104° 53.68% 37.25%
HSB/HSV 104° 69.86% 57.25%
CMYK 50.68% 0.00% 69.86%
42.75%

Color #48922C in popluar number systems.

HEX 48 92 2C
Decimal 72 146 44
Binary 1001000 10010010 101100
Octal 110 222 54

Shades and tints

Shades of #48922C

#48922C
(72,146,44)
#428528
(66,133,40)
#3C7824
(60,120,36)
#366B20
(54,107,32)
#305E1C
(48,94,28)
#2A5118
(42,81,24)
#244414
(36,68,20)
#1E3710
(30,55,16)
#182A0C
(24,42,12)
#121D08
(18,29,8)
#0C1004
(12,16,4)
#000000
(0,0,0)

Tints of #48922C

#48922C
(72,146,44)
#589B3F
(88,155,63)
#68A452
(104,164,82)
#78AD65
(120,173,101)
#88B678
(136,182,120)
#98BF8B
(152,191,139)
#A8C89E
(168,200,158)
#B8D1B1
(184,209,177)
#C8DAC4
(200,218,196)
#D8E3D7
(216,227,215)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48922C color. Also use rgb(72,146,44) instead hex code.

Text Font Color

.myTextColor { color: #48922C; }

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

This text font color is #48922C.

Background Color

.myBgColor { background-color: #48922C; }

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

This div background color is #48922C.

Border color

.myBorderColor { border: 1px solid #48922C; }

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

This div border color is #48922C.

Opacity

.myOpacity80 { color: #48922C; opacity: 0.8; }

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

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

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

This text has shadow with #48922C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48922C.

Preview

Color preview on black background

This text has color #48922C on black background.


Color preview on white background

This text has color #48922C on white background.


Black color preview on #48922C background

This text has black color on #48922C background.


White color preview on #48922C background

This text has white color on #48922C background.


Related colors

Complementary color

Complementary color for #hex is #B76DD3.


I love getcolorcode.com

Triadic colors

1 #2C4892 and #922C48 with #48922C are triadic colors.

2 #2C9248 and #92482C with #48922C are triadic colors.