COLOR #48658F

HEX: #48658F RGB: (72,101,143)

Color info

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

RGB color model

#48658F color RGB value is (72,101,143).

RGB: (72,101,143) (28%, 40%, 56%)

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 143 of 255 = 56%

72
101
143

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

Portions of RGB colors in percentages

R + G + B = 72 + 101 + 143 = 316 (100%)
R 72 of 316 ~ 22.78%
G 101 of 316 ~ 31.96%
B 143 of 316 ~ 45.25'%

%22.78
%31.96
%45.25

CMYK color model

#48658F color CMYK value is (50,29,0,44).

  • cyan value is 49.65%
  • magenta value is 29.37%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (50,29,0,44)
C50M29Y0K44 (50%, 29%, 0%, 44%)
(0.50 / 0.29 / 0.00 / 0.44)

CMYK percentages

%49.65
%29.37
%0
%43.92

Codes

Color #48658F in popluar color models

48 65 8F
RGB 72 101 143
HSL 215° 33.02% 42.16%
HSB/HSV 215° 49.65% 56.08%
CMYK 49.65% 29.37% 0.00%
43.92%

Color #48658F in popluar number systems.

HEX 48 65 8F
Decimal 72 101 143
Binary 1001000 1100101 10001111
Octal 110 145 217

Shades and tints

Shades of #48658F

#48658F
(72,101,143)
#425C82
(66,92,130)
#3C5375
(60,83,117)
#364A68
(54,74,104)
#30415B
(48,65,91)
#2A384E
(42,56,78)
#242F41
(36,47,65)
#1E2634
(30,38,52)
#181D27
(24,29,39)
#12141A
(18,20,26)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #48658F

#48658F
(72,101,143)
#587399
(88,115,153)
#6881A3
(104,129,163)
#788FAD
(120,143,173)
#889DB7
(136,157,183)
#98ABC1
(152,171,193)
#A8B9CB
(168,185,203)
#B8C7D5
(184,199,213)
#C8D5DF
(200,213,223)
#D8E3E9
(216,227,233)
#E8F1F3
(232,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48658F color. Also use rgb(72,101,143) instead hex code.

Text Font Color

.myTextColor { color: #48658F; }

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

This text font color is #48658F.

Background Color

.myBgColor { background-color: #48658F; }

<div style="background-color:#48658F">Inner text</div>

This div background color is #48658F.

Border color

.myBorderColor { border: 1px solid #48658F; }

<div style="border:3px solid #48658F">Div</div>

This div border color is #48658F.

Opacity

.myOpacity80 { color: #48658F; opacity: 0.8; }

<p style="color:#48658F;opacity:0.8;">80%</p>

Text with #48658F 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 #48658F;}

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

This text has shadow with #48658F color.


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

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

This text has shadow with #48658F primary color and red secondary color.


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

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

This text has shadow with #48658F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #48658F.

Preview

Color preview on black background

This text has color #48658F on black background.


Color preview on white background

This text has color #48658F on white background.


Black color preview on #48658F background

This text has black color on #48658F background.


White color preview on #48658F background

This text has white color on #48658F background.


Related colors

Complementary color

Complementary color for #hex is #B79A70.


I love getcolorcode.com

Triadic colors

1 #8F4865 and #658F48 with #48658F are triadic colors.

2 #8F6548 and #65488F with #48658F are triadic colors.