Color Hex Logo

#97462d Color Hex

#97462D
(151,70,45)
0 Favorites   0 Comments

Color spaces of #97462d

RGB 1517045
HSL0.040.540.38
HSV14°70°59°
CMYK 0.000.540.70   0.41
XYZ15.426311.14913.8216
Yxy11.14910.50750.3668
Hunter Lab33.390324.034016.5873
CIE-Lab39.830532.088730.7770

#97462d color RGB value is (151,70,45).

#97462d hex color red value is 151, green value is 70 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #97462d hue: 0.04 , saturation: 0.54 and the lightness value of 97462d is 0.38.

The process color (four color CMYK) of #97462d color hex is 0.00, 0.54, 0.70, 0.41. Web safe color of #97462d is #993333. Color #97462d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000110 00101101
Octal 227 106 55
Decimal 151 70 45
Hex 97 46 2D

RGB Percentages of Color #97462d

%56.77
%26.32
%16.92

CMYK Percentages of Color #97462d

%0
%54
%70
%41

Triadic Colors of #97462d

#97462d #2d9746 #462d97

Analogous Colors of #97462d

#97462d #977b2d #972d49

Monochromatic Colors of #97462d

#97462d

Complementary Color

#97462d #2d7e97

#97462d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97462d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97462d Color CSS Codes

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

#97462d Text Font Color

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

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


#97462d Background Color

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

This div background color is #97462d


#97462d Border Color

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

This div border color is #97462d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97462d


Comments

No comments written yet.

Please login to write comment.