Color Hex Logo

#465933 Color Hex

#465933
(70,89,51)
2 Favorites   0 Comments

Color spaces of #465933

RGB 708951
HSL0.250.270.27
HSV90°43°35°
CMYK 0.210.000.43   0.65
XYZ6.69578.68594.4556
Yxy8.68590.33750.4379
Hunter Lab29.4719-11.022411.6667
CIE-Lab35.3724-14.931519.6530

#465933 color RGB value is (70,89,51).

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

The process color (four color CMYK) of #465933 color hex is 0.21, 0.00, 0.43, 0.65. Web safe color of #465933 is #336633. Color #465933 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011001 00110011
Octal 106 131 63
Decimal 70 89 51
Hex 46 59 33

RGB Percentages of Color #465933

%33.33
%42.38
%24.29

CMYK Percentages of Color #465933

%21
%0
%43
%65

Triadic Colors of #465933

#465933 #334659 #593346

Analogous Colors of #465933

#465933 #335933 #595933

Monochromatic Colors of #465933

#465933

Complementary Color

#465933 #463359

#465933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465933 Color CSS Codes

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

#465933 Text Font Color

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

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


#465933 Background Color

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

This div background color is #465933


#465933 Border Color

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

This div border color is #465933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465933


Comments

No comments written yet.

Please login to write comment.