Color Hex Logo

#97364d Color Hex

#97364D
(151,54,77)
0 Favorites   0 Comments

Color spaces of #97364d

RGB 1515477
HSL0.960.470.40
HSV346°64°59°
CMYK 0.000.640.49   0.41
XYZ15.42129.75358.0910
Yxy9.75350.46360.2932
Hunter Lab31.230633.48716.5010
CIE-Lab37.396342.55067.9792

#97364d color RGB value is (151,54,77).

#97364d hex color red value is 151, green value is 54 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #97364d hue: 0.96 , saturation: 0.47 and the lightness value of 97364d is 0.40.

The process color (four color CMYK) of #97364d color hex is 0.00, 0.64, 0.49, 0.41. Web safe color of #97364d is #993366. Color #97364d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00110110 01001101
Octal 227 66 115
Decimal 151 54 77
Hex 97 36 4D

RGB Percentages of Color #97364d

%53.55
%19.15
%27.30

CMYK Percentages of Color #97364d

%0
%64
%49
%41

Triadic Colors of #97364d

#97364d #4d9736 #364d97

Analogous Colors of #97364d

#97364d #975036 #97367e

Monochromatic Colors of #97364d

#97364d

Complementary Color

#97364d #369780

#97364d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97364d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97364d Color CSS Codes

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

#97364d Text Font Color

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

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


#97364d Background Color

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

This div background color is #97364d


#97364d Border Color

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

This div border color is #97364d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97364d


Comments

No comments written yet.

Please login to write comment.