Color Hex Logo

#71633d Color Hex

#71633D
(113,99,61)
0 Favorites   0 Comments

Color spaces of #71633d

RGB 1139961
HSL0.120.300.34
HSV44°46°44°
CMYK 0.000.120.46   0.56
XYZ12.114212.77136.2415
Yxy12.77130.38920.4103
Hunter Lab35.7370-2.031314.6608
CIE-Lab42.4166-0.169823.6032

#71633d color RGB value is (113,99,61).

#71633d hex color red value is 113, green value is 99 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #71633d hue: 0.12 , saturation: 0.30 and the lightness value of 71633d is 0.34.

The process color (four color CMYK) of #71633d color hex is 0.00, 0.12, 0.46, 0.56. Web safe color of #71633d is #666633. Color #71633d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100011 00111101
Octal 161 143 75
Decimal 113 99 61
Hex 71 63 3D

RGB Percentages of Color #71633d

%41.39
%36.26
%22.34

CMYK Percentages of Color #71633d

%0
%12
%46
%56

Triadic Colors of #71633d

#71633d #3d7163 #633d71

Analogous Colors of #71633d

#71633d #65713d #71493d

Monochromatic Colors of #71633d

#71633d

Complementary Color

#71633d #3d4b71

#71633d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71633d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71633d Color CSS Codes

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

#71633d Text Font Color

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

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


#71633d Background Color

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

This div background color is #71633d


#71633d Border Color

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

This div border color is #71633d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71633d


Comments

No comments written yet.

Please login to write comment.