Color Hex Logo

#71821d Color Hex

#71821D
(113,130,29)
0 Favorites   0 Comments

Color spaces of #71821d

RGB 11313029
HSL0.190.640.31
HSV70°78°51°
CMYK 0.130.000.78   0.49
XYZ15.014519.56474.1474
Yxy19.56470.38770.5052
Hunter Lab44.2320-16.814425.4031
CIE-Lab51.3414-19.976448.8131

#71821d color RGB value is (113,130,29).

#71821d hex color red value is 113, green value is 130 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #71821d hue: 0.19 , saturation: 0.64 and the lightness value of 71821d is 0.31.

The process color (four color CMYK) of #71821d color hex is 0.13, 0.00, 0.78, 0.49. Web safe color of #71821d is #669933. Color #71821d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000010 00011101
Octal 161 202 35
Decimal 113 130 29
Hex 71 82 1D

RGB Percentages of Color #71821d

%41.54
%47.79
%10.66

CMYK Percentages of Color #71821d

%13
%0
%78
%49

Triadic Colors of #71821d

#71821d #1d7182 #821d71

Analogous Colors of #71821d

#71821d #3f821d #82601d

Monochromatic Colors of #71821d

#71821d

Complementary Color

#71821d #2e1d82

#71821d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71821d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71821d Color CSS Codes

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

#71821d Text Font Color

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

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


#71821d Background Color

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

This div background color is #71821d


#71821d Border Color

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

This div border color is #71821d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71821d


Comments

No comments written yet.

Please login to write comment.