Color Hex Logo

#978260 Color Hex

#978260
(151,130,96)
0 Favorites   0 Comments

Color spaces of #978260

RGB 15113096
HSL0.100.220.48
HSV37°36°59°
CMYK 0.000.140.36   0.41
XYZ22.856523.389114.3762
Yxy23.38910.37700.3858
Hunter Lab48.3623-0.273116.2290
CIE-Lab55.47092.864321.3842

#978260 color RGB value is (151,130,96).

#978260 hex color red value is 151, green value is 130 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #978260 hue: 0.10 , saturation: 0.22 and the lightness value of 978260 is 0.48.

The process color (four color CMYK) of #978260 color hex is 0.00, 0.14, 0.36, 0.41. Web safe color of #978260 is #999966. Color #978260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10000010 01100000
Octal 227 202 140
Decimal 151 130 96
Hex 97 82 60

RGB Percentages of Color #978260

%40.05
%34.48
%25.46

CMYK Percentages of Color #978260

%0
%14
%36
%41

Triadic Colors of #978260

#978260 #609782 #826097

Analogous Colors of #978260

#978260 #919760 #976760

Monochromatic Colors of #978260

#978260

Complementary Color

#978260 #607597

#978260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#978260 Color CSS Codes

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

#978260 Text Font Color

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

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


#978260 Background Color

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

This div background color is #978260


#978260 Border Color

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

This div border color is #978260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978260


Comments

No comments written yet.

Please login to write comment.