Color Hex Logo

#713738 Color Hex

#713738
(113,55,56)
0 Favorites   0 Comments

Color spaces of #713738

RGB 1135556
HSL1.000.350.33
HSV359°51°44°
CMYK 0.000.510.50   0.56
XYZ8.89006.52864.5330
Yxy6.52860.44560.3272
Hunter Lab25.551117.39107.3672
CIE-Lab30.708725.633711.2155

#713738 color RGB value is (113,55,56).

#713738 hex color red value is 113, green value is 55 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #713738 hue: 1.00 , saturation: 0.35 and the lightness value of 713738 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110111 00111000
Octal 161 67 70
Decimal 113 55 56
Hex 71 37 38

RGB Percentages of Color #713738

%50.45
%24.55
%25.00

CMYK Percentages of Color #713738

%0
%51
%50
%56

Triadic Colors of #713738

#713738 #387137 #373871

Analogous Colors of #713738

#713738 #715337 #713755

Monochromatic Colors of #713738

#713738

Complementary Color

#713738 #377170

#713738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713738 Color CSS Codes

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

#713738 Text Font Color

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

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


#713738 Background Color

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

This div background color is #713738


#713738 Border Color

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

This div border color is #713738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713738


Comments

No comments written yet.

Please login to write comment.