Color Hex Logo

#713948 Color Hex

#713948
(113,57,72)
0 Favorites   0 Comments

Color spaces of #713948

RGB 1135772
HSL0.960.330.33
HSV344°50°44°
CMYK 0.000.500.36   0.56
XYZ9.44296.90486.9660
Yxy6.90480.40500.2962
Hunter Lab26.277018.16102.6762
CIE-Lab31.589226.44952.0599

#713948 color RGB value is (113,57,72).

#713948 hex color red value is 113, green value is 57 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #713948 hue: 0.96 , saturation: 0.33 and the lightness value of 713948 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111001 01001000
Octal 161 71 110
Decimal 113 57 72
Hex 71 39 48

RGB Percentages of Color #713948

%46.69
%23.55
%29.75

CMYK Percentages of Color #713948

%0
%50
%36
%56

Triadic Colors of #713948

#713948 #487139 #394871

Analogous Colors of #713948

#713948 #714639 #713964

Monochromatic Colors of #713948

#713948

Complementary Color

#713948 #397162

#713948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713948 Color CSS Codes

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

#713948 Text Font Color

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

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


#713948 Background Color

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

This div background color is #713948


#713948 Border Color

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

This div border color is #713948


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,57,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 #713948">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713948


Comments

No comments written yet.

Please login to write comment.