Color Hex Logo

#535130 Color Hex

#535130
(83,81,48)
0 Favorites   0 Comments

Color spaces of #535130

RGB 838148
HSL0.160.270.26
HSV57°42°33°
CMYK 0.000.020.42   0.67
XYZ7.04327.93733.9571
Yxy7.93730.37190.4191
Hunter Lab28.1732-4.678811.3936
CIE-Lab33.8520-4.865619.7042

#535130 color RGB value is (83,81,48).

#535130 hex color red value is 83, green value is 81 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #535130 hue: 0.16 , saturation: 0.27 and the lightness value of 535130 is 0.26.

The process color (four color CMYK) of #535130 color hex is 0.00, 0.02, 0.42, 0.67. Web safe color of #535130 is #666633. Color #535130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010001 00110000
Octal 123 121 60
Decimal 83 81 48
Hex 53 51 30

RGB Percentages of Color #535130

%39.15
%38.21
%22.64

CMYK Percentages of Color #535130

%0
%2
%42
%67

Triadic Colors of #535130

#535130 #305351 #513053

Analogous Colors of #535130

#535130 #445330 #534030

Monochromatic Colors of #535130

#535130

Complementary Color

#535130 #303253

#535130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535130 Color CSS Codes

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

#535130 Text Font Color

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

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


#535130 Background Color

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

This div background color is #535130


#535130 Border Color

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

This div border color is #535130


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,81,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #535130; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #535130;
  -webkit-box-shadow: 1px 1px 3px 2px #535130;
  box-shadow:         1px 1px 3px 2px #535130; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535130


Comments

No comments written yet.

Please login to write comment.