Color Hex Logo

#463448 Color Hex

#463448
(70,52,72)
0 Favorites   0 Comments

Color spaces of #463448

RGB 705272
HSL0.820.160.24
HSV294°28°28°
CMYK 0.030.280.00   0.72
XYZ4.92354.22606.6871
Yxy4.22600.31090.2669
Hunter Lab20.55726.7759-4.8965
CIE-Lab24.404912.2276-9.2446

#463448 color RGB value is (70,52,72).

#463448 hex color red value is 70, green value is 52 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #463448 hue: 0.82 , saturation: 0.16 and the lightness value of 463448 is 0.24.

The process color (four color CMYK) of #463448 color hex is 0.03, 0.28, 0.00, 0.72. Web safe color of #463448 is #333333. Color #463448 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110100 01001000
Octal 106 64 110
Decimal 70 52 72
Hex 46 34 48

RGB Percentages of Color #463448

%36.08
%26.80
%37.11

CMYK Percentages of Color #463448

%3
%28
%0
%72

Triadic Colors of #463448

#463448 #484634 #344846

Analogous Colors of #463448

#463448 #483440 #3c3448

Monochromatic Colors of #463448

#463448

Complementary Color

#463448 #364834

#463448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463448 Color CSS Codes

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

#463448 Text Font Color

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

This sample text font color is #463448
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.


#463448 Background Color

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

This div background color is #463448


#463448 Border Color

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

This div border color is #463448


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,52,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #463448; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #463448;
  -webkit-box-shadow: 1px 1px 3px 2px #463448;
  box-shadow:         1px 1px 3px 2px #463448; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463448


Comments

No comments written yet.

Please login to write comment.