Color Hex Logo

#714921 Color Hex

#714921
(113,73,33)
0 Favorites   0 Comments

Color spaces of #714921

RGB 1137333
HSL0.080.550.29
HSV30°71°44°
CMYK 0.000.350.71   0.56
XYZ9.46718.38562.5585
Yxy8.38560.46380.4108
Hunter Lab28.95797.680015.0321
CIE-Lab34.773412.922330.2556

#714921 color RGB value is (113,73,33).

#714921 hex color red value is 113, green value is 73 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #714921 hue: 0.08 , saturation: 0.55 and the lightness value of 714921 is 0.29.

The process color (four color CMYK) of #714921 color hex is 0.00, 0.35, 0.71, 0.56. Web safe color of #714921 is #663333. Color #714921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001001 00100001
Octal 161 111 41
Decimal 113 73 33
Hex 71 49 21

RGB Percentages of Color #714921

%51.60
%33.33
%15.07

CMYK Percentages of Color #714921

%0
%35
%71
%56

Triadic Colors of #714921

#714921 #217149 #492171

Analogous Colors of #714921

#714921 #717121 #712121

Monochromatic Colors of #714921

#714921

Complementary Color

#714921 #214971

#714921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714921 Color CSS Codes

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

#714921 Text Font Color

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

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


#714921 Background Color

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

This div background color is #714921


#714921 Border Color

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

This div border color is #714921


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,73,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #714921; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #714921;
  -webkit-box-shadow: 1px 1px 3px 2px #714921;
  box-shadow:         1px 1px 3px 2px #714921; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714921


Comments

No comments written yet.

Please login to write comment.