Color Hex Logo

#464225 Color Hex

#464225
(70,66,37)
0 Favorites   0 Comments

Color spaces of #464225

RGB 706637
HSL0.150.310.21
HSV53°47°27°
CMYK 0.000.060.47   0.73
XYZ4.80795.33212.5261
Yxy5.33210.37960.4210
Hunter Lab23.0913-3.24409.6779
CIE-Lab27.6607-3.276218.2352

#464225 color RGB value is (70,66,37).

#464225 hex color red value is 70, green value is 66 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #464225 hue: 0.15 , saturation: 0.31 and the lightness value of 464225 is 0.21.

The process color (four color CMYK) of #464225 color hex is 0.00, 0.06, 0.47, 0.73. Web safe color of #464225 is #333333. Color #464225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000010 00100101
Octal 106 102 45
Decimal 70 66 37
Hex 46 42 25

RGB Percentages of Color #464225

%40.46
%38.15
%21.39

CMYK Percentages of Color #464225

%0
%6
%47
%73

Triadic Colors of #464225

#464225 #254642 #422546

Analogous Colors of #464225

#464225 #3a4625 #463225

Monochromatic Colors of #464225

#464225

Complementary Color

#464225 #252946

#464225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464225 Color CSS Codes

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

#464225 Text Font Color

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

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


#464225 Background Color

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

This div background color is #464225


#464225 Border Color

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

This div border color is #464225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464225


Comments

No comments written yet.

Please login to write comment.