Color Hex Logo

#46652b Color Hex

#46652B
(70,101,43)
0 Favorites   0 Comments

Color spaces of #46652b

RGB 7010143
HSL0.260.400.28
HSV92°57°40°
CMYK 0.310.000.57   0.60
XYZ7.615510.78393.9656
Yxy10.78390.34050.4822
Hunter Lab32.8388-16.072915.8274
CIE-Lab39.2141-22.437528.9019

#46652b color RGB value is (70,101,43).

#46652b hex color red value is 70, green value is 101 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #46652b hue: 0.26 , saturation: 0.40 and the lightness value of 46652b is 0.28.

The process color (four color CMYK) of #46652b color hex is 0.31, 0.00, 0.57, 0.60. Web safe color of #46652b is #336633. Color #46652b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100101 00101011
Octal 106 145 53
Decimal 70 101 43
Hex 46 65 2B

RGB Percentages of Color #46652b

%32.71
%47.20
%20.09

CMYK Percentages of Color #46652b

%31
%0
%57
%60

Triadic Colors of #46652b

#46652b #2b4665 #652b46

Analogous Colors of #46652b

#46652b #2b652d #63652b

Monochromatic Colors of #46652b

#46652b

Complementary Color

#46652b #4a2b65

#46652b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46652b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46652b Color CSS Codes

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

#46652b Text Font Color

<p style="color:#46652b">Text here</p>

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


#46652b Background Color

<div style="background-color:#46652b">
Div content here</div>

This div background color is #46652b


#46652b Border Color

<div style="border:3px solid #46652b">
Div here</div>

This div border color is #46652b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,101,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46652b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46652b;
  -webkit-box-shadow: 1px 1px 3px 2px #46652b;
  box-shadow:         1px 1px 3px 2px #46652b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46652b

#46652b Color Palettes


Comments

No comments written yet.

Please login to write comment.