COLOR #48AF72

HEX: #48AF72 RGB: (72,175,114)

Color info

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

RGB color model

#48AF72 color RGB value is (72,175,114).

RGB: (72,175,114) (28%, 69%, 45%)

RGB channels and saturation

R 72 of 255 = 28%
G 175 of 255 = 69%
B 114 of 255 = 45%

72
175
114

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

Portions of RGB colors in percentages

R + G + B = 72 + 175 + 114 = 361 (100%)
R 72 of 361 ~ 19.94%
G 175 of 361 ~ 48.48%
B 114 of 361 ~ 31.58'%

%19.94
%48.48
%31.58

CMYK color model

#48AF72 color CMYK value is (59,0,35,31).

  • cyan value is 58.86%
  • magenta value is 0.00%
  • yellow value is 34.86%
  • key color value is 31.37%

CMYK: (59,0,35,31)
C59M0Y35K31 (59%, 0%, 35%, 31%)
(0.59 / 0.00 / 0.35 / 0.31)

CMYK percentages

%58.86
%0
%34.86
%31.37

Codes

Color #48AF72 in popluar color models

48 AF 72
RGB 72 175 114
HSL 144° 41.70% 48.43%
HSB/HSV 144° 58.86% 68.63%
CMYK 58.86% 0.00% 34.86%
31.37%

Color #48AF72 in popluar number systems.

HEX 48 AF 72
Decimal 72 175 114
Binary 1001000 10101111 1110010
Octal 110 257 162

Shades and tints

Shades of #48AF72

#48AF72
(72,175,114)
#42A068
(66,160,104)
#3C915E
(60,145,94)
#368254
(54,130,84)
#30734A
(48,115,74)
#2A6440
(42,100,64)
#245536
(36,85,54)
#1E462C
(30,70,44)
#183722
(24,55,34)
#122818
(18,40,24)
#0C190E
(12,25,14)
#000000
(0,0,0)

Tints of #48AF72

#48AF72
(72,175,114)
#58B67E
(88,182,126)
#68BD8A
(104,189,138)
#78C496
(120,196,150)
#88CBA2
(136,203,162)
#98D2AE
(152,210,174)
#A8D9BA
(168,217,186)
#B8E0C6
(184,224,198)
#C8E7D2
(200,231,210)
#D8EEDE
(216,238,222)
#E8F5EA
(232,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48AF72 color. Also use rgb(72,175,114) instead hex code.

Text Font Color

.myTextColor { color: #48AF72; }

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

This text font color is #48AF72.

Background Color

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

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

This div background color is #48AF72.

Border color

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

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

This div border color is #48AF72.

Opacity

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

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

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

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

This text has shadow with #48AF72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48AF72.

Preview

Color preview on black background

This text has color #48AF72 on black background.


Color preview on white background

This text has color #48AF72 on white background.


Black color preview on #48AF72 background

This text has black color on #48AF72 background.


White color preview on #48AF72 background

This text has white color on #48AF72 background.


Related colors

Complementary color

Complementary color for #hex is #B7508D.


I love getcolorcode.com

Triadic colors

1 #7248AF and #AF7248 with #48AF72 are triadic colors.

2 #72AF48 and #AF4872 with #48AF72 are triadic colors.