Color Hex Logo

#716348 Color Hex

#716348
(113,99,72)
0 Favorites   0 Comments

Color spaces of #716348

RGB 1139972
HSL0.110.220.36
HSV40°36°44°
CMYK 0.000.120.36   0.56
XYZ12.441612.90237.9655
Yxy12.90230.37350.3873
Hunter Lab35.9198-1.032211.9958
CIE-Lab42.61571.218917.4150

#716348 color RGB value is (113,99,72).

#716348 hex color red value is 113, green value is 99 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #716348 hue: 0.11 , saturation: 0.22 and the lightness value of 716348 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100011 01001000
Octal 161 143 110
Decimal 113 99 72
Hex 71 63 48

RGB Percentages of Color #716348

%39.79
%34.86
%25.35

CMYK Percentages of Color #716348

%0
%12
%36
%56

Triadic Colors of #716348

#716348 #487163 #634871

Analogous Colors of #716348

#716348 #6b7148 #714f48

Monochromatic Colors of #716348

#716348

Complementary Color

#716348 #485671

#716348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716348 Color CSS Codes

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

#716348 Text Font Color

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

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


#716348 Background Color

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

This div background color is #716348


#716348 Border Color

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

This div border color is #716348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716348


Comments

No comments written yet.

Please login to write comment.