Color Hex Logo

#533f15 Color Hex

#533F15
(83,63,21)
0 Favorites   0 Comments

Color spaces of #533f15

RGB 836321
HSL0.110.600.20
HSV41°75°33°
CMYK 0.000.240.75   0.67
XYZ5.48015.44821.4722
Yxy5.44820.44190.4394
Hunter Lab23.34141.060912.5994
CIE-Lab27.97533.612528.1729

#533f15 color RGB value is (83,63,21).

#533f15 hex color red value is 83, green value is 63 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #533f15 hue: 0.11 , saturation: 0.60 and the lightness value of 533f15 is 0.20.

The process color (four color CMYK) of #533f15 color hex is 0.00, 0.24, 0.75, 0.67. Web safe color of #533f15 is #663300. Color #533f15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111111 00010101
Octal 123 77 25
Decimal 83 63 21
Hex 53 3F 15

RGB Percentages of Color #533f15

%49.70
%37.72
%12.57

CMYK Percentages of Color #533f15

%0
%24
%75
%67

Triadic Colors of #533f15

#533f15 #15533f #3f1553

Analogous Colors of #533f15

#533f15 #485315 #532015

Monochromatic Colors of #533f15

#533f15

Complementary Color

#533f15 #152953

#533f15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533f15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533f15 Color CSS Codes

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

#533f15 Text Font Color

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

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


#533f15 Background Color

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

This div background color is #533f15


#533f15 Border Color

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

This div border color is #533f15


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,63,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 #533f15">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533f15


Comments

No comments written yet.

Please login to write comment.