Color Hex Logo

#713246 Color Hex

#713246
(113,50,70)
0 Favorites   0 Comments

Color spaces of #713246

RGB 1135070
HSL0.950.390.32
HSV341°56°44°
CMYK 0.000.560.38   0.56
XYZ9.05616.23416.5203
Yxy6.23410.41520.2858
Hunter Lab24.968221.04861.9945
CIE-Lab29.995630.11251.0560

#713246 color RGB value is (113,50,70).

#713246 hex color red value is 113, green value is 50 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #713246 hue: 0.95 , saturation: 0.39 and the lightness value of 713246 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110010 01000110
Octal 161 62 106
Decimal 113 50 70
Hex 71 32 46

RGB Percentages of Color #713246

%48.50
%21.46
%30.04

CMYK Percentages of Color #713246

%0
%56
%38
%56

Triadic Colors of #713246

#713246 #467132 #324671

Analogous Colors of #713246

#713246 #713d32 #713266

Monochromatic Colors of #713246

#713246

Complementary Color

#713246 #32715d

#713246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713246 Color CSS Codes

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

#713246 Text Font Color

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

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


#713246 Background Color

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

This div background color is #713246


#713246 Border Color

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

This div border color is #713246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713246


Comments

No comments written yet.

Please login to write comment.