Color Hex Logo

#537811 Color Hex

#537811
(83,120,17)
0 Favorites   0 Comments

Color spaces of #537811

RGB 8312017
HSL0.230.750.27
HSV82°86°47°
CMYK 0.310.000.86   0.53
XYZ10.384915.31242.9386
Yxy15.31240.36270.5347
Hunter Lab39.1311-21.107722.9393
CIE-Lab46.0591-28.463247.0070

#537811 color RGB value is (83,120,17).

#537811 hex color red value is 83, green value is 120 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #537811 hue: 0.23 , saturation: 0.75 and the lightness value of 537811 is 0.27.

The process color (four color CMYK) of #537811 color hex is 0.31, 0.00, 0.86, 0.53. Web safe color of #537811 is #666600. Color #537811 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111000 00010001
Octal 123 170 21
Decimal 83 120 17
Hex 53 78 11

RGB Percentages of Color #537811

%37.73
%54.55
%7.73

CMYK Percentages of Color #537811

%31
%0
%86
%53

Triadic Colors of #537811

#537811 #115378 #781153

Analogous Colors of #537811

#537811 #1f7811 #786a11

Monochromatic Colors of #537811

#537811

Complementary Color

#537811 #361178

#537811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537811 Color CSS Codes

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

#537811 Text Font Color

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

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


#537811 Background Color

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

This div background color is #537811


#537811 Border Color

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

This div border color is #537811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537811


Comments

No comments written yet.

Please login to write comment.