Color Hex Logo

#535119 Color Hex

#535119
(83,81,25)
0 Favorites   0 Comments

Color spaces of #535119

RGB 838125
HSL0.160.540.21
HSV58°70°33°
CMYK 0.000.020.70   0.67
XYZ6.68527.79402.0718
Yxy7.79400.40390.4709
Hunter Lab27.9177-6.112315.1425
CIE-Lab33.5501-7.185032.0372

#535119 color RGB value is (83,81,25).

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

The process color (four color CMYK) of #535119 color hex is 0.00, 0.02, 0.70, 0.67. Web safe color of #535119 is #666600. Color #535119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010001 00011001
Octal 123 121 31
Decimal 83 81 25
Hex 53 51 19

RGB Percentages of Color #535119

%43.92
%42.86
%13.23

CMYK Percentages of Color #535119

%0
%2
%70
%67

Triadic Colors of #535119

#535119 #195351 #511953

Analogous Colors of #535119

#535119 #385319 #533419

Monochromatic Colors of #535119

#535119

Complementary Color

#535119 #191b53

#535119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535119 Color CSS Codes

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

#535119 Text Font Color

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

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


#535119 Background Color

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

This div background color is #535119


#535119 Border Color

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

This div border color is #535119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535119


Comments

No comments written yet.

Please login to write comment.