Color Hex Logo

#722d3a Color Hex

#722D3A
(114,45,58)
0 Favorites   0 Comments

Color spaces of #722d3a

RGB 1144558
HSL0.970.430.31
HSV349°61°45°
CMYK 0.000.610.49   0.55
XYZ8.64155.75974.6593
Yxy5.75970.45340.3022
Hunter Lab23.999422.27395.2889
CIE-Lab28.797931.73517.2831

#722d3a color RGB value is (114,45,58).

#722d3a hex color red value is 114, green value is 45 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #722d3a hue: 0.97 , saturation: 0.43 and the lightness value of 722d3a is 0.31.

The process color (four color CMYK) of #722d3a color hex is 0.00, 0.61, 0.49, 0.55. Web safe color of #722d3a is #663333. Color #722d3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00101101 00111010
Octal 162 55 72
Decimal 114 45 58
Hex 72 2D 3A

RGB Percentages of Color #722d3a

%52.53
%20.74
%26.73

CMYK Percentages of Color #722d3a

%0
%61
%49
%55

Triadic Colors of #722d3a

#722d3a #3a722d #2d3a72

Analogous Colors of #722d3a

#722d3a #72432d #722d5d

Monochromatic Colors of #722d3a

#722d3a

Complementary Color

#722d3a #2d7265

#722d3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#722d3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#722d3a Color CSS Codes

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

#722d3a Text Font Color

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

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


#722d3a Background Color

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

This div background color is #722d3a


#722d3a Border Color

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

This div border color is #722d3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,45,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #722d3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #722d3a;
  -webkit-box-shadow: 1px 1px 3px 2px #722d3a;
  box-shadow:         1px 1px 3px 2px #722d3a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #722d3a


Comments

No comments written yet.

Please login to write comment.