Color Hex Logo

#977253 Color Hex

#977253
(151,114,83)
1 Favorites   0 Comments

Color spaces of #977253

RGB 15111483
HSL0.080.290.46
HSV27°45°59°
CMYK 0.000.250.45   0.41
XYZ20.341119.238510.8249
Yxy19.23850.40360.3817
Hunter Lab43.86176.022316.0707
CIE-Lab50.965110.433722.8058

#977253 color RGB value is (151,114,83).

#977253 hex color red value is 151, green value is 114 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #977253 hue: 0.08 , saturation: 0.29 and the lightness value of 977253 is 0.46.

The process color (four color CMYK) of #977253 color hex is 0.00, 0.25, 0.45, 0.41. Web safe color of #977253 is #996666. Color #977253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110010 01010011
Octal 227 162 123
Decimal 151 114 83
Hex 97 72 53

RGB Percentages of Color #977253

%43.39
%32.76
%23.85

CMYK Percentages of Color #977253

%0
%25
%45
%41

Triadic Colors of #977253

#977253 #539772 #725397

Analogous Colors of #977253

#977253 #979453 #975356

Monochromatic Colors of #977253

#977253

Complementary Color

#977253 #537897

#977253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977253 Color CSS Codes

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

#977253 Text Font Color

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

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


#977253 Background Color

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

This div background color is #977253


#977253 Border Color

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

This div border color is #977253


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,114,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #977253; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #977253;
  -webkit-box-shadow: 1px 1px 3px 2px #977253;
  box-shadow:         1px 1px 3px 2px #977253; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977253


Comments

No comments written yet.

Please login to write comment.