Color Hex Logo

#9d820d Color Hex

#9D820D
(157,130,13)
0 Favorites   0 Comments

Color spaces of #9d820d

RGB 15713013
HSL0.140.850.33
HSV49°92°62°
CMYK 0.000.170.92   0.38
XYZ21.959923.16243.6942
Yxy23.16240.44980.4745
Hunter Lab48.1273-2.775529.1381
CIE-Lab55.2392-0.257258.0797

#9d820d color RGB value is (157,130,13).

#9d820d hex color red value is 157, green value is 130 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #9d820d hue: 0.14 , saturation: 0.85 and the lightness value of 9d820d is 0.33.

The process color (four color CMYK) of #9d820d color hex is 0.00, 0.17, 0.92, 0.38. Web safe color of #9d820d is #999900. Color #9d820d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10000010 00001101
Octal 235 202 15
Decimal 157 130 13
Hex 9D 82 D

RGB Percentages of Color #9d820d

%52.33
%43.33
%4.33

CMYK Percentages of Color #9d820d

%0
%17
%92
%38

Triadic Colors of #9d820d

#9d820d #0d9d82 #820d9d

Analogous Colors of #9d820d

#9d820d #709d0d #9d3a0d

Monochromatic Colors of #9d820d

#9d820d

Complementary Color

#9d820d #0d289d

#9d820d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d820d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d820d Color CSS Codes

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

#9d820d Text Font Color

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

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


#9d820d Background Color

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

This div background color is #9d820d


#9d820d Border Color

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

This div border color is #9d820d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,130,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 #9d820d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d820d


Comments

No comments written yet.

Please login to write comment.