Color Hex Logo

#714130 Color Hex

#714130
(113,65,48)
0 Favorites   0 Comments

Color spaces of #714130

RGB 1136548
HSL0.040.400.32
HSV16°58°44°
CMYK 0.000.420.58   0.56
XYZ9.23387.50473.7582
Yxy7.50470.45050.3661
Hunter Lab27.394712.225411.0425
CIE-Lab32.929318.951119.2425

#714130 color RGB value is (113,65,48).

#714130 hex color red value is 113, green value is 65 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #714130 hue: 0.04 , saturation: 0.40 and the lightness value of 714130 is 0.32.

The process color (four color CMYK) of #714130 color hex is 0.00, 0.42, 0.58, 0.56. Web safe color of #714130 is #663333. Color #714130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000001 00110000
Octal 161 101 60
Decimal 113 65 48
Hex 71 41 30

RGB Percentages of Color #714130

%50.00
%28.76
%21.24

CMYK Percentages of Color #714130

%0
%42
%58
%56

Triadic Colors of #714130

#714130 #307141 #413071

Analogous Colors of #714130

#714130 #716230 #713040

Monochromatic Colors of #714130

#714130

Complementary Color

#714130 #306071

#714130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714130 Color CSS Codes

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

#714130 Text Font Color

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

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


#714130 Background Color

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

This div background color is #714130


#714130 Border Color

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

This div border color is #714130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714130


Comments

No comments written yet.

Please login to write comment.