Color Hex Logo

#9e823d Color Hex

#9E823D
(158,130,61)
0 Favorites   0 Comments

Color spaces of #9e823d

RGB 15813061
HSL0.120.440.43
HSV43°61°62°
CMYK 0.000.180.61   0.38
XYZ22.925523.57137.7563
Yxy23.57130.42260.4345
Hunter Lab48.5503-0.675124.5131
CIE-Lab55.65602.379040.6371

#9e823d color RGB value is (158,130,61).

#9e823d hex color red value is 158, green value is 130 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #9e823d hue: 0.12 , saturation: 0.44 and the lightness value of 9e823d is 0.43.

The process color (four color CMYK) of #9e823d color hex is 0.00, 0.18, 0.61, 0.38. Web safe color of #9e823d is #999933. Color #9e823d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10000010 00111101
Octal 236 202 75
Decimal 158 130 61
Hex 9E 82 3D

RGB Percentages of Color #9e823d

%45.27
%37.25
%17.48

CMYK Percentages of Color #9e823d

%0
%18
%61
%38

Triadic Colors of #9e823d

#9e823d #3d9e82 #823d9e

Analogous Colors of #9e823d

#9e823d #8a9e3d #9e523d

Monochromatic Colors of #9e823d

#9e823d

Complementary Color

#9e823d #3d599e

#9e823d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e823d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e823d Color CSS Codes

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

#9e823d Text Font Color

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

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


#9e823d Background Color

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

This div background color is #9e823d


#9e823d Border Color

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

This div border color is #9e823d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e823d


Comments

No comments written yet.

Please login to write comment.