Color Hex Logo

#9d834b Color Hex

#9D834B
(157,131,75)
0 Favorites   0 Comments

Color spaces of #9d834b

RGB 15713175
HSL0.110.350.45
HSV41°52°62°
CMYK 0.000.170.52   0.38
XYZ23.290923.908710.0439
Yxy23.90870.40690.4177
Hunter Lab48.8965-0.543922.0487
CIE-Lab55.99632.557133.7643

#9d834b color RGB value is (157,131,75).

#9d834b hex color red value is 157, green value is 131 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #9d834b hue: 0.11 , saturation: 0.35 and the lightness value of 9d834b is 0.45.

The process color (four color CMYK) of #9d834b color hex is 0.00, 0.17, 0.52, 0.38. Web safe color of #9d834b is #999933. Color #9d834b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10000011 01001011
Octal 235 203 113
Decimal 157 131 75
Hex 9D 83 4B

RGB Percentages of Color #9d834b

%43.25
%36.09
%20.66

CMYK Percentages of Color #9d834b

%0
%17
%52
%38

Triadic Colors of #9d834b

#9d834b #4b9d83 #834b9d

Analogous Colors of #9d834b

#9d834b #8e9d4b #9d5a4b

Monochromatic Colors of #9d834b

#9d834b

Complementary Color

#9d834b #4b659d

#9d834b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d834b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d834b Color CSS Codes

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

#9d834b Text Font Color

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

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


#9d834b Background Color

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

This div background color is #9d834b


#9d834b Border Color

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

This div border color is #9d834b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d834b


Comments

No comments written yet.

Please login to write comment.