Color Hex Logo

#46523a Color Hex

#46523A
(70,82,58)
0 Favorites   0 Comments

Color spaces of #46523a

RGB 708258
HSL0.250.170.27
HSV90°29°32°
CMYK 0.150.000.29   0.68
XYZ6.30687.64225.1457
Yxy7.64220.33030.4002
Hunter Lab27.6445-7.65518.3150
CIE-Lab33.2263-9.759312.5641

#46523a color RGB value is (70,82,58).

#46523a hex color red value is 70, green value is 82 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #46523a hue: 0.25 , saturation: 0.17 and the lightness value of 46523a is 0.27.

The process color (four color CMYK) of #46523a color hex is 0.15, 0.00, 0.29, 0.68. Web safe color of #46523a is #336633. Color #46523a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010010 00111010
Octal 106 122 72
Decimal 70 82 58
Hex 46 52 3A

RGB Percentages of Color #46523a

%33.33
%39.05
%27.62

CMYK Percentages of Color #46523a

%15
%0
%29
%68

Triadic Colors of #46523a

#46523a #3a4652 #523a46

Analogous Colors of #46523a

#46523a #3a523a #52523a

Monochromatic Colors of #46523a

#46523a

Complementary Color

#46523a #463a52

#46523a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46523a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46523a Color CSS Codes

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

#46523a Text Font Color

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

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


#46523a Background Color

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

This div background color is #46523a


#46523a Border Color

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

This div border color is #46523a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46523a


Comments

No comments written yet.

Please login to write comment.