COLOR #48A76A

HEX: #48A76A RGB: (72,167,106)

Color info

#48A76A contains mainly green color. Web safe color of #48A76A is #339966 (or #396).

RGB color model

#48A76A color RGB value is (72,167,106).

RGB: (72,167,106) (28%, 65%, 42%)

RGB channels and saturation

R 72 of 255 = 28%
G 167 of 255 = 65%
B 106 of 255 = 42%

72
167
106

R + G + B ~ 45%. #48A76A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 167 + 106 = 345 (100%)
R 72 of 345 ~ 20.87%
G 167 of 345 ~ 48.41%
B 106 of 345 ~ 30.72'%

%20.87
%48.41
%30.72

CMYK color model

#48A76A color CMYK value is (57,0,37,35).

  • cyan value is 56.89%
  • magenta value is 0.00%
  • yellow value is 36.53%
  • key color value is 34.51%

CMYK: (57,0,37,35)
C57M0Y37K35 (57%, 0%, 37%, 35%)
(0.57 / 0.00 / 0.37 / 0.35)

CMYK percentages

%56.89
%0
%36.53
%34.51

Codes

Color #48A76A in popluar color models

48 A7 6A
RGB 72 167 106
HSL 141° 39.75% 46.86%
HSB/HSV 141° 56.89% 65.49%
CMYK 56.89% 0.00% 36.53%
34.51%

Color #48A76A in popluar number systems.

HEX 48 A7 6A
Decimal 72 167 106
Binary 1001000 10100111 1101010
Octal 110 247 152

Shades and tints

Shades of #48A76A

#48A76A
(72,167,106)
#429861
(66,152,97)
#3C8958
(60,137,88)
#367A4F
(54,122,79)
#306B46
(48,107,70)
#2A5C3D
(42,92,61)
#244D34
(36,77,52)
#1E3E2B
(30,62,43)
#182F22
(24,47,34)
#122019
(18,32,25)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #48A76A

#48A76A
(72,167,106)
#58AF77
(88,175,119)
#68B784
(104,183,132)
#78BF91
(120,191,145)
#88C79E
(136,199,158)
#98CFAB
(152,207,171)
#A8D7B8
(168,215,184)
#B8DFC5
(184,223,197)
#C8E7D2
(200,231,210)
#D8EFDF
(216,239,223)
#E8F7EC
(232,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A76A color. Also use rgb(72,167,106) instead hex code.

Text Font Color

.myTextColor { color: #48A76A; }

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

This text font color is #48A76A.

Background Color

.myBgColor { background-color: #48A76A; }

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

This div background color is #48A76A.

Border color

.myBorderColor { border: 1px solid #48A76A; }

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

This div border color is #48A76A.

Opacity

.myOpacity80 { color: #48A76A; opacity: 0.8; }

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

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

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

This text has shadow with #48A76A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48A76A.

Preview

Color preview on black background

This text has color #48A76A on black background.


Color preview on white background

This text has color #48A76A on white background.


Black color preview on #48A76A background

This text has black color on #48A76A background.


White color preview on #48A76A background

This text has white color on #48A76A background.


Related colors

Complementary color

Complementary color for #hex is #B75895.


I love getcolorcode.com

Triadic colors

1 #6A48A7 and #A76A48 with #48A76A are triadic colors.

2 #6AA748 and #A7486A with #48A76A are triadic colors.