Color Hex Logo

#71806d Color Hex

#71806D
(113,128,109)
0 Favorites   0 Comments

Color spaces of #71806d

RGB 113128109
HSL0.300.080.46
HSV107°15°50°
CMYK 0.120.000.15   0.50
XYZ17.289520.053217.4274
Yxy20.05320.31570.3661
Hunter Lab44.7808-9.44908.2726
CIE-Lab51.8973-9.35778.4749

#71806d color RGB value is (113,128,109).

#71806d hex color red value is 113, green value is 128 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #71806d hue: 0.30 , saturation: 0.08 and the lightness value of 71806d is 0.46.

The process color (four color CMYK) of #71806d color hex is 0.12, 0.00, 0.15, 0.50. Web safe color of #71806d is #669966. Color #71806d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000000 01101101
Octal 161 200 155
Decimal 113 128 109
Hex 71 80 6D

RGB Percentages of Color #71806d

%32.29
%36.57
%31.14

CMYK Percentages of Color #71806d

%12
%0
%15
%50

Triadic Colors of #71806d

#71806d #6d7180 #806d71

Analogous Colors of #71806d

#71806d #6d8073 #7b806d

Monochromatic Colors of #71806d

#71806d

Complementary Color

#71806d #7c6d80

#71806d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71806d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71806d Color CSS Codes

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

#71806d Text Font Color

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

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


#71806d Background Color

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

This div background color is #71806d


#71806d Border Color

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

This div border color is #71806d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71806d


Comments

No comments written yet.

Please login to write comment.