Color Hex Logo

#713133 Color Hex

#713133
(113,49,51)
0 Favorites   0 Comments

Color spaces of #713133

RGB 1134951
HSL0.990.400.32
HSV358°57°44°
CMYK 0.000.570.55   0.56
XYZ8.50595.94643.8314
Yxy5.94640.46520.3252
Hunter Lab24.385219.58907.7540
CIE-Lab29.276828.488712.5251

#713133 color RGB value is (113,49,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110001 00110011
Octal 161 61 63
Decimal 113 49 51
Hex 71 31 33

RGB Percentages of Color #713133

%53.05
%23.00
%23.94

CMYK Percentages of Color #713133

%0
%57
%55
%56

Triadic Colors of #713133

#713133 #337131 #313371

Analogous Colors of #713133

#713133 #714f31 #713153

Monochromatic Colors of #713133

#713133

Complementary Color

#713133 #31716f

#713133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713133 Color CSS Codes

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

#713133 Text Font Color

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

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


#713133 Background Color

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

This div background color is #713133


#713133 Border Color

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

This div border color is #713133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713133


Comments

No comments written yet.

Please login to write comment.