Color Hex Logo

#724b53 Color Hex

#724B53
(114,75,83)
0 Favorites   0 Comments

Color spaces of #724b53

RGB 1147583
HSL0.970.210.37
HSV348°34°45°
CMYK 0.000.340.27   0.55
XYZ11.01689.23419.3853
Yxy9.23410.37170.3116
Hunter Lab30.387711.53532.9595
CIE-Lab36.431217.78972.0514

#724b53 color RGB value is (114,75,83).

#724b53 hex color red value is 114, green value is 75 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #724b53 hue: 0.97 , saturation: 0.21 and the lightness value of 724b53 is 0.37.

The process color (four color CMYK) of #724b53 color hex is 0.00, 0.34, 0.27, 0.55. Web safe color of #724b53 is #663366. Color #724b53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001011 01010011
Octal 162 113 123
Decimal 114 75 83
Hex 72 4B 53

RGB Percentages of Color #724b53

%41.91
%27.57
%30.51

CMYK Percentages of Color #724b53

%0
%34
%27
%55

Triadic Colors of #724b53

#724b53 #53724b #4b5372

Analogous Colors of #724b53

#724b53 #72574b #724b67

Monochromatic Colors of #724b53

#724b53

Complementary Color

#724b53 #4b726a

#724b53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724b53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724b53 Color CSS Codes

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

#724b53 Text Font Color

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

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


#724b53 Background Color

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

This div background color is #724b53


#724b53 Border Color

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

This div border color is #724b53


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,75,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #724b53; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #724b53;
  -webkit-box-shadow: 1px 1px 3px 2px #724b53;
  box-shadow:         1px 1px 3px 2px #724b53; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724b53


Comments

No comments written yet.

Please login to write comment.