Color Hex Logo

#51530d Color Hex

#51530D
(81,83,13)
0 Favorites   0 Comments

Color spaces of #51530d

RGB 818313
HSL0.170.730.19
HSV62°84°33°
CMYK 0.020.000.84   0.67
XYZ6.55927.96491.5724
Yxy7.96490.40750.4948
Hunter Lab28.2222-7.903016.4522
CIE-Lab33.9097-10.039637.3472

#51530d color RGB value is (81,83,13).

#51530d hex color red value is 81, green value is 83 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #51530d hue: 0.17 , saturation: 0.73 and the lightness value of 51530d is 0.19.

The process color (four color CMYK) of #51530d color hex is 0.02, 0.00, 0.84, 0.67. Web safe color of #51530d is #666600. Color #51530d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010011 00001101
Octal 121 123 15
Decimal 81 83 13
Hex 51 53 D

RGB Percentages of Color #51530d

%45.76
%46.89
%7.34

CMYK Percentages of Color #51530d

%2
%0
%84
%67

Triadic Colors of #51530d

#51530d #0d5153 #530d51

Analogous Colors of #51530d

#51530d #2e530d #53320d

Monochromatic Colors of #51530d

#51530d

Complementary Color

#51530d #0f0d53

#51530d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51530d Color Preview on White Background

Lorem ipsum dolor sit amet.

#51530d Color CSS Codes

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

#51530d Text Font Color

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

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


#51530d Background Color

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

This div background color is #51530d


#51530d Border Color

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

This div border color is #51530d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51530d


Comments

No comments written yet.

Please login to write comment.