Hex #48678d Color

#48678d
equivalent to

RGB

(72, 103, 141)

Details of #48678d

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
72
12.3305
0.59
0.49
42.7652
13.0013
213°
36.0573
103
13.0013
0.32
0.27
-0.1839
0.2354
49°
-2.0588
141
27.0589
0.42
0.00   0.45
-24.4226
0.2482
55°
-19.2377

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1001000
110
72
48
Green
1100111
147
103
67
Blue
10001101
215
141
8D

RGB in % of #48678d

%22.78
%32.59
%44.62

CMYK in % of #48678d

%49
%27
%0
%45

Triads of color #48678d

#48678d #678d48 #8d488d

Similar Colors to #48678d

#48678d #488a8d #4c488d

Preview Color #48678d on black ground

#48678d is very interesting for text.

Preview Color #48678d on white ground

#48678d is very interesting for text.

CSS Codes #48678d color

.mybgcolor {background-color:#48678d; }
.myforecolor {color:#48678d; }
.mybordercolor {border:3px solid #48678d; }

Text Font Color #48678d

<p style="color:#48678d">Text here</p>

This sample text font color is #48678d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #48678d

<div style="background-color:#48678d">
Div content here</div>

This div background color is #48678d


Border Color #48678d

<div style="border:3px solid #48678d">
Div here</div>

The color of this border is #48678d


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #48678d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #48678d;
-webkit-box-shadow: 1px 1px 3px 2px #48678d;
box-shadow:         1px 1px 3px 2px #48678d; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #48678d">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #48678d;
  -webkit-box-shadow: 1px 1px 3px 2px #48678d;
  box-shadow:         1px 1px 3px 2px #48678d;">
Div content here</div>

The shadow of div box using color #48678d