Color Hex Logo

#9d681c Color Hex

#9D681C
(157,104,28)
0 Favorites   0 Comments

Color spaces of #9d681c

RGB 15710428
HSL0.100.700.36
HSV35°82°62°
CMYK 0.000.340.82   0.38
XYZ19.064517.15263.4046
Yxy17.15260.48120.4329
Hunter Lab41.41579.689824.1170
CIE-Lab48.451714.874848.1153

#9d681c color RGB value is (157,104,28).

#9d681c hex color red value is 157, green value is 104 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #9d681c hue: 0.10 , saturation: 0.70 and the lightness value of 9d681c is 0.36.

The process color (four color CMYK) of #9d681c color hex is 0.00, 0.34, 0.82, 0.38. Web safe color of #9d681c is #996633. Color #9d681c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01101000 00011100
Octal 235 150 34
Decimal 157 104 28
Hex 9D 68 1C

RGB Percentages of Color #9d681c

%54.33
%35.99
%9.69

CMYK Percentages of Color #9d681c

%0
%34
%82
%38

Triadic Colors of #9d681c

#9d681c #1c9d68 #681c9d

Analogous Colors of #9d681c

#9d681c #929d1c #9d281c

Monochromatic Colors of #9d681c

#9d681c

Complementary Color

#9d681c #1c519d

#9d681c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d681c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d681c Color CSS Codes

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

#9d681c Text Font Color

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

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


#9d681c Background Color

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

This div background color is #9d681c


#9d681c Border Color

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

This div border color is #9d681c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,104,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d681c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d681c;
  -webkit-box-shadow: 1px 1px 3px 2px #9d681c;
  box-shadow:         1px 1px 3px 2px #9d681c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,104,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d681c


Comments

No comments written yet.

Please login to write comment.