Color Hex Logo

#465b3e Color Hex

#465B3E
(70,91,62)
0 Favorites   0 Comments

Color spaces of #465b3e

RGB 709162
HSL0.290.190.30
HSV103°32°36°
CMYK 0.230.000.32   0.64
XYZ7.13649.13215.9440
Yxy9.13210.32130.4111
Hunter Lab30.2194-10.73059.4915
CIE-Lab36.2374-14.225414.1946

#465b3e color RGB value is (70,91,62).

#465b3e hex color red value is 70, green value is 91 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #465b3e hue: 0.29 , saturation: 0.19 and the lightness value of 465b3e is 0.30.

The process color (four color CMYK) of #465b3e color hex is 0.23, 0.00, 0.32, 0.64. Web safe color of #465b3e is #336633. Color #465b3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011011 00111110
Octal 106 133 76
Decimal 70 91 62
Hex 46 5B 3E

RGB Percentages of Color #465b3e

%31.39
%40.81
%27.80

CMYK Percentages of Color #465b3e

%23
%0
%32
%64

Triadic Colors of #465b3e

#465b3e #3e465b #5b3e46

Analogous Colors of #465b3e

#465b3e #3e5b45 #555b3e

Monochromatic Colors of #465b3e

#465b3e

Complementary Color

#465b3e #533e5b

#465b3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465b3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#465b3e Color CSS Codes

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

#465b3e Text Font Color

<p style="color:#465b3e">Text here</p>

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


#465b3e Background Color

<div style="background-color:#465b3e">
Div content here</div>

This div background color is #465b3e


#465b3e Border Color

<div style="border:3px solid #465b3e">
Div here</div>

This div border color is #465b3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,91,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #465b3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #465b3e;
  -webkit-box-shadow: 1px 1px 3px 2px #465b3e;
  box-shadow:         1px 1px 3px 2px #465b3e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465b3e


Comments

No comments written yet.

Please login to write comment.