Color Hex Logo

#5a4233 Color Hex

#5A4233
(90,66,51)
0 Favorites   1 Comments

Color spaces of #5a4233

RGB 906651
HSL0.060.280.28
HSV23°43°35°
CMYK 0.000.270.43   0.65
XYZ6.76226.30913.9933
Yxy6.30910.39630.3697
Hunter Lab25.11794.09918.1565
CIE-Lab30.17938.134013.1706

#5a4233 color RGB value is (90,66,51).

#5a4233 hex color red value is 90, green value is 66 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #5a4233 hue: 0.06 , saturation: 0.28 and the lightness value of 5a4233 is 0.28.

The process color (four color CMYK) of #5a4233 color hex is 0.00, 0.27, 0.43, 0.65. Web safe color of #5a4233 is #663333. Color #5a4233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01000010 00110011
Octal 132 102 63
Decimal 90 66 51
Hex 5A 42 33

RGB Percentages of Color #5a4233

%43.48
%31.88
%24.64

CMYK Percentages of Color #5a4233

%0
%27
%43
%65

Triadic Colors of #5a4233

#5a4233 #335a42 #42335a

Analogous Colors of #5a4233

#5a4233 #5a5633 #5a3338

Monochromatic Colors of #5a4233

#5a4233

Complementary Color

#5a4233 #334b5a

#5a4233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a4233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a4233 Color CSS Codes

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

#5a4233 Text Font Color

<p style="color:#5a4233">Text here</p>

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


#5a4233 Background Color

<div style="background-color:#5a4233">
Div content here</div>

This div background color is #5a4233


#5a4233 Border Color

<div style="border:3px solid #5a4233">
Div here</div>

This div border color is #5a4233


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,66,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a4233; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a4233;
  -webkit-box-shadow: 1px 1px 3px 2px #5a4233;
  box-shadow:         1px 1px 3px 2px #5a4233; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,66,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 #5a4233">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a4233


Comments

6 Sep 2013, 12:07 (guest)

The hex 5a4233 is a very dark shade of Tan.

Please login to write comment.