Color Hex Logo

#53231e Color Hex

#53231E
(83,35,30)
0 Favorites   0 Comments

Color spaces of #53231e

RGB 833530
HSL0.020.470.22
HSV64°33°
CMYK 0.000.580.64   0.67
XYZ4.40273.13481.6013
Yxy3.13480.48180.3430
Hunter Lab17.705413.40237.0315
CIE-Lab20.575921.913914.0613

#53231e color RGB value is (83,35,30).

#53231e hex color red value is 83, green value is 35 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #53231e hue: 0.02 , saturation: 0.47 and the lightness value of 53231e is 0.22.

The process color (four color CMYK) of #53231e color hex is 0.00, 0.58, 0.64, 0.67. Web safe color of #53231e is #663333. Color #53231e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100011 00011110
Octal 123 43 36
Decimal 83 35 30
Hex 53 23 1E

RGB Percentages of Color #53231e

%56.08
%23.65
%20.27

CMYK Percentages of Color #53231e

%0
%58
%64
%67

Triadic Colors of #53231e

#53231e #1e5323 #231e53

Analogous Colors of #53231e

#53231e #533e1e #531e34

Monochromatic Colors of #53231e

#53231e

Complementary Color

#53231e #1e4e53

#53231e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53231e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53231e Color CSS Codes

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

#53231e Text Font Color

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

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


#53231e Background Color

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

This div background color is #53231e


#53231e Border Color

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

This div border color is #53231e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,35,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53231e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53231e;
  -webkit-box-shadow: 1px 1px 3px 2px #53231e;
  box-shadow:         1px 1px 3px 2px #53231e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,35,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53231e


Comments

No comments written yet.

Please login to write comment.