Color Hex Logo

#97441b Color Hex

#97441B
(151,68,27)
0 Favorites   0 Comments

Color spaces of #97441b

RGB 1516827
HSL0.060.700.35
HSV20°82°59°
CMYK 0.000.550.82   0.41
XYZ15.027510.79272.3281
Yxy10.79270.53390.3834
Hunter Lab32.852224.159318.7949
CIE-Lab39.229132.309939.7118

#97441b color RGB value is (151,68,27).

#97441b hex color red value is 151, green value is 68 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #97441b hue: 0.06 , saturation: 0.70 and the lightness value of 97441b is 0.35.

The process color (four color CMYK) of #97441b color hex is 0.00, 0.55, 0.82, 0.41. Web safe color of #97441b is #993333. Color #97441b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000100 00011011
Octal 227 104 33
Decimal 151 68 27
Hex 97 44 1B

RGB Percentages of Color #97441b

%61.38
%27.64
%10.98

CMYK Percentages of Color #97441b

%0
%55
%82
%41

Triadic Colors of #97441b

#97441b #1b9744 #441b97

Analogous Colors of #97441b

#97441b #97821b #971b30

Monochromatic Colors of #97441b

#97441b

Complementary Color

#97441b #1b6e97

#97441b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97441b Color Preview on White Background

Lorem ipsum dolor sit amet.

#97441b Color CSS Codes

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

#97441b Text Font Color

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

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


#97441b Background Color

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

This div background color is #97441b


#97441b Border Color

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

This div border color is #97441b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,68,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97441b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97441b;
  -webkit-box-shadow: 1px 1px 3px 2px #97441b;
  box-shadow:         1px 1px 3px 2px #97441b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97441b


Comments

No comments written yet.

Please login to write comment.