Color Hex Logo

#9b772f Color Hex

#9B772F
(155,119,47)
0 Favorites   0 Comments

Color spaces of #9b772f

RGB 15511947
HSL0.110.530.40
HSV40°70°61°
CMYK 0.000.230.70   0.39
XYZ20.627520.36745.5334
Yxy20.36740.44330.4377
Hunter Lab45.13032.608324.3217
CIE-Lab52.25016.292043.5915

#9b772f color RGB value is (155,119,47).

#9b772f hex color red value is 155, green value is 119 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #9b772f hue: 0.11 , saturation: 0.53 and the lightness value of 9b772f is 0.40.

The process color (four color CMYK) of #9b772f color hex is 0.00, 0.23, 0.70, 0.39. Web safe color of #9b772f is #996633. Color #9b772f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01110111 00101111
Octal 233 167 57
Decimal 155 119 47
Hex 9B 77 2F

RGB Percentages of Color #9b772f

%48.29
%37.07
%14.64

CMYK Percentages of Color #9b772f

%0
%23
%70
%39

Triadic Colors of #9b772f

#9b772f #2f9b77 #772f9b

Analogous Colors of #9b772f

#9b772f #899b2f #9b412f

Monochromatic Colors of #9b772f

#9b772f

Complementary Color

#9b772f #2f539b

#9b772f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b772f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b772f Color CSS Codes

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

#9b772f Text Font Color

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

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


#9b772f Background Color

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

This div background color is #9b772f


#9b772f Border Color

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

This div border color is #9b772f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b772f


Comments

No comments written yet.

Please login to write comment.