Color Hex Logo

#9d641d Color Hex

#9D641D
(157,100,29)
0 Favorites   0 Comments

Color spaces of #9d641d

RGB 15710029
HSL0.090.690.36
HSV33°82°62°
CMYK 0.000.360.82   0.38
XYZ18.683616.37113.3376
Yxy16.37110.48660.4264
Hunter Lab40.461211.618023.4321
CIE-Lab47.457617.197346.8174

#9d641d color RGB value is (157,100,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 01100100 00011101
Octal 235 144 35
Decimal 157 100 29
Hex 9D 64 1D

RGB Percentages of Color #9d641d

%54.90
%34.97
%10.14

CMYK Percentages of Color #9d641d

%0
%36
%82
%38

Triadic Colors of #9d641d

#9d641d #1d9d64 #641d9d

Analogous Colors of #9d641d

#9d641d #969d1d #9d241d

Monochromatic Colors of #9d641d

#9d641d

Complementary Color

#9d641d #1d569d

#9d641d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d641d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d641d Color CSS Codes

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

#9d641d Text Font Color

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

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


#9d641d Background Color

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

This div background color is #9d641d


#9d641d Border Color

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

This div border color is #9d641d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d641d


Comments

No comments written yet.

Please login to write comment.