Color Hex Logo

#9d313e Color Hex

#9D313E
(157,49,62)
0 Favorites   0 Comments

Color spaces of #9d313e

RGB 1574962
HSL0.980.520.40
HSV353°69°62°
CMYK 0.000.690.61   0.38
XYZ15.87249.71255.5956
Yxy9.71250.50900.3115
Hunter Lab31.164936.372211.1700
CIE-Lab37.321445.507617.5758

#9d313e color RGB value is (157,49,62).

#9d313e hex color red value is 157, green value is 49 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #9d313e hue: 0.98 , saturation: 0.52 and the lightness value of 9d313e is 0.40.

The process color (four color CMYK) of #9d313e color hex is 0.00, 0.69, 0.61, 0.38. Web safe color of #9d313e is #993333. Color #9d313e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00110001 00111110
Octal 235 61 76
Decimal 157 49 62
Hex 9D 31 3E

RGB Percentages of Color #9d313e

%58.58
%18.28
%23.13

CMYK Percentages of Color #9d313e

%0
%69
%61
%38

Triadic Colors of #9d313e

#9d313e #3e9d31 #313e9d

Analogous Colors of #9d313e

#9d313e #9d5a31 #9d3174

Monochromatic Colors of #9d313e

#9d313e

Complementary Color

#9d313e #319d90

#9d313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d313e Color CSS Codes

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

#9d313e Text Font Color

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

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


#9d313e Background Color

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

This div background color is #9d313e


#9d313e Border Color

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

This div border color is #9d313e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d313e


Comments

No comments written yet.

Please login to write comment.