Color Hex Logo

#466023 Color Hex

#466023
(70,96,35)
0 Favorites   0 Comments

Color spaces of #466023

RGB 709635
HSL0.240.470.26
HSV86°64°38°
CMYK 0.270.000.64   0.62
XYZ7.01209.78923.1100
Yxy9.78920.35220.4916
Hunter Lab31.2877-14.749216.0080
CIE-Lab37.4614-20.734231.0389

#466023 color RGB value is (70,96,35).

#466023 hex color red value is 70, green value is 96 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #466023 hue: 0.24 , saturation: 0.47 and the lightness value of 466023 is 0.26.

The process color (four color CMYK) of #466023 color hex is 0.27, 0.00, 0.64, 0.62. Web safe color of #466023 is #336633. Color #466023 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100000 00100011
Octal 106 140 43
Decimal 70 96 35
Hex 46 60 23

RGB Percentages of Color #466023

%34.83
%47.76
%17.41

CMYK Percentages of Color #466023

%27
%0
%64
%62

Triadic Colors of #466023

#466023 #234660 #602346

Analogous Colors of #466023

#466023 #286023 #605c23

Monochromatic Colors of #466023

#466023

Complementary Color

#466023 #3d2360

#466023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466023 Color CSS Codes

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

#466023 Text Font Color

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

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


#466023 Background Color

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

This div background color is #466023


#466023 Border Color

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

This div border color is #466023


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,96,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #466023; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #466023;
  -webkit-box-shadow: 1px 1px 3px 2px #466023;
  box-shadow:         1px 1px 3px 2px #466023; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466023


Comments

No comments written yet.

Please login to write comment.