Color Hex Logo

#9d843a Color Hex

#9D843A
(157,132,58)
0 Favorites   0 Comments

Color spaces of #9d843a

RGB 15713258
HSL0.120.460.42
HSV45°63°62°
CMYK 0.000.160.63   0.38
XYZ22.919623.97617.4228
Yxy23.97610.42190.4414
Hunter Lab48.9654-2.137625.2878
CIE-Lab56.06390.594242.5461

#9d843a color RGB value is (157,132,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10000100 00111010
Octal 235 204 72
Decimal 157 132 58
Hex 9D 84 3A

RGB Percentages of Color #9d843a

%45.24
%38.04
%16.71

CMYK Percentages of Color #9d843a

%0
%16
%63
%38

Triadic Colors of #9d843a

#9d843a #3a9d84 #843a9d

Analogous Colors of #9d843a

#9d843a #859d3a #9d533a

Monochromatic Colors of #9d843a

#9d843a

Complementary Color

#9d843a #3a539d

#9d843a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d843a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d843a Color CSS Codes

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

#9d843a Text Font Color

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

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


#9d843a Background Color

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

This div background color is #9d843a


#9d843a Border Color

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

This div border color is #9d843a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d843a


Comments

No comments written yet.

Please login to write comment.