Color Hex Logo

#71825d Color Hex

#71825D
(113,130,93)
0 Favorites   0 Comments

Color spaces of #71825d

RGB 11313093
HSL0.240.170.44
HSV88°28°51°
CMYK 0.130.000.28   0.49
XYZ16.768520.266313.3839
Yxy20.26630.33260.4020
Hunter Lab45.0181-12.293413.8857
CIE-Lab52.1370-13.265518.0353

#71825d color RGB value is (113,130,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000010 01011101
Octal 161 202 135
Decimal 113 130 93
Hex 71 82 5D

RGB Percentages of Color #71825d

%33.63
%38.69
%27.68

CMYK Percentages of Color #71825d

%13
%0
%28
%49

Triadic Colors of #71825d

#71825d #5d7182 #825d71

Analogous Colors of #71825d

#71825d #5f825d #82815d

Monochromatic Colors of #71825d

#71825d

Complementary Color

#71825d #6e5d82

#71825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71825d Color CSS Codes

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

#71825d Text Font Color

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

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


#71825d Background Color

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

This div background color is #71825d


#71825d Border Color

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

This div border color is #71825d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71825d


Comments

No comments written yet.

Please login to write comment.