Color Hex Logo

#464b34 Color Hex

#464B34
(70,75,52)
0 Favorites   0 Comments

Color spaces of #464b34

RGB 707552
HSL0.200.180.25
HSV73°31°29°
CMYK 0.070.000.31   0.71
XYZ5.66176.58224.2209
Yxy6.58220.34390.3998
Hunter Lab25.6558-5.50648.2046
CIE-Lab30.8362-6.608413.0641

#464b34 color RGB value is (70,75,52).

#464b34 hex color red value is 70, green value is 75 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #464b34 hue: 0.20 , saturation: 0.18 and the lightness value of 464b34 is 0.25.

The process color (four color CMYK) of #464b34 color hex is 0.07, 0.00, 0.31, 0.71. Web safe color of #464b34 is #333333. Color #464b34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001011 00110100
Octal 106 113 64
Decimal 70 75 52
Hex 46 4B 34

RGB Percentages of Color #464b34

%35.53
%38.07
%26.40

CMYK Percentages of Color #464b34

%7
%0
%31
%71

Triadic Colors of #464b34

#464b34 #34464b #4b3446

Analogous Colors of #464b34

#464b34 #3b4b34 #4b4534

Monochromatic Colors of #464b34

#464b34

Complementary Color

#464b34 #39344b

#464b34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464b34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464b34 Color CSS Codes

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

#464b34 Text Font Color

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

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


#464b34 Background Color

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

This div background color is #464b34


#464b34 Border Color

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

This div border color is #464b34


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,75,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #464b34; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #464b34;
  -webkit-box-shadow: 1px 1px 3px 2px #464b34;
  box-shadow:         1px 1px 3px 2px #464b34; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464b34


Comments

No comments written yet.

Please login to write comment.