Color Hex Logo

#46083c Color Hex

#46083C
(70,8,60)
0 Favorites   0 Comments

Color spaces of #46083c

RGB 70860
HSL0.860.790.15
HSV310°89°27°
CMYK 0.000.890.14   0.73
XYZ3.42821.80204.4421
Yxy1.80200.35440.1863
Hunter Lab13.423922.0938-10.2230
CIE-Lab14.411934.1154-16.4161

#46083c color RGB value is (70,8,60).

#46083c hex color red value is 70, green value is 8 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #46083c hue: 0.86 , saturation: 0.79 and the lightness value of 46083c is 0.15.

The process color (four color CMYK) of #46083c color hex is 0.00, 0.89, 0.14, 0.73. Web safe color of #46083c is #330033. Color #46083c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00001000 00111100
Octal 106 10 74
Decimal 70 8 60
Hex 46 8 3C

RGB Percentages of Color #46083c

%50.72
%5.80
%43.48

CMYK Percentages of Color #46083c

%0
%89
%14
%73

Triadic Colors of #46083c

#46083c #3c4608 #083c46

Analogous Colors of #46083c

#46083c #46081d #310846

Monochromatic Colors of #46083c

#46083c

Complementary Color

#46083c #084612

#46083c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46083c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46083c Color CSS Codes

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

#46083c Text Font Color

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

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


#46083c Background Color

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

This div background color is #46083c


#46083c Border Color

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

This div border color is #46083c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,8,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46083c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46083c;
  -webkit-box-shadow: 1px 1px 3px 2px #46083c;
  box-shadow:         1px 1px 3px 2px #46083c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46083c


Comments

No comments written yet.

Please login to write comment.