COLOR #48748A

HEX: #48748A RGB: (72,116,138)

Color info

#48748A contains mainly green and blue colors. Web safe color of #48748A is #336699 (or #369).

RGB color model

#48748A color RGB value is (72,116,138).

RGB: (72,116,138) (28%, 45%, 54%)

RGB channels and saturation

R 72 of 255 = 28%
G 116 of 255 = 45%
B 138 of 255 = 54%

72
116
138

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

Portions of RGB colors in percentages

R + G + B = 72 + 116 + 138 = 326 (100%)
R 72 of 326 ~ 22.09%
G 116 of 326 ~ 35.58%
B 138 of 326 ~ 42.33'%

%22.09
%35.58
%42.33

CMYK color model

#48748A color CMYK value is (48,16,0,46).

  • cyan value is 47.83%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (48,16,0,46)
C48M16Y0K46 (48%, 16%, 0%, 46%)
(0.48 / 0.16 / 0.00 / 0.46)

CMYK percentages

%47.83
%15.94
%0
%45.88

Codes

Color #48748A in popluar color models

48 74 8A
RGB 72 116 138
HSL 200° 31.43% 41.18%
HSB/HSV 200° 47.83% 54.12%
CMYK 47.83% 15.94% 0.00%
45.88%

Color #48748A in popluar number systems.

HEX 48 74 8A
Decimal 72 116 138
Binary 1001000 1110100 10001010
Octal 110 164 212

Shades and tints

Shades of #48748A

#48748A
(72,116,138)
#426A7E
(66,106,126)
#3C6072
(60,96,114)
#365666
(54,86,102)
#304C5A
(48,76,90)
#2A424E
(42,66,78)
#243842
(36,56,66)
#1E2E36
(30,46,54)
#18242A
(24,36,42)
#121A1E
(18,26,30)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #48748A

#48748A
(72,116,138)
#588094
(88,128,148)
#688C9E
(104,140,158)
#7898A8
(120,152,168)
#88A4B2
(136,164,178)
#98B0BC
(152,176,188)
#A8BCC6
(168,188,198)
#B8C8D0
(184,200,208)
#C8D4DA
(200,212,218)
#D8E0E4
(216,224,228)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48748A color. Also use rgb(72,116,138) instead hex code.

Text Font Color

.myTextColor { color: #48748A; }

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

This text font color is #48748A.

Background Color

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

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

This div background color is #48748A.

Border color

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

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

This div border color is #48748A.

Opacity

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

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

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

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

This text has shadow with #48748A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48748A.

Preview

Color preview on black background

This text has color #48748A on black background.


Color preview on white background

This text has color #48748A on white background.


Black color preview on #48748A background

This text has black color on #48748A background.


White color preview on #48748A background

This text has white color on #48748A background.


Related colors

Complementary color

Complementary color for #hex is #B78B75.


I love getcolorcode.com

Triadic colors

1 #8A4874 and #748A48 with #48748A are triadic colors.

2 #8A7448 and #74488A with #48748A are triadic colors.