Color Hex Logo

#53450b Color Hex

#53450B
(83,69,11)
0 Favorites   0 Comments

Color spaces of #53450b

RGB 836911
HSL0.130.770.18
HSV48°87°33°
CMYK 0.000.170.87   0.67
XYZ5.75586.11941.1944
Yxy6.11940.44040.4682
Hunter Lab24.7374-1.757914.4535
CIE-Lab29.7117-0.685634.3748

#53450b color RGB value is (83,69,11).

#53450b hex color red value is 83, green value is 69 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #53450b hue: 0.13 , saturation: 0.77 and the lightness value of 53450b is 0.18.

The process color (four color CMYK) of #53450b color hex is 0.00, 0.17, 0.87, 0.67. Web safe color of #53450b is #663300. Color #53450b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000101 00001011
Octal 123 105 13
Decimal 83 69 11
Hex 53 45 B

RGB Percentages of Color #53450b

%50.92
%42.33
%6.75

CMYK Percentages of Color #53450b

%0
%17
%87
%67

Triadic Colors of #53450b

#53450b #0b5345 #450b53

Analogous Colors of #53450b

#53450b #3d530b #53210b

Monochromatic Colors of #53450b

#53450b

Complementary Color

#53450b #0b1953

#53450b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53450b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53450b Color CSS Codes

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

#53450b Text Font Color

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

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


#53450b Background Color

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

This div background color is #53450b


#53450b Border Color

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

This div border color is #53450b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,69,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53450b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53450b;
  -webkit-box-shadow: 1px 1px 3px 2px #53450b;
  box-shadow:         1px 1px 3px 2px #53450b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53450b


Comments

No comments written yet.

Please login to write comment.