Color Hex Logo

#71802d Color Hex

#71802D
(113,128,45)
0 Favorites   0 Comments

Color spaces of #71802d

RGB 11312845
HSL0.200.480.34
HSV71°65°50°
CMYK 0.120.000.65   0.50
XYZ15.002919.13855.3860
Yxy19.13850.37960.4842
Hunter Lab43.7476-15.343023.3238
CIE-Lab50.8489-17.922841.8393

#71802d color RGB value is (113,128,45).

#71802d hex color red value is 113, green value is 128 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #71802d hue: 0.20 , saturation: 0.48 and the lightness value of 71802d is 0.34.

The process color (four color CMYK) of #71802d color hex is 0.12, 0.00, 0.65, 0.50. Web safe color of #71802d is #669933. Color #71802d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000000 00101101
Octal 161 200 55
Decimal 113 128 45
Hex 71 80 2D

RGB Percentages of Color #71802d

%39.51
%44.76
%15.73

CMYK Percentages of Color #71802d

%12
%0
%65
%50

Triadic Colors of #71802d

#71802d #2d7180 #802d71

Analogous Colors of #71802d

#71802d #48802d #80662d

Monochromatic Colors of #71802d

#71802d

Complementary Color

#71802d #3c2d80

#71802d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71802d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71802d Color CSS Codes

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

#71802d Text Font Color

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

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


#71802d Background Color

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

This div background color is #71802d


#71802d Border Color

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

This div border color is #71802d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71802d


Comments

No comments written yet.

Please login to write comment.