Color Hex Logo

#9b7a48 Color Hex

#9B7A48
(155,122,72)
0 Favorites   0 Comments

Color spaces of #9b7a48

RGB 15512272
HSL0.100.370.45
HSV36°54°61°
CMYK 0.000.210.54   0.39
XYZ21.646821.35559.1120
Yxy21.35550.41540.4098
Hunter Lab46.21202.742620.6577
CIE-Lab53.33646.479632.0643

#9b7a48 color RGB value is (155,122,72).

#9b7a48 hex color red value is 155, green value is 122 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #9b7a48 hue: 0.10 , saturation: 0.37 and the lightness value of 9b7a48 is 0.45.

The process color (four color CMYK) of #9b7a48 color hex is 0.00, 0.21, 0.54, 0.39. Web safe color of #9b7a48 is #996633. Color #9b7a48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01111010 01001000
Octal 233 172 110
Decimal 155 122 72
Hex 9B 7A 48

RGB Percentages of Color #9b7a48

%44.41
%34.96
%20.63

CMYK Percentages of Color #9b7a48

%0
%21
%54
%39

Triadic Colors of #9b7a48

#9b7a48 #489b7a #7a489b

Analogous Colors of #9b7a48

#9b7a48 #939b48 #9b5148

Monochromatic Colors of #9b7a48

#9b7a48

Complementary Color

#9b7a48 #48699b

#9b7a48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b7a48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b7a48 Color CSS Codes

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

#9b7a48 Text Font Color

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

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


#9b7a48 Background Color

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

This div background color is #9b7a48


#9b7a48 Border Color

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

This div border color is #9b7a48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b7a48


Comments

No comments written yet.

Please login to write comment.