Color Hex Logo

#534601 Color Hex

#534601
(83,70,1)
0 Favorites   0 Comments

Color spaces of #534601

RGB 83701
HSL0.140.980.16
HSV50°99°33°
CMYK 0.000.160.99   0.67
XYZ5.76296.22150.9258
Yxy6.22150.44640.4819
Hunter Lab24.9429-2.408915.2594
CIE-Lab29.9646-1.694738.4209

#534601 color RGB value is (83,70,1).

#534601 hex color red value is 83, green value is 70 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #534601 hue: 0.14 , saturation: 0.98 and the lightness value of 534601 is 0.16.

The process color (four color CMYK) of #534601 color hex is 0.00, 0.16, 0.99, 0.67. Web safe color of #534601 is #663300. Color #534601 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000110 00000001
Octal 123 106 1
Decimal 83 70 1
Hex 53 46 1

RGB Percentages of Color #534601

%53.90
%45.45
%0.65

CMYK Percentages of Color #534601

%0
%16
%99
%67

Triadic Colors of #534601

#534601 #015346 #460153

Analogous Colors of #534601

#534601 #375301 #531d01

Monochromatic Colors of #534601

#534601

Complementary Color

#534601 #010e53

#534601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534601 Color CSS Codes

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

#534601 Text Font Color

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

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


#534601 Background Color

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

This div background color is #534601


#534601 Border Color

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

This div border color is #534601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534601


Comments

No comments written yet.

Please login to write comment.