Color Hex Logo

#46383c Color Hex

#46383C
(70,56,60)
0 Favorites   0 Comments

Color spaces of #46383c

RGB 705660
HSL0.950.110.25
HSV343°20°27°
CMYK 0.000.200.14   0.73
XYZ4.75564.45674.8845
Yxy4.45670.33740.3161
Hunter Lab21.11093.26621.0595
CIE-Lab25.12726.9711-0.1551

#46383c color RGB value is (70,56,60).

#46383c hex color red value is 70, green value is 56 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #46383c hue: 0.95 , saturation: 0.11 and the lightness value of 46383c is 0.25.

The process color (four color CMYK) of #46383c color hex is 0.00, 0.20, 0.14, 0.73. Web safe color of #46383c is #333333. Color #46383c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111000 00111100
Octal 106 70 74
Decimal 70 56 60
Hex 46 38 3C

RGB Percentages of Color #46383c

%37.63
%30.11
%32.26

CMYK Percentages of Color #46383c

%0
%20
%14
%73

Triadic Colors of #46383c

#46383c #3c4638 #383c46

Analogous Colors of #46383c

#46383c #463b38 #463843

Monochromatic Colors of #46383c

#46383c

Complementary Color

#46383c #384642

#46383c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46383c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46383c Color CSS Codes

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

#46383c Text Font Color

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

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


#46383c Background Color

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

This div background color is #46383c


#46383c Border Color

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

This div border color is #46383c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46383c

#46383c Color Palettes


Comments

No comments written yet.

Please login to write comment.