Color Hex Logo

#46390f Color Hex

#46390F
(70,57,15)
0 Favorites   0 Comments

Color spaces of #46390f

RGB 705715
HSL0.130.650.17
HSV46°79°27°
CMYK 0.000.190.79   0.73
XYZ4.07514.26281.0600
Yxy4.26280.43360.4536
Hunter Lab20.6465-0.900111.4086
CIE-Lab24.52190.336127.1603

#46390f color RGB value is (70,57,15).

#46390f hex color red value is 70, green value is 57 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #46390f hue: 0.13 , saturation: 0.65 and the lightness value of 46390f is 0.17.

The process color (four color CMYK) of #46390f color hex is 0.00, 0.19, 0.79, 0.73. Web safe color of #46390f is #333300. Color #46390f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111001 00001111
Octal 106 71 17
Decimal 70 57 15
Hex 46 39 F

RGB Percentages of Color #46390f

%49.30
%40.14
%10.56

CMYK Percentages of Color #46390f

%0
%19
%79
%73

Triadic Colors of #46390f

#46390f #0f4639 #390f46

Analogous Colors of #46390f

#46390f #38460f #461e0f

Monochromatic Colors of #46390f

#46390f

Complementary Color

#46390f #0f1c46

#46390f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46390f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46390f Color CSS Codes

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

#46390f Text Font Color

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

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


#46390f Background Color

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

This div background color is #46390f


#46390f Border Color

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

This div border color is #46390f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,57,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46390f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46390f;
  -webkit-box-shadow: 1px 1px 3px 2px #46390f;
  box-shadow:         1px 1px 3px 2px #46390f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46390f


Comments

No comments written yet.

Please login to write comment.