Color Hex Logo

#714633 Color Hex

#714633
(113,70,51)
0 Favorites   0 Comments

Color spaces of #714633

RGB 1137051
HSL0.050.380.32
HSV18°55°44°
CMYK 0.000.380.55   0.56
XYZ9.59788.13004.1954
Yxy8.13000.43780.3708
Hunter Lab28.513210.186811.2353
CIE-Lab34.252216.230519.0903

#714633 color RGB value is (113,70,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000110 00110011
Octal 161 106 63
Decimal 113 70 51
Hex 71 46 33

RGB Percentages of Color #714633

%48.29
%29.91
%21.79

CMYK Percentages of Color #714633

%0
%38
%55
%56

Triadic Colors of #714633

#714633 #337146 #463371

Analogous Colors of #714633

#714633 #716533 #71333f

Monochromatic Colors of #714633

#714633

Complementary Color

#714633 #335e71

#714633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714633 Color CSS Codes

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

#714633 Text Font Color

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

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


#714633 Background Color

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

This div background color is #714633


#714633 Border Color

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

This div border color is #714633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714633


Comments

No comments written yet.

Please login to write comment.