Color Hex Logo

#535b15 Color Hex

#535B15
(83,91,21)
0 Favorites   0 Comments

Color spaces of #535b15

RGB 839121
HSL0.190.630.22
HSV67°77°36°
CMYK 0.090.000.77   0.64
XYZ7.44379.37532.1268
Yxy9.37530.39290.4948
Hunter Lab30.6191-10.189017.3151
CIE-Lab36.6971-13.221536.9946

#535b15 color RGB value is (83,91,21).

#535b15 hex color red value is 83, green value is 91 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #535b15 hue: 0.19 , saturation: 0.63 and the lightness value of 535b15 is 0.22.

The process color (four color CMYK) of #535b15 color hex is 0.09, 0.00, 0.77, 0.64. Web safe color of #535b15 is #666600. Color #535b15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011011 00010101
Octal 123 133 25
Decimal 83 91 21
Hex 53 5B 15

RGB Percentages of Color #535b15

%42.56
%46.67
%10.77

CMYK Percentages of Color #535b15

%9
%0
%77
%64

Triadic Colors of #535b15

#535b15 #15535b #5b1553

Analogous Colors of #535b15

#535b15 #305b15 #5b4015

Monochromatic Colors of #535b15

#535b15

Complementary Color

#535b15 #1d155b

#535b15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535b15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535b15 Color CSS Codes

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

#535b15 Text Font Color

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

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


#535b15 Background Color

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

This div background color is #535b15


#535b15 Border Color

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

This div border color is #535b15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535b15


Comments

No comments written yet.

Please login to write comment.