Color Hex Logo

#97951d Color Hex

#97951D
(151,149,29)
0 Favorites   0 Comments

Color spaces of #97951d

RGB 15114929
HSL0.160.680.35
HSV59°81°59°
CMYK 0.000.010.81   0.41
XYZ23.731728.16295.3476
Yxy28.16290.41460.4920
Hunter Lab53.0687-13.047231.1736
CIE-Lab60.0356-12.892357.8534

#97951d color RGB value is (151,149,29).

#97951d hex color red value is 151, green value is 149 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #97951d hue: 0.16 , saturation: 0.68 and the lightness value of 97951d is 0.35.

The process color (four color CMYK) of #97951d color hex is 0.00, 0.01, 0.81, 0.41. Web safe color of #97951d is #999933. Color #97951d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010101 00011101
Octal 227 225 35
Decimal 151 149 29
Hex 97 95 1D

RGB Percentages of Color #97951d

%45.90
%45.29
%8.81

CMYK Percentages of Color #97951d

%0
%1
%81
%41

Triadic Colors of #97951d

#97951d #1d9795 #951d97

Analogous Colors of #97951d

#97951d #5c971d #97581d

Monochromatic Colors of #97951d

#97951d

Complementary Color

#97951d #1d1f97

#97951d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97951d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97951d Color CSS Codes

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

#97951d Text Font Color

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

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


#97951d Background Color

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

This div background color is #97951d


#97951d Border Color

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

This div border color is #97951d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97951d


Comments

No comments written yet.

Please login to write comment.