Color Hex Logo

#976b0d Color Hex

#976B0D
(151,107,13)
0 Favorites   0 Comments

Color spaces of #976b0d

RGB 15110713
HSL0.110.840.32
HSV41°91°59°
CMYK 0.000.290.91   0.41
XYZ18.092817.12382.7324
Yxy17.12380.47680.4512
Hunter Lab41.38095.628225.0517
CIE-Lab48.41569.970852.5073

#976b0d color RGB value is (151,107,13).

#976b0d hex color red value is 151, green value is 107 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #976b0d hue: 0.11 , saturation: 0.84 and the lightness value of 976b0d is 0.32.

The process color (four color CMYK) of #976b0d color hex is 0.00, 0.29, 0.91, 0.41. Web safe color of #976b0d is #996600. Color #976b0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101011 00001101
Octal 227 153 15
Decimal 151 107 13
Hex 97 6B D

RGB Percentages of Color #976b0d

%55.72
%39.48
%4.80

CMYK Percentages of Color #976b0d

%0
%29
%91
%41

Triadic Colors of #976b0d

#976b0d #0d976b #6b0d97

Analogous Colors of #976b0d

#976b0d #7e970d #97260d

Monochromatic Colors of #976b0d

#976b0d

Complementary Color

#976b0d #0d3997

#976b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#976b0d Color CSS Codes

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

#976b0d Text Font Color

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

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


#976b0d Background Color

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

This div background color is #976b0d


#976b0d Border Color

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

This div border color is #976b0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,107,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #976b0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #976b0d;
  -webkit-box-shadow: 1px 1px 3px 2px #976b0d;
  box-shadow:         1px 1px 3px 2px #976b0d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976b0d


Comments

No comments written yet.

Please login to write comment.