Color Hex Logo

#465d1e Color Hex

#465D1E
(70,93,30)
0 Favorites   0 Comments

Color spaces of #465d1e

RGB 709330
HSL0.230.510.24
HSV82°68°36°
CMYK 0.250.000.68   0.64
XYZ6.67459.22452.6570
Yxy9.22450.35970.4971
Hunter Lab30.3719-13.923716.0735
CIE-Lab36.4130-19.635132.3567

#465d1e color RGB value is (70,93,30).

#465d1e hex color red value is 70, green value is 93 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #465d1e hue: 0.23 , saturation: 0.51 and the lightness value of 465d1e is 0.24.

The process color (four color CMYK) of #465d1e color hex is 0.25, 0.00, 0.68, 0.64. Web safe color of #465d1e is #336633. Color #465d1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011101 00011110
Octal 106 135 36
Decimal 70 93 30
Hex 46 5D 1E

RGB Percentages of Color #465d1e

%36.27
%48.19
%15.54

CMYK Percentages of Color #465d1e

%25
%0
%68
%64

Triadic Colors of #465d1e

#465d1e #1e465d #5d1e46

Analogous Colors of #465d1e

#465d1e #275d1e #5d551e

Monochromatic Colors of #465d1e

#465d1e

Complementary Color

#465d1e #351e5d

#465d1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465d1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#465d1e Color CSS Codes

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

#465d1e Text Font Color

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

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


#465d1e Background Color

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

This div background color is #465d1e


#465d1e Border Color

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

This div border color is #465d1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465d1e


Comments

No comments written yet.

Please login to write comment.