COLOR #48965C

HEX: #48965C RGB: (72,150,92)

Color info

#48965C contains mainly green and blue colors. Web safe color of #48965C is #339966 (or #396).

RGB color model

#48965C color RGB value is (72,150,92).

RGB: (72,150,92) (28%, 59%, 36%)

RGB channels and saturation

R 72 of 255 = 28%
G 150 of 255 = 59%
B 92 of 255 = 36%

72
150
92

R + G + B ~ 41%. #48965C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 150 + 92 = 314 (100%)
R 72 of 314 ~ 22.93%
G 150 of 314 ~ 47.77%
B 92 of 314 ~ 29.3'%

%22.93
%47.77
%29.3

CMYK color model

#48965C color CMYK value is (52,0,39,41).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 41.18%
CMYK: (52,0,39,41) C52M0Y39K41 (52%,0%,39%,41%) (0.52/0.00/0.39/0.41) 

CMYK percentages

%52
%0
%38.67
%41.18

Codes

Color #48965C in popluar color models

48 96 5C
RGB 72 150 92
HSL 135° 35.14% 43.53%
HSB/HSV 135° 52.00% 58.82%
CMYK 52.00% 0.00% 38.67%
41.18%

Color #48965C in popluar number systems.

HEX 48 96 5C
Decimal 72 150 92
Binary 1001000 10010110 1011100
Octal 110 226 134

Shades and tints

Shades of #48965C

#48965C
(72,150,92)
#428954
(66,137,84)
#3C7C4C
(60,124,76)
#366F44
(54,111,68)
#30623C
(48,98,60)
#2A5534
(42,85,52)
#24482C
(36,72,44)
#1E3B24
(30,59,36)
#182E1C
(24,46,28)
#122114
(18,33,20)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #48965C

#48965C
(72,150,92)
#589F6A
(88,159,106)
#68A878
(104,168,120)
#78B186
(120,177,134)
#88BA94
(136,186,148)
#98C3A2
(152,195,162)
#A8CCB0
(168,204,176)
#B8D5BE
(184,213,190)
#C8DECC
(200,222,204)
#D8E7DA
(216,231,218)
#E8F0E8
(232,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48965C color. Also use rgb(72,150,92) instead hex code.

Text Font Color

.myTextColor { color: #48965C; }

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

This text font color is #48965C.

Background Color

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

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

This div background color is #48965C.

Border color

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

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

This div border color is #48965C.

Opacity

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

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

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

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

This text has shadow with #48965C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48965C.

Preview

Color preview on black background

This text has color #48965C on black background.


Color preview on white background

This text has color #48965C on white background.


Black color preview on #48965C background

This text has black color on #48965C background.


White color preview on #48965C background

This text has white color on #48965C background.


Related colors

Complementary color

Complementary color for #hex is #B769A3.


I love getcolorcode.com

Triadic colors

1 #5C4896 and #965C48 with #48965C are triadic colors.

2 #5C9648 and #96485C with #48965C are triadic colors.