Color Hex Logo

#9d791d Color Hex

#9D791D
(157,121,29)
0 Favorites   0 Comments

Color spaces of #9d791d

RGB 15712129
HSL0.120.690.36
HSV43°82°62°
CMYK 0.000.230.82   0.38
XYZ20.963820.93164.0977
Yxy20.93160.45580.4551
Hunter Lab45.75111.726926.7154
CIE-Lab52.87465.224551.7263

#9d791d color RGB value is (157,121,29).

#9d791d hex color red value is 157, green value is 121 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #9d791d hue: 0.12 , saturation: 0.69 and the lightness value of 9d791d is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 01111001 00011101
Octal 235 171 35
Decimal 157 121 29
Hex 9D 79 1D

RGB Percentages of Color #9d791d

%51.14
%39.41
%9.45

CMYK Percentages of Color #9d791d

%0
%23
%82
%38

Triadic Colors of #9d791d

#9d791d #1d9d79 #791d9d

Analogous Colors of #9d791d

#9d791d #819d1d #9d391d

Monochromatic Colors of #9d791d

#9d791d

Complementary Color

#9d791d #1d419d

#9d791d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d791d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d791d Color CSS Codes

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

#9d791d Text Font Color

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

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


#9d791d Background Color

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

This div background color is #9d791d


#9d791d Border Color

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

This div border color is #9d791d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d791d


Comments

No comments written yet.

Please login to write comment.