COLOR #48965A

HEX: #48965A RGB: (72,150,90)

Color info

#48965A contains mainly green color. Web safe color of #48965A is #339966 (or #396).

RGB color model

#48965A color RGB value is (72,150,90).

RGB: (72,150,90) (28%, 59%, 35%)

RGB channels and saturation

R 72 of 255 = 28%
G 150 of 255 = 59%
B 90 of 255 = 35%

72
150
90

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

Portions of RGB colors in percentages

R + G + B = 72 + 150 + 90 = 312 (100%)
R 72 of 312 ~ 23.08%
G 150 of 312 ~ 48.08%
B 90 of 312 ~ 28.85'%

%23.08
%48.08
%28.85

CMYK color model

#48965A color CMYK value is (52,0,40,41).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 41.18%
CMYK: (52,0,40,41) C52M0Y40K41 (52%,0%,40%,41%) (0.52/0.00/0.40/0.41) 

CMYK percentages

%52
%0
%40
%41.18

Codes

Color #48965A in popluar color models

48 96 5A
RGB 72 150 90
HSL 134° 35.14% 43.53%
HSB/HSV 134° 52.00% 58.82%
CMYK 52.00% 0.00% 40.00%
41.18%

Color #48965A in popluar number systems.

HEX 48 96 5A
Decimal 72 150 90
Binary 1001000 10010110 1011010
Octal 110 226 132

Shades and tints

Shades of #48965A

#48965A
(72,150,90)
#428952
(66,137,82)
#3C7C4A
(60,124,74)
#366F42
(54,111,66)
#30623A
(48,98,58)
#2A5532
(42,85,50)
#24482A
(36,72,42)
#1E3B22
(30,59,34)
#182E1A
(24,46,26)
#122112
(18,33,18)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #48965A

#48965A
(72,150,90)
#589F69
(88,159,105)
#68A878
(104,168,120)
#78B187
(120,177,135)
#88BA96
(136,186,150)
#98C3A5
(152,195,165)
#A8CCB4
(168,204,180)
#B8D5C3
(184,213,195)
#C8DED2
(200,222,210)
#D8E7E1
(216,231,225)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48965A; }

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

This text font color is #48965A.

Background Color

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

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

This div background color is #48965A.

Border color

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

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

This div border color is #48965A.

Opacity

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

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

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

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

This text has shadow with #48965A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48965A.

Preview

Color preview on black background

This text has color #48965A on black background.


Color preview on white background

This text has color #48965A on white background.


Black color preview on #48965A background

This text has black color on #48965A background.


White color preview on #48965A background

This text has white color on #48965A background.


Related colors

Complementary color

Complementary color for #hex is #B769A5.


I love getcolorcode.com

Triadic colors

1 #5A4896 and #965A48 with #48965A are triadic colors.

2 #5A9648 and #96485A with #48965A are triadic colors.