Color Hex Logo

#71825c Color Hex

#71825C
(113,130,92)
0 Favorites   0 Comments

Color spaces of #71825c

RGB 11313092
HSL0.240.170.44
HSV87°29°51°
CMYK 0.130.000.29   0.49
XYZ16.724520.248713.1521
Yxy20.24870.33370.4040
Hunter Lab44.9986-12.404814.1698
CIE-Lab52.1172-13.425918.5787

#71825c color RGB value is (113,130,92).

#71825c hex color red value is 113, green value is 130 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #71825c hue: 0.24 , saturation: 0.17 and the lightness value of 71825c is 0.44.

The process color (four color CMYK) of #71825c color hex is 0.13, 0.00, 0.29, 0.49. Web safe color of #71825c is #669966. Color #71825c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000010 01011100
Octal 161 202 134
Decimal 113 130 92
Hex 71 82 5C

RGB Percentages of Color #71825c

%33.73
%38.81
%27.46

CMYK Percentages of Color #71825c

%13
%0
%29
%49

Triadic Colors of #71825c

#71825c #5c7182 #825c71

Analogous Colors of #71825c

#71825c #5e825c #82805c

Monochromatic Colors of #71825c

#71825c

Complementary Color

#71825c #6d5c82

#71825c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71825c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71825c Color CSS Codes

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

#71825c Text Font Color

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

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


#71825c Background Color

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

This div background color is #71825c


#71825c Border Color

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

This div border color is #71825c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,130,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71825c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71825c;
  -webkit-box-shadow: 1px 1px 3px 2px #71825c;
  box-shadow:         1px 1px 3px 2px #71825c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,130,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71825c


Comments

No comments written yet.

Please login to write comment.