Color Hex Logo

#93820e Color Hex

#93820E
(147,130,14)
0 Favorites   0 Comments

Color spaces of #93820e

RGB 14713014
HSL0.150.830.32
HSV52°90°58°
CMYK 0.000.120.90   0.42
XYZ20.094522.20003.6414
Yxy22.20000.43740.4833
Hunter Lab47.1169-6.327528.3996
CIE-Lab54.2386-4.889656.6644

#93820e color RGB value is (147,130,14).

#93820e hex color red value is 147, green value is 130 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #93820e hue: 0.15 , saturation: 0.83 and the lightness value of 93820e is 0.32.

The process color (four color CMYK) of #93820e color hex is 0.00, 0.12, 0.90, 0.42. Web safe color of #93820e is #999900. Color #93820e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000010 00001110
Octal 223 202 16
Decimal 147 130 14
Hex 93 82 E

RGB Percentages of Color #93820e

%50.52
%44.67
%4.81

CMYK Percentages of Color #93820e

%0
%12
%90
%42

Triadic Colors of #93820e

#93820e #0e9382 #820e93

Analogous Colors of #93820e

#93820e #62930e #933f0e

Monochromatic Colors of #93820e

#93820e

Complementary Color

#93820e #0e1f93

#93820e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93820e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93820e Color CSS Codes

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

#93820e Text Font Color

<p style="color:#93820e">Text here</p>

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


#93820e Background Color

<div style="background-color:#93820e">
Div content here</div>

This div background color is #93820e


#93820e Border Color

<div style="border:3px solid #93820e">
Div here</div>

This div border color is #93820e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,130,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93820e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93820e;
  -webkit-box-shadow: 1px 1px 3px 2px #93820e;
  box-shadow:         1px 1px 3px 2px #93820e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,130,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93820e


Comments

No comments written yet.

Please login to write comment.