Color Hex Logo

#89672a Color Hex

#89672A
(137,103,42)
0 Favorites   0 Comments

Color spaces of #89672a

RGB 13710342
HSL0.110.530.35
HSV39°69°54°
CMYK 0.000.250.69   0.46
XYZ15.584715.18604.3003
Yxy15.18600.44440.4330
Hunter Lab38.96923.190220.7357
CIE-Lab45.88796.909438.5935

#89672a color RGB value is (137,103,42).

#89672a hex color red value is 137, green value is 103 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #89672a hue: 0.11 , saturation: 0.53 and the lightness value of 89672a is 0.35.

The process color (four color CMYK) of #89672a color hex is 0.00, 0.25, 0.69, 0.46. Web safe color of #89672a is #996633. Color #89672a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100111 00101010
Octal 211 147 52
Decimal 137 103 42
Hex 89 67 2A

RGB Percentages of Color #89672a

%48.58
%36.52
%14.89

CMYK Percentages of Color #89672a

%0
%25
%69
%46

Triadic Colors of #89672a

#89672a #2a8967 #672a89

Analogous Colors of #89672a

#89672a #7c892a #89382a

Monochromatic Colors of #89672a

#89672a

Complementary Color

#89672a #2a4c89

#89672a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89672a Color Preview on White Background

Lorem ipsum dolor sit amet.

#89672a Color CSS Codes

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

#89672a Text Font Color

<p style="color:#89672a">Text here</p>

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


#89672a Background Color

<div style="background-color:#89672a">
Div content here</div>

This div background color is #89672a


#89672a Border Color

<div style="border:3px solid #89672a">
Div here</div>

This div border color is #89672a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,103,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89672a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89672a;
  -webkit-box-shadow: 1px 1px 3px 2px #89672a;
  box-shadow:         1px 1px 3px 2px #89672a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,103,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89672a


Comments

No comments written yet.

Please login to write comment.