Color Hex Logo

#712633 Color Hex

#712633
(113,38,51)
0 Favorites   0 Comments

Color spaces of #712633

RGB 1133851
HSL0.970.500.30
HSV350°66°44°
CMYK 0.000.660.55   0.56
XYZ8.10075.13603.6964
Yxy5.13600.47840.3033
Hunter Lab22.662724.14426.1934
CIE-Lab27.118834.18149.5833

#712633 color RGB value is (113,38,51).

#712633 hex color red value is 113, green value is 38 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #712633 hue: 0.97 , saturation: 0.50 and the lightness value of 712633 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 00110011
Octal 161 46 63
Decimal 113 38 51
Hex 71 26 33

RGB Percentages of Color #712633

%55.94
%18.81
%25.25

CMYK Percentages of Color #712633

%0
%66
%55
%56

Triadic Colors of #712633

#712633 #337126 #263371

Analogous Colors of #712633

#712633 #713f26 #712658

Monochromatic Colors of #712633

#712633

Complementary Color

#712633 #267164

#712633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712633 Color CSS Codes

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

#712633 Text Font Color

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

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


#712633 Background Color

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

This div background color is #712633


#712633 Border Color

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

This div border color is #712633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712633


Comments

No comments written yet.

Please login to write comment.