Color Hex Logo

#9b743d Color Hex

#9B743D
(155,116,61)
0 Favorites   0 Comments

Color spaces of #9b743d

RGB 15511661
HSL0.100.440.42
HSV35°61°61°
CMYK 0.000.250.61   0.39
XYZ20.605319.79637.1499
Yxy19.79630.43330.4163
Hunter Lab44.49304.802921.6174
CIE-Lab51.60618.959935.8741

#9b743d color RGB value is (155,116,61).

#9b743d hex color red value is 155, green value is 116 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #9b743d hue: 0.10 , saturation: 0.44 and the lightness value of 9b743d is 0.42.

The process color (four color CMYK) of #9b743d color hex is 0.00, 0.25, 0.61, 0.39. Web safe color of #9b743d is #996633. Color #9b743d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01110100 00111101
Octal 233 164 75
Decimal 155 116 61
Hex 9B 74 3D

RGB Percentages of Color #9b743d

%46.69
%34.94
%18.37

CMYK Percentages of Color #9b743d

%0
%25
%61
%39

Triadic Colors of #9b743d

#9b743d #3d9b74 #743d9b

Analogous Colors of #9b743d

#9b743d #939b3d #9b453d

Monochromatic Colors of #9b743d

#9b743d

Complementary Color

#9b743d #3d649b

#9b743d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b743d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b743d Color CSS Codes

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

#9b743d Text Font Color

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

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


#9b743d Background Color

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

This div background color is #9b743d


#9b743d Border Color

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

This div border color is #9b743d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b743d


Comments

No comments written yet.

Please login to write comment.