Color Hex Logo

#9e613f Color Hex

#9E613F
(158,97,63)
0 Favorites   0 Comments

Color spaces of #9e613f

RGB 1589763
HSL0.060.430.43
HSV21°60°62°
CMYK 0.000.390.60   0.38
XYZ19.272416.17746.8094
Yxy16.17740.45610.3828
Hunter Lab40.221115.143218.1171
CIE-Lab47.206421.302829.5901

#9e613f color RGB value is (158,97,63).

#9e613f hex color red value is 158, green value is 97 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #9e613f hue: 0.06 , saturation: 0.43 and the lightness value of 9e613f is 0.43.

The process color (four color CMYK) of #9e613f color hex is 0.00, 0.39, 0.60, 0.38. Web safe color of #9e613f is #996633. Color #9e613f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01100001 00111111
Octal 236 141 77
Decimal 158 97 63
Hex 9E 61 3F

RGB Percentages of Color #9e613f

%49.69
%30.50
%19.81

CMYK Percentages of Color #9e613f

%0
%39
%60
%38

Triadic Colors of #9e613f

#9e613f #3f9e61 #613f9e

Analogous Colors of #9e613f

#9e613f #9e913f #9e3f4d

Monochromatic Colors of #9e613f

#9e613f

Complementary Color

#9e613f #3f7c9e

#9e613f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e613f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e613f Color CSS Codes

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

#9e613f Text Font Color

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

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


#9e613f Background Color

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

This div background color is #9e613f


#9e613f Border Color

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

This div border color is #9e613f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,97,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e613f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e613f;
  -webkit-box-shadow: 1px 1px 3px 2px #9e613f;
  box-shadow:         1px 1px 3px 2px #9e613f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,97,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e613f


Comments

No comments written yet.

Please login to write comment.