Color Hex Logo

#46532a Color Hex

#46532A
(70,83,42)
0 Favorites   0 Comments

Color spaces of #46532a

RGB 708342
HSL0.220.330.25
HSV79°49°33°
CMYK 0.160.000.49   0.67
XYZ6.03707.65583.3500
Yxy7.65580.35420.4492
Hunter Lab27.6691-9.474812.1899
CIE-Lab33.2555-12.813722.2535

#46532a color RGB value is (70,83,42).

#46532a hex color red value is 70, green value is 83 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #46532a hue: 0.22 , saturation: 0.33 and the lightness value of 46532a is 0.25.

The process color (four color CMYK) of #46532a color hex is 0.16, 0.00, 0.49, 0.67. Web safe color of #46532a is #336633. Color #46532a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010011 00101010
Octal 106 123 52
Decimal 70 83 42
Hex 46 53 2A

RGB Percentages of Color #46532a

%35.90
%42.56
%21.54

CMYK Percentages of Color #46532a

%16
%0
%49
%67

Triadic Colors of #46532a

#46532a #2a4653 #532a46

Analogous Colors of #46532a

#46532a #32532a #534c2a

Monochromatic Colors of #46532a

#46532a

Complementary Color

#46532a #372a53

#46532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46532a Color CSS Codes

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

#46532a Text Font Color

<p style="color:#46532a">Text here</p>

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


#46532a Background Color

<div style="background-color:#46532a">
Div content here</div>

This div background color is #46532a


#46532a Border Color

<div style="border:3px solid #46532a">
Div here</div>

This div border color is #46532a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,83,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46532a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46532a;
  -webkit-box-shadow: 1px 1px 3px 2px #46532a;
  box-shadow:         1px 1px 3px 2px #46532a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46532a


Comments

No comments written yet.

Please login to write comment.