Color Hex Logo

#8a6933 Color Hex

#8A6933
(138,105,51)
0 Favorites   0 Comments

Color spaces of #8a6933

RGB 13810551
HSL0.100.460.37
HSV37°63°54°
CMYK 0.000.240.63   0.46
XYZ16.130315.74545.3210
Yxy15.74540.43360.4233
Hunter Lab39.68053.120319.8258
CIE-Lab46.63876.830334.8769

#8a6933 color RGB value is (138,105,51).

#8a6933 hex color red value is 138, green value is 105 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #8a6933 hue: 0.10 , saturation: 0.46 and the lightness value of 8a6933 is 0.37.

The process color (four color CMYK) of #8a6933 color hex is 0.00, 0.24, 0.63, 0.46. Web safe color of #8a6933 is #996633. Color #8a6933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01101001 00110011
Octal 212 151 63
Decimal 138 105 51
Hex 8A 69 33

RGB Percentages of Color #8a6933

%46.94
%35.71
%17.35

CMYK Percentages of Color #8a6933

%0
%24
%63
%46

Triadic Colors of #8a6933

#8a6933 #338a69 #69338a

Analogous Colors of #8a6933

#8a6933 #808a33 #8a3e33

Monochromatic Colors of #8a6933

#8a6933

Complementary Color

#8a6933 #33548a

#8a6933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a6933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a6933 Color CSS Codes

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

#8a6933 Text Font Color

<p style="color:#8a6933">Text here</p>

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


#8a6933 Background Color

<div style="background-color:#8a6933">
Div content here</div>

This div background color is #8a6933


#8a6933 Border Color

<div style="border:3px solid #8a6933">
Div here</div>

This div border color is #8a6933


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,105,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a6933; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a6933;
  -webkit-box-shadow: 1px 1px 3px 2px #8a6933;
  box-shadow:         1px 1px 3px 2px #8a6933; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,105,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a6933


Comments

No comments written yet.

Please login to write comment.