Color Hex Logo

#463248 Color Hex

#463248
(70,50,72)
0 Favorites   0 Comments

Color spaces of #463248

RGB 705072
HSL0.820.180.24
HSV295°31°28°
CMYK 0.030.310.00   0.72
XYZ4.83614.05126.6580
Yxy4.05120.31110.2606
Hunter Lab20.12767.6653-5.5232
CIE-Lab23.840013.5532-10.1040

#463248 color RGB value is (70,50,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110010 01001000
Octal 106 62 110
Decimal 70 50 72
Hex 46 32 48

RGB Percentages of Color #463248

%36.46
%26.04
%37.50

CMYK Percentages of Color #463248

%3
%31
%0
%72

Triadic Colors of #463248

#463248 #484632 #324846

Analogous Colors of #463248

#463248 #48323f #3b3248

Monochromatic Colors of #463248

#463248

Complementary Color

#463248 #344832

#463248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463248 Color CSS Codes

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

#463248 Text Font Color

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

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


#463248 Background Color

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

This div background color is #463248


#463248 Border Color

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

This div border color is #463248


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,50,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 #463248">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463248


Comments

No comments written yet.

Please login to write comment.