Color Hex Logo

#463130 Color Hex

#463130
(70,49,48)
0 Favorites   0 Comments

Color spaces of #463130

RGB 704948
HSL0.010.190.23
HSV31°27°
CMYK 0.000.300.31   0.73
XYZ4.15763.71213.2937
Yxy3.71210.37240.3325
Hunter Lab19.26684.80173.3510
CIE-Lab22.69599.38004.4003

#463130 color RGB value is (70,49,48).

#463130 hex color red value is 70, green value is 49 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #463130 hue: 0.01 , saturation: 0.19 and the lightness value of 463130 is 0.23.

The process color (four color CMYK) of #463130 color hex is 0.00, 0.30, 0.31, 0.73. Web safe color of #463130 is #333333. Color #463130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110001 00110000
Octal 106 61 60
Decimal 70 49 48
Hex 46 31 30

RGB Percentages of Color #463130

%41.92
%29.34
%28.74

CMYK Percentages of Color #463130

%0
%30
%31
%73

Triadic Colors of #463130

#463130 #304631 #313046

Analogous Colors of #463130

#463130 #463c30 #46303a

Monochromatic Colors of #463130

#463130

Complementary Color

#463130 #304546

#463130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463130 Color CSS Codes

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

#463130 Text Font Color

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

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


#463130 Background Color

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

This div background color is #463130


#463130 Border Color

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

This div border color is #463130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463130


Comments

No comments written yet.

Please login to write comment.