Color Hex Logo

#46212f Color Hex

#46212F
(70,33,47)
0 Favorites   0 Comments

Color spaces of #46212f

RGB 703347
HSL0.940.360.20
HSV337°53°27°
CMYK 0.000.530.33   0.73
XYZ3.58272.59503.0014
Yxy2.59500.39030.2827
Hunter Lab16.109011.50830.2295
CIE-Lab18.342919.6165-1.2040

#46212f color RGB value is (70,33,47).

#46212f hex color red value is 70, green value is 33 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #46212f hue: 0.94 , saturation: 0.36 and the lightness value of 46212f is 0.20.

The process color (four color CMYK) of #46212f color hex is 0.00, 0.53, 0.33, 0.73. Web safe color of #46212f is #333333. Color #46212f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100001 00101111
Octal 106 41 57
Decimal 70 33 47
Hex 46 21 2F

RGB Percentages of Color #46212f

%46.67
%22.00
%31.33

CMYK Percentages of Color #46212f

%0
%53
%33
%73

Triadic Colors of #46212f

#46212f #2f4621 #212f46

Analogous Colors of #46212f

#46212f #462621 #462142

Monochromatic Colors of #46212f

#46212f

Complementary Color

#46212f #214638

#46212f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46212f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46212f Color CSS Codes

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

#46212f Text Font Color

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

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


#46212f Background Color

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

This div background color is #46212f


#46212f Border Color

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

This div border color is #46212f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46212f


Comments

No comments written yet.

Please login to write comment.