Color Hex Logo

#59263a Color Hex

#59263A
(89,38,58)
0 Favorites   0 Comments

Color spaces of #59263a

RGB 893858
HSL0.930.400.25
HSV336°57°35°
CMYK 0.000.570.35   0.65
XYZ5.57673.81564.4455
Yxy3.81560.40300.2757
Hunter Lab19.533616.77680.1801
CIE-Lab23.052225.9611-1.5365

#59263a color RGB value is (89,38,58).

#59263a hex color red value is 89, green value is 38 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #59263a hue: 0.93 , saturation: 0.40 and the lightness value of 59263a is 0.25.

The process color (four color CMYK) of #59263a color hex is 0.00, 0.57, 0.35, 0.65. Web safe color of #59263a is #663333. Color #59263a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100110 00111010
Octal 131 46 72
Decimal 89 38 58
Hex 59 26 3A

RGB Percentages of Color #59263a

%48.11
%20.54
%31.35

CMYK Percentages of Color #59263a

%0
%57
%35
%65

Triadic Colors of #59263a

#59263a #3a5926 #263a59

Analogous Colors of #59263a

#59263a #592c26 #592654

Monochromatic Colors of #59263a

#59263a

Complementary Color

#59263a #265945

#59263a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59263a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59263a Color CSS Codes

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

#59263a Text Font Color

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

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


#59263a Background Color

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

This div background color is #59263a


#59263a Border Color

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

This div border color is #59263a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,38,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59263a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59263a;
  -webkit-box-shadow: 1px 1px 3px 2px #59263a;
  box-shadow:         1px 1px 3px 2px #59263a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,38,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59263a


Comments

No comments written yet.

Please login to write comment.