Color Hex Logo

#464938 Color Hex

#464938
(70,73,56)
0 Favorites   0 Comments

Color spaces of #464938

RGB 707356
HSL0.200.130.25
HSV71°23°29°
CMYK 0.040.000.23   0.71
XYZ5.62216.35274.6713
Yxy6.35270.33770.3816
Hunter Lab25.2046-4.29206.6547
CIE-Lab30.2854-4.69069.7877

#464938 color RGB value is (70,73,56).

#464938 hex color red value is 70, green value is 73 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #464938 hue: 0.20 , saturation: 0.13 and the lightness value of 464938 is 0.25.

The process color (four color CMYK) of #464938 color hex is 0.04, 0.00, 0.23, 0.71. Web safe color of #464938 is #333333. Color #464938 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001001 00111000
Octal 106 111 70
Decimal 70 73 56
Hex 46 49 38

RGB Percentages of Color #464938

%35.18
%36.68
%28.14

CMYK Percentages of Color #464938

%4
%0
%23
%71

Triadic Colors of #464938

#464938 #384649 #493846

Analogous Colors of #464938

#464938 #3e4938 #494438

Monochromatic Colors of #464938

#464938

Complementary Color

#464938 #3b3849

#464938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464938 Color CSS Codes

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

#464938 Text Font Color

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

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


#464938 Background Color

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

This div background color is #464938


#464938 Border Color

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

This div border color is #464938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464938


Comments

No comments written yet.

Please login to write comment.