Color Hex Logo

#978378 Color Hex

#978378
(151,131,120)
0 Favorites   0 Comments

Color spaces of #978378

RGB 151131120
HSL0.060.130.53
HSV21°21°59°
CMYK 0.000.130.21   0.41
XYZ24.269024.168021.1551
Yxy24.16800.34870.3473
Hunter Lab49.16102.08748.8988
CIE-Lab56.25565.75928.7414

#978378 color RGB value is (151,131,120).

#978378 hex color red value is 151, green value is 131 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #978378 hue: 0.06 , saturation: 0.13 and the lightness value of 978378 is 0.53.

The process color (four color CMYK) of #978378 color hex is 0.00, 0.13, 0.21, 0.41. Web safe color of #978378 is #999966. Color #978378 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10000011 01111000
Octal 227 203 170
Decimal 151 131 120
Hex 97 83 78

RGB Percentages of Color #978378

%37.56
%32.59
%29.85

CMYK Percentages of Color #978378

%0
%13
%21
%41

Triadic Colors of #978378

#978378 #789783 #837897

Analogous Colors of #978378

#978378 #979378 #97787d

Monochromatic Colors of #978378

#978378

Complementary Color

#978378 #788c97

#978378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#978378 Color CSS Codes

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

#978378 Text Font Color

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

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


#978378 Background Color

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

This div background color is #978378


#978378 Border Color

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

This div border color is #978378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978378


Comments

No comments written yet.

Please login to write comment.