Color Hex Logo

#93621b Color Hex

#93621B
(147,98,27)
0 Favorites   0 Comments

Color spaces of #93621b

RGB 1479827
HSL0.100.690.34
HSV36°82°58°
CMYK 0.000.330.82   0.42
XYZ16.598115.01753.0608
Yxy15.01750.47870.4331
Hunter Lab38.75248.636822.4438
CIE-Lab45.658213.707345.4953

#93621b color RGB value is (147,98,27).

#93621b hex color red value is 147, green value is 98 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #93621b hue: 0.10 , saturation: 0.69 and the lightness value of 93621b is 0.34.

The process color (four color CMYK) of #93621b color hex is 0.00, 0.33, 0.82, 0.42. Web safe color of #93621b is #996633. Color #93621b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100010 00011011
Octal 223 142 33
Decimal 147 98 27
Hex 93 62 1B

RGB Percentages of Color #93621b

%54.04
%36.03
%9.93

CMYK Percentages of Color #93621b

%0
%33
%82
%42

Triadic Colors of #93621b

#93621b #1b9362 #621b93

Analogous Colors of #93621b

#93621b #88931b #93261b

Monochromatic Colors of #93621b

#93621b

Complementary Color

#93621b #1b4c93

#93621b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93621b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93621b Color CSS Codes

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

#93621b Text Font Color

<p style="color:#93621b">Text here</p>

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


#93621b Background Color

<div style="background-color:#93621b">
Div content here</div>

This div background color is #93621b


#93621b Border Color

<div style="border:3px solid #93621b">
Div here</div>

This div border color is #93621b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,98,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93621b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93621b;
  -webkit-box-shadow: 1px 1px 3px 2px #93621b;
  box-shadow:         1px 1px 3px 2px #93621b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93621b


Comments

No comments written yet.

Please login to write comment.