Color Hex Logo

#9b7253 Color Hex

#9B7253
(155,114,83)
0 Favorites   0 Comments

Color spaces of #9b7253

RGB 15511483
HSL0.070.300.47
HSV26°46°61°
CMYK 0.000.260.46   0.39
XYZ21.096219.627710.8603
Yxy19.62770.40900.3805
Hunter Lab44.30327.467316.4781
CIE-Lab51.413612.156223.4783

#9b7253 color RGB value is (155,114,83).

#9b7253 hex color red value is 155, green value is 114 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #9b7253 hue: 0.07 , saturation: 0.30 and the lightness value of 9b7253 is 0.47.

The process color (four color CMYK) of #9b7253 color hex is 0.00, 0.26, 0.46, 0.39. Web safe color of #9b7253 is #996666. Color #9b7253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01110010 01010011
Octal 233 162 123
Decimal 155 114 83
Hex 9B 72 53

RGB Percentages of Color #9b7253

%44.03
%32.39
%23.58

CMYK Percentages of Color #9b7253

%0
%26
%46
%39

Triadic Colors of #9b7253

#9b7253 #539b72 #72539b

Analogous Colors of #9b7253

#9b7253 #9b9653 #9b5358

Monochromatic Colors of #9b7253

#9b7253

Complementary Color

#9b7253 #537c9b

#9b7253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b7253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b7253 Color CSS Codes

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

#9b7253 Text Font Color

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

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


#9b7253 Background Color

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

This div background color is #9b7253


#9b7253 Border Color

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

This div border color is #9b7253


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,114,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b7253; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b7253;
  -webkit-box-shadow: 1px 1px 3px 2px #9b7253;
  box-shadow:         1px 1px 3px 2px #9b7253; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,114,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b7253


Comments

No comments written yet.

Please login to write comment.