Color Hex Logo

#463730 Color Hex

#463730
(70,55,48)
0 Favorites   0 Comments

Color spaces of #463730

RGB 705548
HSL0.050.190.23
HSV19°31°27°
CMYK 0.000.210.31   0.73
XYZ4.42554.24793.3830
Yxy4.24790.36710.3523
Hunter Lab20.61042.25954.6954
CIE-Lab24.47465.41846.9089

#463730 color RGB value is (70,55,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110111 00110000
Octal 106 67 60
Decimal 70 55 48
Hex 46 37 30

RGB Percentages of Color #463730

%40.46
%31.79
%27.75

CMYK Percentages of Color #463730

%0
%21
%31
%73

Triadic Colors of #463730

#463730 #304637 #373046

Analogous Colors of #463730

#463730 #464230 #463034

Monochromatic Colors of #463730

#463730

Complementary Color

#463730 #303f46

#463730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463730 Color CSS Codes

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

#463730 Text Font Color

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

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


#463730 Background Color

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

This div background color is #463730


#463730 Border Color

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

This div border color is #463730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463730


Comments

No comments written yet.

Please login to write comment.