Color Hex Logo

#46413d Color Hex

#46413D
(70,65,61)
0 Favorites   0 Comments

Color spaces of #46413d

RGB 706561
HSL0.070.070.26
HSV27°13°27°
CMYK 0.000.070.13   0.73
XYZ5.25845.41965.1838
Yxy5.41960.33150.3417
Hunter Lab23.2800-0.42123.0938
CIE-Lab27.89821.30403.1997

#46413d color RGB value is (70,65,61).

#46413d hex color red value is 70, green value is 65 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #46413d hue: 0.07 , saturation: 0.07 and the lightness value of 46413d is 0.26.

The process color (four color CMYK) of #46413d color hex is 0.00, 0.07, 0.13, 0.73. Web safe color of #46413d is #333333. Color #46413d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000001 00111101
Octal 106 101 75
Decimal 70 65 61
Hex 46 41 3D

RGB Percentages of Color #46413d

%35.71
%33.16
%31.12

CMYK Percentages of Color #46413d

%0
%7
%13
%73

Triadic Colors of #46413d

#46413d #3d4641 #413d46

Analogous Colors of #46413d

#46413d #46463d #463d3e

Monochromatic Colors of #46413d

#46413d

Complementary Color

#46413d #3d4246

#46413d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46413d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46413d Color CSS Codes

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

#46413d Text Font Color

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

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


#46413d Background Color

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

This div background color is #46413d


#46413d Border Color

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

This div border color is #46413d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,65,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46413d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46413d;
  -webkit-box-shadow: 1px 1px 3px 2px #46413d;
  box-shadow:         1px 1px 3px 2px #46413d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46413d

#46413d Color Palettes


Comments

No comments written yet.

Please login to write comment.