Color Hex Logo

#714241 Color Hex

#714241
(113,66,65)
0 Favorites   0 Comments

Color spaces of #714241

RGB 1136665
HSL0.000.270.35
HSV42°44°
CMYK 0.000.420.42   0.56
XYZ9.71247.78885.9925
Yxy7.78880.41340.3315
Hunter Lab27.908413.28006.8051
CIE-Lab33.539120.22719.3365

#714241 color RGB value is (113,66,65).

#714241 hex color red value is 113, green value is 66 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #714241 hue: 0.00 , saturation: 0.27 and the lightness value of 714241 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000010 01000001
Octal 161 102 101
Decimal 113 66 65
Hex 71 42 41

RGB Percentages of Color #714241

%46.31
%27.05
%26.64

CMYK Percentages of Color #714241

%0
%42
%42
%56

Triadic Colors of #714241

#714241 #417142 #424171

Analogous Colors of #714241

#714241 #715a41 #714158

Monochromatic Colors of #714241

#714241

Complementary Color

#714241 #417071

#714241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714241 Color CSS Codes

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

#714241 Text Font Color

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

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


#714241 Background Color

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

This div background color is #714241


#714241 Border Color

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

This div border color is #714241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714241


Comments

No comments written yet.

Please login to write comment.