Color Hex Logo

#53250f Color Hex

#53250F
(83,37,15)
0 Favorites   0 Comments

Color spaces of #53250f

RGB 833715
HSL0.050.690.19
HSV19°82°33°
CMYK 0.000.550.82   0.67
XYZ4.31513.19660.8415
Yxy3.19660.51660.3827
Hunter Lab17.879011.79269.7248
CIE-Lab20.814719.685723.8510

#53250f color RGB value is (83,37,15).

#53250f hex color red value is 83, green value is 37 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #53250f hue: 0.05 , saturation: 0.69 and the lightness value of 53250f is 0.19.

The process color (four color CMYK) of #53250f color hex is 0.00, 0.55, 0.82, 0.67. Web safe color of #53250f is #663300. Color #53250f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100101 00001111
Octal 123 45 17
Decimal 83 37 15
Hex 53 25 F

RGB Percentages of Color #53250f

%61.48
%27.41
%11.11

CMYK Percentages of Color #53250f

%0
%55
%82
%67

Triadic Colors of #53250f

#53250f #0f5325 #250f53

Analogous Colors of #53250f

#53250f #53470f #530f1b

Monochromatic Colors of #53250f

#53250f

Complementary Color

#53250f #0f3d53

#53250f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53250f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53250f Color CSS Codes

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

#53250f Text Font Color

<p style="color:#53250f">Text here</p>

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


#53250f Background Color

<div style="background-color:#53250f">
Div content here</div>

This div background color is #53250f


#53250f Border Color

<div style="border:3px solid #53250f">
Div here</div>

This div border color is #53250f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,37,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53250f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53250f;
  -webkit-box-shadow: 1px 1px 3px 2px #53250f;
  box-shadow:         1px 1px 3px 2px #53250f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53250f


Comments

No comments written yet.

Please login to write comment.