Color Hex Logo

#723139 Color Hex

#723139
(114,49,57)
0 Favorites   0 Comments

Color spaces of #723139

RGB 1144957
HSL0.980.400.32
HSV353°57°45°
CMYK 0.000.570.50   0.55
XYZ8.77636.06944.5799
Yxy6.06940.45180.3124
Hunter Lab24.636220.47506.2232
CIE-Lab29.586929.49759.0430

#723139 color RGB value is (114,49,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110001 00111001
Octal 162 61 71
Decimal 114 49 57
Hex 72 31 39

RGB Percentages of Color #723139

%51.82
%22.27
%25.91

CMYK Percentages of Color #723139

%0
%57
%50
%55

Triadic Colors of #723139

#723139 #397231 #313972

Analogous Colors of #723139

#723139 #724a31 #72315a

Monochromatic Colors of #723139

#723139

Complementary Color

#723139 #31726a

#723139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#723139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#723139 Color CSS Codes

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

#723139 Text Font Color

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

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


#723139 Background Color

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

This div background color is #723139


#723139 Border Color

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

This div border color is #723139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #723139


Comments

No comments written yet.

Please login to write comment.