Color Hex Logo

#462d1f Color Hex

#462D1F
(70,45,31)
0 Favorites   0 Comments

Color spaces of #462d1f

RGB 704531
HSL0.060.390.20
HSV22°56°27°
CMYK 0.000.360.56   0.73
XYZ3.71153.27781.7334
Yxy3.27780.42550.3758
Hunter Lab18.10474.90976.9967
CIE-Lab21.12389.615413.6940

#462d1f color RGB value is (70,45,31).

#462d1f hex color red value is 70, green value is 45 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #462d1f hue: 0.06 , saturation: 0.39 and the lightness value of 462d1f is 0.20.

The process color (four color CMYK) of #462d1f color hex is 0.00, 0.36, 0.56, 0.73. Web safe color of #462d1f is #333333. Color #462d1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101101 00011111
Octal 106 55 37
Decimal 70 45 31
Hex 46 2D 1F

RGB Percentages of Color #462d1f

%47.95
%30.82
%21.23

CMYK Percentages of Color #462d1f

%0
%36
%56
%73

Triadic Colors of #462d1f

#462d1f #1f462d #2d1f46

Analogous Colors of #462d1f

#462d1f #46411f #461f25

Monochromatic Colors of #462d1f

#462d1f

Complementary Color

#462d1f #1f3846

#462d1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462d1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#462d1f Color CSS Codes

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

#462d1f Text Font Color

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

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


#462d1f Background Color

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

This div background color is #462d1f


#462d1f Border Color

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

This div border color is #462d1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,45,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #462d1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #462d1f;
  -webkit-box-shadow: 1px 1px 3px 2px #462d1f;
  box-shadow:         1px 1px 3px 2px #462d1f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462d1f


Comments

No comments written yet.

Please login to write comment.