Color Hex Logo

#535415 Color Hex

#535415
(83,84,21)
0 Favorites   0 Comments

Color spaces of #535415

RGB 838421
HSL0.170.600.21
HSV61°75°33°
CMYK 0.010.000.75   0.67
XYZ6.87308.23381.9365
Yxy8.23380.40330.4831
Hunter Lab28.6946-7.460816.0849
CIE-Lab34.4651-9.214134.8034

#535415 color RGB value is (83,84,21).

#535415 hex color red value is 83, green value is 84 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #535415 hue: 0.17 , saturation: 0.60 and the lightness value of 535415 is 0.21.

The process color (four color CMYK) of #535415 color hex is 0.01, 0.00, 0.75, 0.67. Web safe color of #535415 is #666600. Color #535415 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010100 00010101
Octal 123 124 25
Decimal 83 84 21
Hex 53 54 15

RGB Percentages of Color #535415

%44.15
%44.68
%11.17

CMYK Percentages of Color #535415

%1
%0
%75
%67

Triadic Colors of #535415

#535415 #155354 #541553

Analogous Colors of #535415

#535415 #345415 #543615

Monochromatic Colors of #535415

#535415

Complementary Color

#535415 #161554

#535415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535415 Color CSS Codes

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

#535415 Text Font Color

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

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


#535415 Background Color

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

This div background color is #535415


#535415 Border Color

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

This div border color is #535415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535415


Comments

No comments written yet.

Please login to write comment.