Color Hex Logo

#9e623a Color Hex

#9E623A
(158,98,58)
0 Favorites   0 Comments

Color spaces of #9e623a

RGB 1589858
HSL0.070.460.42
HSV24°63°62°
CMYK 0.000.380.63   0.38
XYZ19.232016.31006.1375
Yxy16.31000.46140.3913
Hunter Lab40.385614.328419.2595
CIE-Lab47.378620.355132.5890

#9e623a color RGB value is (158,98,58).

#9e623a hex color red value is 158, green value is 98 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #9e623a hue: 0.07 , saturation: 0.46 and the lightness value of 9e623a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01100010 00111010
Octal 236 142 72
Decimal 158 98 58
Hex 9E 62 3A

RGB Percentages of Color #9e623a

%50.32
%31.21
%18.47

CMYK Percentages of Color #9e623a

%0
%38
%63
%38

Triadic Colors of #9e623a

#9e623a #3a9e62 #623a9e

Analogous Colors of #9e623a

#9e623a #9e943a #9e3a44

Monochromatic Colors of #9e623a

#9e623a

Complementary Color

#9e623a #3a769e

#9e623a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e623a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e623a Color CSS Codes

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

#9e623a Text Font Color

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

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


#9e623a Background Color

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

This div background color is #9e623a


#9e623a Border Color

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

This div border color is #9e623a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e623a


Comments

No comments written yet.

Please login to write comment.